Searched refs:ContainerView (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/terminal/
H A DSmartTabView.cpp52 ContainerView()->MoveTo(frame.LeftTop());
53 ContainerView()->ResizeTo(frame.Width(), frame.Height());
136 view->ResizeTo(ContainerView()->Bounds().Width()
138 ContainerView()->Bounds().Height() - fInsets.top - fInsets.bottom);
162 ContainerView()->ResizeBy(0, -TabHeight());
163 ContainerView()->MoveBy(0, TabHeight());
222 ContainerView()->MoveBy(0, -TabHeight());
223 ContainerView()->ResizeBy(0, TabHeight());
/haiku/src/apps/webpositive/tabview/
H A DTabManager.h44 BView* ContainerView() const;
H A DTabView.h45 TabContainerView* ContainerView() const;
H A DTabView.cpp164 TabView::ContainerView() const function in class:TabView
238 fParent->ContainerView()->InvalidateLayout();
315 fParent->ContainerView()->Invalidate(frame);
H A DTabManager.cpp543 fController->CloseTab(ContainerView()->IndexOf(this));
554 ContainerView()->Invalidate(closeRect);
569 fController->CloseTab(ContainerView()->IndexOf(this));
583 ContainerView()->Invalidate(closeRect);
628 float isFront = ContainerView()->SelectedTab()
796 TabManager::ContainerView() const function in class:TabManager
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp48 BRect rect = fTabView->ContainerView()->Bounds();
72 fTabView->ContainerView()->Frame().top + 16.0f);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp140 BRect rect = tabView->ContainerView()->Bounds();
/haiku/headers/os/interface/
H A DTabView.h181 BView* ContainerView() const;
/haiku/src/kits/interface/
H A DTabView.cpp226 Select(fTabView->ContainerView());
1328 BTabView::ContainerView() const function in class:BTabView
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp648 topView->AddChild(fTabManager->ContainerView());

Completed in 164 milliseconds