Searched refs:CountChoices (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp58 || index < -1 || index >= fChoiceModel->CountChoices()) {
71 if (!fChoiceModel || fChoiceModel->CountChoices() == 0)
75 if (newIndex >= fChoiceModel->CountChoices()) {
88 if (!fChoiceModel || fChoiceModel->CountChoices() == 0)
94 newIndex = fChoiceModel->CountChoices() - 1;
186 if (fChoiceModel->CountChoices() > 1 || (fChoiceModel->CountChoices() == 1
368 if (!editView || !choiceModel || choiceModel->CountChoices() == 0)
372 int32 count = choiceModel->CountChoices();
H A DAutoCompleter.cpp162 BAutoCompleter::CountChoices() const function in class:BAutoCompleter
165 return fCompletionStyle->GetChoiceModel()->CountChoices();
H A DAutoCompleter.h71 virtual int32 CountChoices() const = 0;
142 int32 CountChoices() const;
H A DTextViewCompleter.cpp138 index = min_c(index, CountChoices() - 1);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp160 virtual int32 CountChoices() const function in class:PeopleChoiceModel
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp72 int32 count = CountChoices();
109 virtual int32 CountChoices() const function in class:BrowsingHistoryChoiceModel

Completed in 101 milliseconds