Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp129 int32 index = SelectedChoiceIndex() - CountVisibleChoices(); in Filter()
137 int32 index = SelectedChoiceIndex() + CountVisibleChoices(); in Filter()
H A DAutoCompleter.cpp182 BAutoCompleter::SelectedChoiceIndex() const in SelectedChoiceIndex() function in BAutoCompleter
185 return fCompletionStyle->SelectedChoiceIndex(); in SelectedChoiceIndex()
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 in SelectedChoiceIndex() function in BDefaultCompletionStyle