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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp2690 LayoutUnit firstRootBoxWithChildrenTop = std::min<LayoutUnit>(firstRootBoxWithChildren->selectionTop(), firstRootBoxWithChildren->logicalTop()); local
2691 if (pointInLogicalContents.y() < firstRootBoxWithChildrenTop
2692 || (blocksAreFlipped && pointInLogicalContents.y() == firstRootBoxWithChildrenTop)) {

Completed in 64 milliseconds