Home
last modified time | relevance | path

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

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