Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h148 …void popLayoutState(RenderObject*) { return popLayoutState(); } // Just doing this to keep popLayo… in popLayoutState() function
241 void popLayoutState() in popLayoutState() function
351 m_view->popLayoutState(); in pop()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp936 rootForThisLayout->view()->popLayoutState(rootForThisLayout); in performLayout()