Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3335 RootInlineBox* lastRootBoxWithChildren = 0; in positionForPointWithInlineChildren() local
3346 lastRootBoxWithChildren = root; in positionForPointWithInlineChildren()
3367 if (!moveCaretToBoundary && !closestBox && lastRootBoxWithChildren) { in positionForPointWithInlineChildren()
3369 …closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContent… in positionForPointWithInlineChildren()
3396 if (lastRootBoxWithChildren) { in positionForPointWithInlineChildren()
3400 if (lastRootBoxWithChildren->getLogicalEndBoxWithNode(logicallyLastBox)) in positionForPointWithInlineChildren()