Searched refs:firstLeaf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp492 InlineBox* firstLeaf = firstLeafChild(); local
495 if (firstLeaf != lastLeaf) {
496 if (firstLeaf->isLineBreak())
497 firstLeaf = firstLeaf->nextLeafChildIgnoringLineBreak();
502 if (firstLeaf == lastLeaf && (!onlyEditableLeaves || isEditableLeaf(firstLeaf)))
503 return firstLeaf;
506 if (leftPosition <= firstLeaf->logicalLeft() && !firstLeaf
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp182 InlineBox* firstLeaf = firstLeafChild(); local
184 if (firstLeaf == lastLeaf)
185 return firstLeaf;
189 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) {

Completed in 95 milliseconds