HomeSort by relevance Sort by last modified time
    Searched refs:selectionTop (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 137 FloatRect rootRect(0, selectionTop(), width(), selectionHeight());
156 FloatRect rootRect(tx + x(), ty + selectionTop(), width(), selectionHeight());
332 int RootInlineBox::selectionTop() const
334 int selectionTop = m_lineTop;
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;
RootInlineBox.h 60 int selectionTop() const;
62 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); }
SVGInlineTextBox.h 58 virtual int selectionTop();
EllipsisBox.cpp 76 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight()));
92 int y = root()->selectionTop();
InlineTextBox.h 68 virtual int selectionTop();
InlineTextBox.cpp 46 int InlineTextBox::selectionTop()
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());
    [all...]
RenderReplaced.cpp 180 int selTop = ty + m_inlineBoxWrapper->root()->selectionTop();
287 return IntRect(0, root->selectionTop() - y(), width(), root->selectionHeight());
InlineFlowBox.cpp 472 void InlineFlowBox::placeBoxesVertically(int yPos, int maxHeight, int maxAscent, bool strictMode, int& selectionTop, int& selectionBottom)
485 static_cast<InlineFlowBox*>(curr)->placeBoxesVertically(yPos, maxHeight, maxAscent, strictMode, selectionTop, selectionBottom);
514 selectionTop = min(selectionTop, newY);
523 selectionTop = min(selectionTop, y());
    [all...]
RenderListMarker.cpp     [all...]
RenderLineBoxList.cpp 198 int top = min(curr->topVisibleOverflow(), curr->root()->selectionTop()) - renderer->maximalOutlineSize(info.phase);
SVGInlineTextBox.cpp 47 int SVGInlineTextBox::selectionTop()
RenderBox.cpp 838 FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->width(), r->selectionHeight());
    [all...]
RenderBlock.cpp     [all...]

Completed in 386 milliseconds