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.cpp94 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in isHyphenated()
479 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState()
501 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox()
616 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForLogicalLeftPosition()
DInlineBox.cpp253 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild(); in nextLeafChild()
DInlineFlowBox.h85 InlineBox* firstLeafChild() const;
DInlineFlowBox.cpp1399 InlineBox* InlineFlowBox::firstLeafChild() const in firstLeafChild() function in WebCore::InlineFlowBox
1403 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild(); in firstLeafChild()
1562 InlineBox* leaf = firstLeafChild(); in collectLeafBoxesInLogicalOrder()
DRenderBlock.cpp3337 if (!root->firstLeafChild()) in positionForPointWithInlineChildren()
3352 while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafChild()) in positionForPointWithInlineChildren()
3377 InlineBox* box = firstRootBoxWithChildren->firstLeafChild(); in positionForPointWithInlineChildren()
DRenderBlockLineLayout.cpp1198 lastObject = lastRootBox()->firstLeafChild()->renderer(); in layoutRunsAndFloats()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp195 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForPosition()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp740 startBox = rootBox->firstLeafChild(); in startPositionForLine()
949 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in previousLinePosition()
1004 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in nextLinePosition()