Searched refs:firstRootBox (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRubyRun.cpp240 firstLineRubyTextTop = rt->firstRootBox()->logicalTopLayoutOverflow();
247 RootInlineBox* rootBox = rb->firstRootBox();
284 if (!rubyBase->firstRootBox())
293 for (RootInlineBox* rootInlineBox = rubyBase->firstRootBox(); rootInlineBox; rootInlineBox = rootInlineBox->nextRootBox()) {
H A DRenderText.cpp1011 RootInlineBox* firstRootBox = 0; local
1026 if (!firstRootBox) {
1027 firstRootBox = root;
1031 firstRootBox->markDirty();
1055 if (firstRootBox) {
1056 RootInlineBox* prev = firstRootBox->prevRootBox();
1058 firstRootBox = prev;
1061 firstRootBox = lastTextBox()->root();
1062 firstRootBox->markDirty();
1065 for (RootInlineBox* curr = firstRootBox; cur
[all...]
H A DRenderLineBoxList.cpp180 RootInlineBox* firstRootBox = firstLineBox()->root(); local
182 int firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop());
H A DRenderBlockLineLayout.cpp1293 for (curr = firstRootBox(); curr && !curr->isDirty(); curr = curr->nextRootBox()) {
1325 if (firstRootBox()) {
1327 curr = firstRootBox();
1360 RootInlineBox* line = firstRootBox();
2418 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
2427 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox())
2447 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
2448 int blockRightEdge = logicalRightOffsetForLine(curr->y(), curr == firstRootBox());
2449 int blockLeftEdge = logicalLeftOffsetForLine(curr->y(), curr == firstRootBox());
2456 int width = curr == firstRootBox()
[all...]
H A DInlineFlowBox.cpp652 int topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->firstRootBox()->lineTop() : 0);
1323 int topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstRootBox()->lineTop() : 0);
H A DRenderBlock.cpp2629 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
2902 for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { }
4150 if (!firstRootBox())
4157 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) {
5217 return firstLineBox()->logicalTop() + style(true)->fontMetrics().ascent(firstRootBox()->baselineType());
5274 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) {
5524 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) {
5546 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) {
5581 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox())
5603 for (RootInlineBox* box = firstRootBox(); bo
[all...]
H A DRenderTextControl.cpp423 RootInlineBox* line = renderer->firstRootBox();
H A DRenderInline.cpp946 RootInlineBox* firstRootBox = firstLineBox()->root(); local
949 int logicalTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop());
H A DRenderBlock.h118 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); } function in class:WebCore::RenderBlock
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.cpp212 RootInlineBox* rootBox = firstRootBox();
H A DSVGRenderTreeAsText.cpp434 SVGRootInlineBox* box = static_cast<SVGRootInlineBox*>(text.firstRootBox());

Completed in 530 milliseconds