Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.cpp1075 if (const RenderBox* currentBoxDescendant = currentStatePusherRenderBox()) { in pushFlowThreadLayoutState() local
1076 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); in pushFlowThreadLayoutState()
1078 ASSERT(layoutState->renderer() == currentBoxDescendant); in pushFlowThreadLayoutState()
1080 …setOffsetFromLogicalTopOfFirstRegion(currentBoxDescendant, currentBoxDescendant->isHorizontalWriti… in pushFlowThreadLayoutState()
1091 if (const RenderBox* currentBoxDescendant = currentStatePusherRenderBox()) { in popFlowThreadLayoutState() local
1092 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); in popFlowThreadLayoutState()
1094 clearOffsetFromLogicalTopOfFirstRegion(currentBoxDescendant); in popFlowThreadLayoutState()
1107 const RenderBox* currentBoxDescendant = currentStatePusherRenderBox(); in offsetFromLogicalTopOfFirstRegion() local
1108 if (currentBlock == currentBoxDescendant) { in offsetFromLogicalTopOfFirstRegion()
1113 …return currentBoxDescendant->isHorizontalWritingMode() ? offsetDelta.height() : offsetDelta.width(… in offsetFromLogicalTopOfFirstRegion()