Searched refs:FrameResized (Results 51 - 75 of 258) sorted by relevance

1234567891011

/haiku/headers/private/interface/
H A DBMCPrivate.h48 virtual void FrameResized(float width, float height);
/haiku/src/apps/launchbox/
H A DMainWindow.h44 virtual void FrameResized(float width, float height);
/haiku/src/apps/magnify/
H A DMagnify.h30 virtual void FrameResized(float width, float height);
69 virtual void FrameResized(float, float);
165 virtual void FrameResized(float width, float height);
212 virtual void FrameResized(float width, float height);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp17 void FrameResized(float w, float h);
32 void FrameResized(float w, float /*h*/) { function in class:ErrorPanel
125 ErrorLogWindow::FrameResized(float newWidth, float newHeight) function in class:ErrorLogWindow
216 Error::FrameResized(float w, float h) function in class:Error
/haiku/src/servers/notification/
H A DNotificationWindow.h42 virtual void FrameResized(float width, float height);
/haiku/src/apps/fontdemo/
H A DFontDemoView.h27 virtual void FrameResized(float width, float height);
/haiku/src/apps/deskbar/
H A DBarWindow.h59 virtual void FrameResized(float width, float height);
/haiku/src/kits/interface/
H A DTextInput.h34 virtual void FrameResized(float width, float height);
H A DTextInput.cpp84 _BTextInput_::FrameResized(float width, float height) function in class:BPrivate::_BTextInput_
86 BTextView::FrameResized(width, height);
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.h65 void FrameResized(float width, float height);
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp69 // TextWindow::FrameResized
75 InfoWindow::FrameResized(float width, float height) function in class:InfoWindow
H A DActiveTranslatorsWindow.cpp93 ActiveTranslatorsWindow::FrameResized(float width, float height) function in class:ActiveTranslatorsWindow
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp129 FrameResized(rect.Width(), rect.Height());
141 BookmarkBar::FrameResized(float width, float height) function in class:BookmarkBar
201 BMenuBar::FrameResized(width, height);
263 FrameResized(rect.Width(), rect.Height());
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.h46 virtual void FrameResized(float width, float height);
H A DGradientControl.h52 virtual void FrameResized(float width, float height);
/haiku/src/apps/serialconnect/
H A DTermView.h24 void FrameResized(float width, float height);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp48 FileSelectionPage::FrameResized(float width, float height) function in class:FileSelectionPage
50 WizardPageView::FrameResized(width, height);
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp123 void TipView::FrameResized( function in class:TipView
127 _inherited::FrameResized(width, height);
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp187 ValControlSegment::FrameResized(float width, float height) function in class:ValControlSegment
189 _Inherited::FrameResized(width, height);
192 // "### ValControlSegment::FrameResized(%.1f,%.1f)\n",
/haiku/src/kits/print/
H A DPrintPanel.cpp160 BPrintPanel::FrameResized(float newWidth, float newHeight) function in class:BPrivate::Print::BPrintPanel
162 BWindow::FrameResized(newWidth, newHeight);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp46 FrameResized(Bounds().Width(), Bounds().Height());
189 Activity::FrameResized(float width, float height) function in class:Activity
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp55 StyledEditView::FrameResized(float width, float height) function in class:StyledEditView
57 BTextView::FrameResized(width, height);
/haiku/headers/private/print/
H A DPrintPanel.h44 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp73 InfoWindow::FrameResized( function in class:InfoWindow
76 D_HOOK(("InfoWindow::FrameResized()\n"));
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.h115 virtual void FrameResized(

Completed in 122 milliseconds

1234567891011