Searched refs:GetChoiceModel (Results 1 – 3 of 3) sorted by relevance
164 if (fCompletionStyle && fCompletionStyle->GetChoiceModel()) in CountChoices()165 return fCompletionStyle->GetChoiceModel()->CountChoices(); in CountChoices()
116 ChoiceModel* GetChoiceModel() { return fChoiceModel; } in GetChoiceModel() function
365 BAutoCompleter::ChoiceModel* choiceModel = completer->GetChoiceModel(); in ShowChoices()