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

<<11

/haiku/src/apps/showimage/
H A DShowImageView.cpp548 ShowImageView::FrameResized(float width, float height) function in class:ShowImageView
/haiku/src/kits/interface/
H A DListView.cpp261 BListView::FrameResized(float newWidth, float newHeight) function in class:BListView
H A DView.cpp1306 BView::FrameResized(float newWidth, float newHeight) function in class:BView
1309 STRACE(("\tHOOK: BView(%s)::FrameResized()\n", Name()));
5048 FrameResized(message->GetInt32("width", 0),
6152 It also calls the BView's FrameResized() hook.
/haiku/src/apps/mail/
H A DMailWindow.cpp931 TMailWindow::FrameResized(float width, float height) function in class:TMailWindow
933 fContentView->FrameResized(width, height);
/haiku/src/apps/terminal/
H A DTermView.cpp1313 // was detached from the window. On such conditions FrameResized was not
1565 TermView::FrameResized(float width, float height) function in class:TermView
1567 //debug_printf("TermView::FrameResized(%f, %f)\n", width, height);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1121 virtual void FrameResized (float Width, float Height);
6832 ControlsView::FrameResized (float, float) function in class:ControlsView
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1111 ChartWindow::FrameResized(float new_width, float new_height) function in class:ChartWindow
/haiku/src/kits/tracker/
H A DContainerWindow.cpp993 BContainerWindow::FrameResized(float, float) function in class:BContainerWindow

Completed in 124 milliseconds

<<11