Home
last modified time | relevance | path

Searched refs:GetChoiceModel (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.cpp164 if (fCompletionStyle && fCompletionStyle->GetChoiceModel()) in CountChoices()
165 return fCompletionStyle->GetChoiceModel()->CountChoices(); in CountChoices()
H A DAutoCompleter.h116 ChoiceModel* GetChoiceModel() { return fChoiceModel; } in GetChoiceModel() function
H A DAutoCompleterDefaultImpl.cpp365 BAutoCompleter::ChoiceModel* choiceModel = completer->GetChoiceModel(); in ShowChoices()