Home
last modified time | relevance | path

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

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