Searched refs:disableLayoutState (Results 1 – 2 of 2) sorted by relevance
254 void disableLayoutState() { m_layoutStateDisableCount++; } in disableLayoutState() function342 m_view->disableLayoutState();377 m_view->disableLayoutState(); in LayoutStateDisabler()
896 bool disableLayoutState = false; in performLayout() local899 disableLayoutState = view->shouldDisableLayoutStateForSubtree(rootForThisLayout); in performLayout()902 LayoutStateDisabler layoutStateDisabler(disableLayoutState ? rootForThisLayout->view() : 0); in performLayout()