Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGRootInlineBox.cpp215 InlineBox* closestLeaf = 0; in closestLeafChildForPosition() local
224 closestLeaf = leaf; in closestLeafChildForPosition()
229 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForPosition()
/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp479 InlineBox* closestLeaf = 0; in closestLeafChildForLogicalLeftPosition() local
482 closestLeaf = leaf; in closestLeafChildForLogicalLeftPosition()
490 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForLogicalLeftPosition()