Searched refs:CountChoices (Results 1 – 6 of 6) sorted by relevance
58 || index < -1 || index >= fChoiceModel->CountChoices()) { in Select()71 if (!fChoiceModel || fChoiceModel->CountChoices() == 0) in SelectNext()75 if (newIndex >= fChoiceModel->CountChoices()) { in SelectNext()88 if (!fChoiceModel || fChoiceModel->CountChoices() == 0) in SelectPrevious()94 newIndex = fChoiceModel->CountChoices() - 1; in SelectPrevious()186 if (fChoiceModel->CountChoices() > 1 || (fChoiceModel->CountChoices() == 1 in EditViewStateChanged()368 if (!editView || !choiceModel || choiceModel->CountChoices() == 0) in ShowChoices()372 int32 count = choiceModel->CountChoices(); in ShowChoices()
162 BAutoCompleter::CountChoices() const in CountChoices() function in BAutoCompleter165 return fCompletionStyle->GetChoiceModel()->CountChoices(); in CountChoices()
71 virtual int32 CountChoices() const = 0;142 int32 CountChoices() const;
138 index = min_c(index, CountChoices() - 1); in Filter()
72 int32 count = CountChoices(); in FetchChoicesFor()109 virtual int32 CountChoices() const in CountChoices() function in BrowsingHistoryChoiceModel
160 virtual int32 CountChoices() const in CountChoices() function in PeopleChoiceModel