Searched defs:firstRootBox (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp178 RootInlineBox& firstRootBox = firstLineBox()->root(); local
180 LayoutUnit firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox.lineTop());
H A DRenderBlock.h95 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); } function in class:blink::RenderBlock
H A DRenderInline.cpp1020 RootInlineBox& firstRootBox = firstLineBox()->root(); local
1023 LayoutUnit logicalTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox.lineTop());
H A DRenderText.cpp1234 RootInlineBox* firstRootBox = 0; local
1250 if (!firstRootBox) {
1251 firstRootBox = root;
1254 firstRootBox->markDirty();
1277 if (firstRootBox) {
1278 RootInlineBox* prev = firstRootBox->prevRootBox();
1280 firstRootBox = prev;
1283 firstRootBox = &lastTextBox()->root();
1284 firstRootBox->markDirty();
1287 for (RootInlineBox* curr = firstRootBox; cur
[all...]

Completed in 287 milliseconds