Home
last modified time | relevance | path

Searched refs:firstRootBox (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyRun.cpp247 firstLineRubyTextTop = rt->firstRootBox()->logicalTopLayoutOverflow(); in layout()
254 RootInlineBox* rootBox = rb->firstRootBox(); in layout()
290 if (!rubyBase->firstRootBox()) in getOverhang()
296 …for (RootInlineBox* rootInlineBox = rubyBase->firstRootBox(); rootInlineBox; rootInlineBox = rootI… in getOverhang()
DRenderText.cpp1205 RootInlineBox* firstRootBox = 0; in setTextWithOffset() local
1221 if (!firstRootBox) { in setTextWithOffset()
1222 firstRootBox = root; in setTextWithOffset()
1225 firstRootBox->markDirty(); in setTextWithOffset()
1248 if (firstRootBox) { in setTextWithOffset()
1249 RootInlineBox* prev = firstRootBox->prevRootBox(); in setTextWithOffset()
1251 firstRootBox = prev; in setTextWithOffset()
1254 firstRootBox = lastTextBox()->root(); in setTextWithOffset()
1255 firstRootBox->markDirty(); in setTextWithOffset()
1258 …for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) { in setTextWithOffset()
DRenderLineBoxList.cpp179 RootInlineBox* firstRootBox = firstLineBox()->root(); in anyLineIntersectsRect() local
181 LayoutUnit firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop()); in anyLineIntersectsRect()
DInlineFlowBox.cpp677 …topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->firstRootBox()… in placeBoxesInBlockDirection()
1482 …fFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstRootBox()… in computeOverAnnotationAdjustment()
1530 …fFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstRootBox()… in computeUnderAnnotationAdjustment()
DRenderBlockLineLayout.cpp1565 RootInlineBox* firstLineInBlock = firstRootBox(); in layoutRunsAndFloatsInRange()
1866 for (curr = firstRootBox(); curr && !curr->isDirty(); curr = curr->nextRootBox()) { in determineStartPosition()
1905 curr = firstRootBox(); in determineStartPosition()
1938 RootInlineBox* line = firstRootBox(); in determineStartPosition()
2248 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in addOverflowFromInlineChildren()
2260 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in deleteEllipsisLineBoxes()
2296 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in checkLinesForTextOverflow()
DRenderBlock.cpp3326 if (!firstRootBox()) in positionForPointWithInlineChildren()
3336 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) { in positionForPointWithInlineChildren()
4587 …return firstLineBox()->logicalTop() + style(true)->fontMetrics().ascent(firstRootBox()->baselineTy… in firstLineBoxBaseline()
4938 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) { in getHeightForLineCount()
4969 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) in lineAtIndex()
4990 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) { in lineCount()
5025 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) { in adjustForBorderFit()
5078 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) in clearTruncation()
5276 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in addFocusRingRects()
5307 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in computeSelfHitTestRects()
[all …]
DRenderInline.cpp987 RootInlineBox* firstRootBox = firstLineBox()->root(); in linesVisualOverflowBoundingBox() local
990 LayoutUnit logicalTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop()); in linesVisualOverflowBoundingBox()
DRenderBlock.h229 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); } in firstRootBox() function
DRenderBlockFlow.cpp2479 … for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { } in inlineSelectionGaps()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGText.cpp469 RootInlineBox* rootBox = firstRootBox(); in positionForPoint()
DSVGRenderTreeAsText.cpp364 SVGRootInlineBox* box = toSVGRootInlineBox(text.firstRootBox()); in writeRenderSVGTextBox()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp581 RootInlineBox* line = renderer->firstRootBox(); in valueWithHardLineBreaks()