Home
last modified time | relevance | path

Searched refs:hintRect (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/media/
H A DMediaTheme.h29 static BView* ViewFor(BParameterWeb* web, const BRect* hintRect = NULL,
63 const BRect* hintRect = NULL) = 0;
/haiku/src/kits/media/
H A DMediaTheme.cpp69 BMediaTheme::ViewFor(BParameterWeb* web, const BRect* hintRect, in ViewFor() argument
85 return usingTheme->MakeViewFor(web, hintRect); in ViewFor()
H A DDefaultMediaTheme.cpp823 DefaultMediaTheme::MakeViewFor(BParameterWeb *web, const BRect *hintRect) in MakeViewFor() argument
851 if (hintRect != NULL) { in MakeViewFor()
852 scrollView->MoveTo(hintRect->LeftTop()); in MakeViewFor()
853 scrollView->ResizeTo(hintRect->Size()); in MakeViewFor()
863 if (hintRect != NULL) { in MakeViewFor()
864 tabView->MoveTo(hintRect->LeftTop()); in MakeViewFor()
865 tabView->ResizeTo(hintRect->Size()); in MakeViewFor()
/haiku/headers/private/media/
H A DDefaultMediaTheme.h27 virtual BView* MakeViewFor(BParameterWeb* web, const BRect* hintRect = NULL);