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

/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h76 BRect m_manualSize; member in class:DormantNodeWindow
H A DDormantNodeWindow.cpp130 m_manualSize = Bounds();
138 ResizeTo(m_manualSize.Width(), m_manualSize.Height());
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoWindow.cpp91 m_manualSize = Bounds().OffsetToCopy(0.0, 0.0);
112 m_manualSize = Bounds();
122 ResizeTo(m_manualSize.Width(), m_manualSize.Height());
H A DInfoWindow.h84 BRect m_manualSize; member in class:InfoWindow
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterWindow.h152 BRect m_manualSize; member in class:ParameterWindow
H A DParameterWindow.cpp233 m_manualSize = Bounds();
240 ResizeTo(m_manualSize.Width(), m_manualSize.Height());
254 m_manualSize = Bounds().OffsetToCopy(0.0, 0.0);
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteWindow.h202 BRect m_manualSize; member in class:RouteWindow
H A DRouteWindow.cpp343 m_manualSize = Bounds();
357 ResizeTo(m_manualSize.Width(), m_manualSize.Height());

Completed in 101 milliseconds