Searched refs:allowSubtree (Results 1 – 2 of 2) sorted by relevance
93 void layout(bool allowSubtree = true);231 void forceLayout(bool allowSubtree = false);
775 void FrameView::layout(bool allowSubtree) in layout() argument809 if (!allowSubtree && isSubtreeLayout()) { in layout()2735 void FrameView::forceLayout(bool allowSubtree) in forceLayout() argument2737 layout(allowSubtree); in forceLayout()