Searched refs:selectionTop (Results 1 - 13 of 13) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRootInlineBox.cpp137 FloatRect rootRect(0, selectionTop(), width(), selectionHeight());
156 FloatRect rootRect(tx + x(), ty + selectionTop(), width(), selectionHeight());
332 int RootInlineBox::selectionTop() const function in class:WebCore::RootInlineBox
334 int selectionTop = m_lineTop; local
336 return selectionTop;
339 if (prevBottom < selectionTop && block()->containsFloats()) {
345 int newLeft = block()->leftOffset(selectionTop, !prevRootBox());
346 int newRight = block()->rightOffset(selectionTop, !prevRootBox());
348 return selectionTop;
H A DEllipsisBox.cpp76 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight()));
92 int y = root()->selectionTop();
H A DRootInlineBox.h60 int selectionTop() const;
62 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); }
H A DSVGInlineTextBox.h58 virtual int selectionTop();
H A DInlineTextBox.cpp46 int InlineTextBox::selectionTop() function in class:WebCore::InlineTextBox
48 return root()->selectionTop();
115 int selTop = selectionTop();
592 int y = selectionTop();
619 int y = selectionTop();
639 FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->width(), selectionHeight());
761 IntPoint startPoint(tx + m_x, ty + selectionTop());
802 int y = selectionTop();
830 int y = selectionTop();
H A DInlineTextBox.h68 virtual int selectionTop();
H A DRenderReplaced.cpp180 int selTop = ty + m_inlineBoxWrapper->root()->selectionTop();
287 return IntRect(0, root->selectionTop() - y(), width(), root->selectionHeight());
H A DInlineFlowBox.cpp472 void InlineFlowBox::placeBoxesVertically(int yPos, int maxHeight, int maxAscent, bool strictMode, int& selectionTop, int& selectionBottom) argument
485 static_cast<InlineFlowBox*>(curr)->placeBoxesVertically(yPos, maxHeight, maxAscent, strictMode, selectionTop, selectionBottom);
514 selectionTop = min(selectionTop, newY);
523 selectionTop = min(selectionTop, y());
H A DRenderListMarker.cpp960 return IntRect(x(), root->selectionTop() - y(), width(), root->selectionHeight());
1510 IntRect rect(0, root->selectionTop() - y(), width(), root->selectionHeight());
H A DRenderLineBoxList.cpp198 int top = min(curr->topVisibleOverflow(), curr->root()->selectionTop()) - renderer->maximalOutlineSize(info.phase);
H A DSVGInlineTextBox.cpp47 int SVGInlineTextBox::selectionTop() function in class:WebCore::SVGInlineTextBox
H A DRenderBox.cpp838 FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->width(), r->selectionHeight());
H A DRenderBlock.cpp2082 int selTop = curr->selectionTop();

Completed in 124 milliseconds