Searched refs:oldCompoundLayouter (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp1363 CompoundLayouter* oldCompoundLayouter; local
1365 oldCompoundLayouter = fHLayouter;
1368 oldCompoundLayouter = fVLayouter;
1372 if (compoundLayouter == oldCompoundLayouter)
1375 if (oldCompoundLayouter != NULL) {
1376 oldCompoundLayouter->RemoveLocalLayouter(this);
1377 oldCompoundLayouter->ReleaseReference();

Completed in 30 milliseconds