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

/haiku/src/kits/interface/
H A DColumnListView.cpp235 BColumnListView* fMasterView; member in class:BPrivate::TitleView
363 BColumnListView* fMasterView; member in class:BPrivate::OutlineView
2337 fMasterView(listView),
2431 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
2454 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
2555 return MAX(kLeftMargin, fMasterView->LatchWidth()) + kRightMargin;
2636 float leftEdge = MAX(kLeftMargin, fMasterView->LatchWidth());
2700 view->SetHighColor(fMasterView->Color(B_COLOR_HEADER_TEXT));
2753 view->SetHighColor(fMasterView->Color(B_COLOR_HEADER_TEXT));
2782 float columnLeftEdge = MAX(kLeftMargin, fMasterView
[all...]

Completed in 43 milliseconds