OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastLeaf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp
196
InlineBox*
lastLeaf
= lastLeafChild();
197
if (firstLeaf ==
lastLeaf
)
215
return closestLeaf ? closestLeaf :
lastLeaf
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp
623
InlineBox*
lastLeaf
= lastLeafChild();
625
if (firstLeaf !=
lastLeaf
) {
628
else if (
lastLeaf
->isLineBreak())
629
lastLeaf
=
lastLeaf
->prevLeafChildIgnoringLineBreak();
632
if (firstLeaf ==
lastLeaf
&& (!onlyEditableLeaves || isEditableLeaf(firstLeaf)))
641
if (leftPosition >=
lastLeaf
->logicalRight() && !
lastLeaf
->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(
lastLeaf
)))
642
// The leftPosition coordinate is greater or equal to right edge of the
lastLeaf
[
all
...]
Completed in 116 milliseconds