Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length()); in ListItem()
312 if (fPostText.Length()) { in DrawItem()
313 w = owner->StringWidth(fPostText.String()); in DrawItem()
318 owner->DrawString(fPostText.String(), BPoint(xPos, yPos)); in DrawItem()
H A DAutoCompleterDefaultImpl.h77 BString fPostText; variable