Searched refs:currentBoxDescendant (Results 1 – 1 of 1) sorted by relevance
1075 if (const RenderBox* currentBoxDescendant = currentStatePusherRenderBox()) { in pushFlowThreadLayoutState() local1076 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() local1092 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); in popFlowThreadLayoutState()1094 clearOffsetFromLogicalTopOfFirstRegion(currentBoxDescendant); in popFlowThreadLayoutState()1107 const RenderBox* currentBoxDescendant = currentStatePusherRenderBox(); in offsetFromLogicalTopOfFirstRegion() local1108 if (currentBlock == currentBoxDescendant) { in offsetFromLogicalTopOfFirstRegion()1113 …return currentBoxDescendant->isHorizontalWritingMode() ? offsetDelta.height() : offsetDelta.width(… in offsetFromLogicalTopOfFirstRegion()