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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 500 InlineBox* lastLeaf = lastLeafChild();
502 if (firstLeaf != lastLeaf) {
505 else if (lastLeaf->isLineBreak())
506 lastLeaf = lastLeaf->prevLeafChildIgnoringLineBreak();
509 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf)))
518 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
519 // The leftPosition coordinate is greater or equal to right edge of the lastLeaf
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 183 InlineBox* lastLeaf = lastLeafChild();
184 if (firstLeaf == lastLeaf)
202 return closestLeaf ? closestLeaf : lastLeaf;

Completed in 385 milliseconds