Searched refs:fChoiceModel (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.cpp48 fChoiceModel(choiceModel),
57 delete fChoiceModel;
83 delete fChoiceModel;
84 fChoiceModel = model;
H A DAutoCompleterDefaultImpl.cpp57 if (!fChoiceView || !fChoiceModel || index == fSelectedIndex
58 || 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;
119 if (!fChoiceModel || !fChoiceView || !fEditView || fSelectedIndex < 0)
124 const BString& choiceStr = fChoiceModel
[all...]
H A DAutoCompleter.h116 ChoiceModel* GetChoiceModel() { return fChoiceModel; }
122 ChoiceModel* fChoiceModel; member in class:BAutoCompleter::CompletionStyle

Completed in 70 milliseconds