Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h254 void disableLayoutState() { m_layoutStateDisableCount++; } in disableLayoutState() function
342 m_view->disableLayoutState();
377 m_view->disableLayoutState(); in LayoutStateDisabler()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp896 bool disableLayoutState = false; in performLayout() local
899 disableLayoutState = view->shouldDisableLayoutStateForSubtree(rootForThisLayout); in performLayout()
902 LayoutStateDisabler layoutStateDisabler(disableLayoutState ? rootForThisLayout->view() : 0); in performLayout()