HomeSort by relevance Sort by last modified time
    Searched refs:selectionTop (Results 1 - 10 of 10) 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...]
RootInlineBox.h 66 LayoutUnit selectionTop() const;
68 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
InlineTextBox.cpp 128 LayoutUnit InlineTextBox::selectionTop()
130 return root().selectionTop();
208 LayoutUnit selTop = selectionTop();
    [all...]
RenderReplaced.cpp 199 LayoutUnit selTop = paintOffset.y() + inlineBoxWrapper()->root().selectionTop();
511 LayoutUnit top = rootBox ? rootBox->selectionTop() : logicalTop();
558 LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
EllipsisBox.cpp 149 LayoutUnit top = root().selectionTop();
InlineTextBox.h 104 LayoutUnit selectionTop();
RenderLineBoxList.cpp 190 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root.lineTop()), root.selectionTop());
RenderListMarker.cpp     [all...]
RenderText.cpp 614 LayoutUnit top = min(rootBox.selectionTop(), rootBox.lineTop());
649 int top = box->root().selectionTop();
    [all...]
RenderBlock.cpp     [all...]

Completed in 460 milliseconds