Searched refs:fMatchText (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.h76 BString fMatchText; member in class:BDefaultChoiceView::ListItem
H A DAutoCompleterDefaultImpl.cpp261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen());
303 if (fMatchText.Length()) {
304 w = owner->StringWidth(fMatchText.String());
309 owner->DrawString(fMatchText.String(), BPoint(xPos, yPos));

Completed in 19 milliseconds