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.cpp188 InlineBox* closestLeaf = 0; in closestLeafChildForPosition() local
197 closestLeaf = leaf; in closestLeafChildForPosition()
202 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp516 InlineBox* closestLeaf = 0; in closestLeafChildForLogicalLeftPosition() local
519 closestLeaf = leaf; in closestLeafChildForLogicalLeftPosition()
527 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForLogicalLeftPosition()