Searched refs:fHeightForWidthLayoutContext (Results 1 - 1 of 1) sorted by path

/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp131 BLayoutContext* fHeightForWidthLayoutContext; member in class:BTwoDimensionalLayout::VerticalCompoundLayouter
854 fHeightForWidthLayoutContext(NULL)
987 if (context == fHeightForWidthLayoutContext)
990 if (fHeightForWidthLayoutContext != NULL) {
991 fHeightForWidthLayoutContext->RemoveListener(this);
992 fHeightForWidthLayoutContext = NULL;
1001 fHeightForWidthLayoutContext = context;
1003 if (fHeightForWidthLayoutContext != NULL)
1004 fHeightForWidthLayoutContext->AddListener(this);
1016 fHeightForWidthLayoutContext
[all...]

Completed in 46 milliseconds