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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 402 LayoutUnit RootInlineBox::selectionTop() const
404 LayoutUnit selectionTop = m_lineTop;
407 selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
410 return selectionTop;
413 if (prevBottom < selectionTop && block().containsFloats()) {
419 LayoutUnit newLeft = block().logicalLeftOffsetForLine(selectionTop, false);
420 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionTop, false);
422 return selectionTop;
430 LayoutUnit top = selectionTop();
461 LayoutUnit nextTop = nextRootBox()->selectionTop();
    [all...]
InlineTextBox.cpp 128 LayoutUnit InlineTextBox::selectionTop()
130 return root().selectionTop();
208 LayoutUnit selTop = selectionTop();
    [all...]

Completed in 119 milliseconds