Searched refs:FrameResized (Results 1 - 25 of 258) sorted by last modified time

1234567891011

/haiku/src/apps/charactermap/
H A DCharacterView.cpp278 CharacterView::FrameResized(float width, float height) function in class:CharacterView
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp297 PoorManWindow::FrameResized(float width, float height) function in class:PoorManWindow
/haiku/src/apps/diskprobe/
H A DProbeView.cpp205 virtual void FrameResized(float width, float height);
1058 TypeView::FrameResized(float width, float height) function in class:TypeView
/haiku/src/kits/tracker/
H A DContainerWindow.cpp993 BContainerWindow::FrameResized(float, float) function in class:BContainerWindow
H A DContainerWindow.h120 virtual void FrameResized(float, float);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp147 void GrepWindow::FrameResized(float width, float height) function in class:GrepWindow
149 BWindow::FrameResized(width, height);
/haiku/src/apps/terminal/
H A DTermWindow.cpp1568 TermWindow::FrameResized(float newWidth, float newHeight) function in class:TermWindow
1570 BWindow::FrameResized(newWidth, newHeight);
/haiku/src/kits/interface/
H A DStatusBar.cpp268 BStatusBar::FrameResized(float newWidth, float newHeight) function in class:BStatusBar
270 BView::FrameResized(newWidth, newHeight);
H A DMenu.cpp705 BMenu::FrameResized(float width, float height) function in class:BMenu
707 BView::FrameResized(width, height);
H A DOutlineListView.cpp241 BOutlineListView::FrameResized(float newWidth, float newHeight) function in class:BOutlineListView
243 BListView::FrameResized(newWidth, newHeight);
H A DScrollView.cpp268 BScrollView::FrameResized(float newWidth, float newHeight) function in class:BScrollView
270 BView::FrameResized(newWidth, newHeight);
H A DListView.cpp261 BListView::FrameResized(float newWidth, float newHeight) function in class:BListView
H A DTextView.cpp803 BTextView::FrameResized(float newWidth, float newHeight) function in class:BTextView
805 BView::FrameResized(newWidth, newHeight);
2190 FrameResized(Bounds().Width(), Bounds().Height());
2426 FrameResized(Bounds().Width(), Bounds().Height());
2502 FrameResized(Bounds().Width(), Bounds().Height());
H A DColumnListView.cpp195 virtual void FrameResized(float width, float height);
307 virtual void FrameResized(float width, float height);
3182 TitleView::FrameResized(float width, float height) function in class:TitleView
4656 OutlineView::FrameResized(float width, float height) function in class:OutlineView
4661 _inherited::FrameResized(width, height);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp276 FrameResized(frame.Width(), frame.Height());
736 CalcView::FrameResized(float width, float height) function in class:CalcView
H A DCalcView.h62 virtual void FrameResized(float width, float height);
/haiku/headers/os/interface/
H A DOutlineListView.h35 virtual void FrameResized(float newWidth, float newHeight);
H A DListView.h53 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h57 virtual void FrameResized(float width, float height);
H A DListViews.cpp153 BListView::FrameResized(bounds.Width(), bounds.Height());
165 DragSortableListView::FrameResized(float width, float height) function in class:DragSortableListView
167 BListView::FrameResized(width, height);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.h52 virtual void FrameResized(float width, float height);
H A DGradientControl.cpp39 FrameResized(Bounds().Width(), Bounds().Height());
417 GradientControl::FrameResized(float width, float height) function in class:GradientControl
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp159 KeyboardLayoutView::FrameResized(float width, float height) function in class:KeyboardLayoutView
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h32 virtual void FrameResized(float width, float height);
H A DTextDocumentView.cpp114 TextDocumentView::FrameResized(float width, float height) function in class:TextDocumentView

Completed in 216 milliseconds

1234567891011