Searched refs:currentFlowThread (Results 1 – 1 of 1) sorted by relevance
856 RenderFlowThread* currentFlowThread = m_flowThreadController->currentRenderFlowThread(); in pushLayoutState() local857 if (currentFlowThread) in pushLayoutState()858 currentFlowThread->pushFlowThreadLayoutState(layoutState.renderer()); in pushLayoutState()870 RenderFlowThread* currentFlowThread = m_flowThreadController->currentRenderFlowThread(); in popLayoutState() local871 if (!currentFlowThread) in popLayoutState()874 currentFlowThread->popFlowThreadLayoutState(); in popLayoutState()