Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp856 RenderFlowThread* currentFlowThread = m_flowThreadController->currentRenderFlowThread(); in pushLayoutState() local
857 if (currentFlowThread) in pushLayoutState()
858 currentFlowThread->pushFlowThreadLayoutState(layoutState.renderer()); in pushLayoutState()
870 RenderFlowThread* currentFlowThread = m_flowThreadController->currentRenderFlowThread(); in popLayoutState() local
871 if (!currentFlowThread) in popLayoutState()
874 currentFlowThread->popFlowThreadLayoutState(); in popLayoutState()