Searched refs:fDefaultRect (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h164 BRect GetDefaultRect() { return fDefaultRect; };
177 BRect fDefaultRect; member in class:SoftwareUpdaterWindow
H A DSoftwareUpdaterWindow.cpp129 fDefaultRect = Bounds();
130 SetSizeLimits(fDefaultRect.Width(), fDefaultRect.Width(),
131 fDefaultRect.Height(), fDefaultRect.Height());
646 float defaultWidth = fDefaultRect.Width();
648 fDefaultRect.Height() + 4 * fListView->ItemHeight(),
683 ResizeTo(fDefaultRect.Width(), fDefaultRect.Height());

Completed in 56 milliseconds