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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.h246 void disableLayoutState() { m_layoutStateDisableCount++; } function in class:WebCore::FINAL
347 m_view->disableLayoutState();
382 m_view->disableLayoutState();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.cpp991 bool disableLayoutState = false; local
994 disableLayoutState = view->shouldDisableLayoutStateForSubtree(rootForThisLayout);
997 LayoutStateDisabler layoutStateDisabler(disableLayoutState ? rootForThisLayout->view() : 0);

Completed in 43 milliseconds