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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h20 Choice(const BString& choiceText, argument
24 fText(choiceText),
/haiku/src/apps/mail/
H A DAddressTextControl.cpp144 BString choiceText = baseText; local
145 choiceText << " <" << person->AddressAt(addressIndex) << ">";
147 int32 match = choiceText.IFindFirst(pattern);
151 fChoices.AddItem(new BAutoCompleter::Choice(choiceText,
152 choiceText, match, pattern.Length()));
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp43 URLChoice(const BString& choiceText, const BString& displayText, argument
46 BAutoCompleter::Choice(choiceText, displayText, matchPos, matchLen),
90 const BString& choiceText = item.URL(); local
91 int32 matchPos = choiceText.IFindFirst(pattern);
95 && choiceText.FindFirst(lastBaseURL) >= 0) {
99 lastBaseURL = baseURL(choiceText);
100 fChoices.AddItem(new URLChoice(choiceText,
101 choiceText, matchPos, pattern.Length(), priority));

Completed in 41 milliseconds