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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.h 43 virtual int selectionTop() { return m_y; }
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 155 FloatRect rootRect(0, selectionTop(), logicalWidth(), selectionHeight());
173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight());
399 int RootInlineBox::selectionTop() const
401 int selectionTop = m_lineTop;
404 selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
407 return selectionTop;
410 if (prevBottom < selectionTop && block()->containsFloats()) {
416 int newLeft = block()->logicalLeftOffsetForLine(selectionTop, false);
417 int newRight = block()->logicalRightOffsetForLine(selectionTop, false);
419 return selectionTop;
    [all...]
InlineTextBox.cpp 97 int InlineTextBox::selectionTop()
99 return root()->selectionTop();
183 int selTop = selectionTop();
    [all...]

Completed in 169 milliseconds