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

/haiku/src/servers/notification/
H A DNotificationView.cpp498 BString tempText; local
500 tempText.SetTo(line->text);
501 tempText.Append(chunkStart, chunkLength);
504 || StringWidth(tempText) > maxWidth) {

Completed in 38 milliseconds