Searched refs:shouldDisableLayoutStateForSubtree (Results 1 – 3 of 3) sorted by relevance
150 bool shouldDisableLayoutStateForSubtree(RenderObject*) const;
1096 bool RenderView::shouldDisableLayoutStateForSubtree(RenderObject* renderer) const in shouldDisableLayoutStateForSubtree() function in WebCore::RenderView
899 disableLayoutState = view->shouldDisableLayoutStateForSubtree(rootForThisLayout); in performLayout()