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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.h 42 virtual int selectionTop() { return top(); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 525 LayoutUnit RootInlineBox::selectionTop() const
527 LayoutUnit selectionTop = m_lineTop;
530 selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
533 return selectionTop;
536 if (prevBottom < selectionTop && block()->containsFloats()) {
542 LayoutUnit newLeft = block()->logicalLeftOffsetForLine(selectionTop, false);
543 LayoutUnit newRight = block()->logicalRightOffsetForLine(selectionTop, false);
545 return selectionTop;
553 LayoutUnit top = selectionTop();
584 LayoutUnit nextTop = nextRootBox()->selectionTop();
    [all...]
InlineTextBox.cpp 121 LayoutUnit InlineTextBox::selectionTop()
123 return root()->selectionTop();
202 LayoutUnit selTop = selectionTop();
    [all...]

Completed in 35 milliseconds