Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp57 if (!fChoiceView || !fChoiceModel || index == fSelectedIndex in Select()
63 fChoiceView->SelectChoiceAt(index); in Select()
119 if (!fChoiceModel || !fChoiceView || !fEditView || fSelectedIndex < 0) in ApplyChoice()
135 fChoiceView->HideChoices(); in ApplyChoice()
146 if (!fChoiceView || !fEditView) in CancelChoice()
148 if (fChoiceView->ChoicesAreShown()) { in CancelChoice()
153 fChoiceView->HideChoices(); in CancelChoice()
163 if (fIgnoreEditViewStateChanges || !fChoiceModel || !fChoiceView in EditViewStateChanged()
188 fChoiceView->ShowChoices(this); in EditViewStateChanged()
189 fChoiceView->SelectChoiceAt(fSelectedIndex); in EditViewStateChanged()
[all …]
H A DAutoCompleter.cpp49 fChoiceView(choiceView) in CompletionStyle()
58 delete fChoiceView; in ~CompletionStyle()
91 delete fChoiceView; in SetChoiceView()
92 fChoiceView = view; in SetChoiceView()
H A DAutoCompleter.h117 ChoiceView* GetChoiceView() { return fChoiceView; } in GetChoiceView()
123 ChoiceView* fChoiceView; variable