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

/haiku/src/kits/tracker/
H A DTextWidget.cpp348 bool tooWide = textView->TextRect().Width() > maxWidth; local
349 textView->MakeResizable(!tooWide, tooWide ? NULL : scrollView);
408 bool tooWide = textWidth > maxWidth; local
410 if (tooWide) {
428 textView->MakeResizable(!tooWide, tooWide ? NULL : scrollView);
512 bool tooWide = textView->TextRect().Width() > fMaxWidth; local
513 textView->MakeResizable(!tooWide, tooWide
[all...]
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp746 bool tooWide = maxMenuWidth > maxWidth; local
753 if (tooWide)
757 } else if (tooWide) {

Completed in 45 milliseconds