Searched refs:viewPort (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/package/
H A DResultWindow.cpp52 BViewPort* viewPort = NULL; local
58 .Add(new BScrollView(NULL, viewPort = new BViewPort(), 0, false, true))
69 viewPort->SetChildView(fContainerView = new BGroupView(B_VERTICAL, 0));
75 viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
H A DProblemWindow.cpp81 BViewPort* viewPort = NULL; local
88 .Add(new BScrollView(NULL, viewPort = new BViewPort(), 0, false, true))
99 viewPort->SetChildView(fContainerView = new BGroupView(B_VERTICAL, 0));
105 viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
/haiku/src/kits/interface/
H A DViewPort.cpp25 ViewPortLayout(BViewPort* viewPort) argument
28 fViewPort(viewPort),
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp104 BViewPort* viewPort = new BViewPort(fPartitions); local
106 BScrollView* scrollView = new BScrollView("scrollView", viewPort, 0,

Completed in 72 milliseconds