Home
last modified time | relevance | path

Searched refs:firstLeafChild (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp353 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState()
375 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox()
492 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForLogicalLeftPosition()
DInlineBox.cpp247 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild(); in nextLeafChild()
DInlineFlowBox.h91 InlineBox* firstLeafChild() const;
DInlineFlowBox.cpp1134 InlineBox* InlineFlowBox::firstLeafChild() const in firstLeafChild() function in blink::InlineFlowBox
1138 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild(); in firstLeafChild()
1297 InlineBox* leaf = firstLeafChild(); in collectLeafBoxesInLogicalOrder()
DRenderBlock.cpp2653 if (!root->firstLeafChild()) in positionForPointWithInlineChildren()
2668 while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafChild()) in positionForPointWithInlineChildren()
2693 InlineBox* box = firstRootBoxWithChildren->firstLeafChild(); in positionForPointWithInlineChildren()
DRenderBlockLineLayout.cpp758 lastObject = &lastRootBox()->firstLeafChild()->renderer(); in layoutRunsAndFloats()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp182 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForPosition()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp731 startBox = rootBox->firstLeafChild(); in startPositionForLine()
936 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in previousLinePosition()
991 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in nextLinePosition()