HomeSort by relevance Sort by last modified time
    Searched refs:lastLeaf (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 210 InlineBox* lastLeaf = lastLeafChild();
211 if (firstLeaf == lastLeaf)
229 return closestLeaf ? closestLeaf : lastLeaf;
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 464 InlineBox* lastLeaf = lastLeafChild();
465 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf)))
474 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
475 // The leftPosition coordinate is greater or equal to right edge of the lastLeaf.
477 return lastLeaf;
490 return closestLeaf ? closestLeaf : lastLeaf;
    [all...]

Completed in 42 milliseconds