Searched refs:tooWide (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/tracker/
H A DTextWidget.cpp349 bool tooWide = textView->TextRect().Width() > maxWidth; local
350 textView->MakeResizable(!tooWide, tooWide ? NULL : scrollView);
409 bool tooWide = textWidth > maxWidth; local
411 if (tooWide) {
429 textView->MakeResizable(!tooWide, tooWide ? NULL : scrollView);
511 bool tooWide = textView->TextRect().Width() > fMaxWidth; local
512 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 92 milliseconds