Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp201 InlineBox* closestLeaf = 0; in closestLeafChildForPosition() local
210 closestLeaf = leaf; in closestLeafChildForPosition()
215 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp640 InlineBox* closestLeaf = 0; in closestLeafChildForLogicalLeftPosition() local
643 closestLeaf = leaf; in closestLeafChildForLogicalLeftPosition()
651 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForLogicalLeftPosition()