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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.cpp303 if (const RenderBox* currentBoxDescendant = currentStatePusherRenderBox()) {
304 LayoutState* layoutState = currentBoxDescendant->view()->layoutState();
306 ASSERT(layoutState->renderer() == currentBoxDescendant);
308 setOffsetFromLogicalTopOfFirstRegion(currentBoxDescendant, currentBoxDescendant->isHorizontalWritingMode() ? offsetDelta.height() : offsetDelta.width());
319 if (const RenderBox* currentBoxDescendant = currentStatePusherRenderBox()) {
320 LayoutState* layoutState = currentBoxDescendant->view()->layoutState();
322 clearOffsetFromLogicalTopOfFirstRegion(currentBoxDescendant);
335 const RenderBox* currentBoxDescendant = currentStatePusherRenderBox(); local
336 if (currentBlock == currentBoxDescendant) {
[all...]

Completed in 251 milliseconds