Searched refs:SelectedChoiceIndex (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.cpp182 BAutoCompleter::SelectedChoiceIndex() const function in class:BAutoCompleter
185 return fCompletionStyle->SelectedChoiceIndex();
H A DTextViewCompleter.cpp129 int32 index = SelectedChoiceIndex() - CountVisibleChoices();
137 int32 index = SelectedChoiceIndex() + CountVisibleChoices();
H A DAutoCompleter.h101 virtual int32 SelectedChoiceIndex() const = 0;
144 int32 SelectedChoiceIndex() const;
H A DAutoCompleterDefaultImpl.h38 virtual int32 SelectedChoiceIndex() const;
H A DAutoCompleterDefaultImpl.cpp110 BDefaultCompletionStyle::SelectedChoiceIndex() const function in class:BDefaultCompletionStyle

Completed in 40 milliseconds