Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp617 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition() local
619 if (firstLeaf != lastLeaf) { in closestLeafChildForLogicalLeftPosition()
622 else if (lastLeaf->isLineBreak()) in closestLeafChildForLogicalLeftPosition()
623 lastLeaf = lastLeaf->prevLeafChildIgnoringLineBreak(); in closestLeafChildForLogicalLeftPosition()
626 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf))) in closestLeafChildForLogicalLeftPosition()
635 … (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEdita… in closestLeafChildForLogicalLeftPosition()
638 return lastLeaf; in closestLeafChildForLogicalLeftPosition()
651 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForLogicalLeftPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp196 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition() local
197 if (firstLeaf == lastLeaf) in closestLeafChildForPosition()
215 return closestLeaf ? closestLeaf : lastLeaf; in closestLeafChildForPosition()