HomeSort by relevance Sort by last modified time
    Searched refs:selectionTop (Results 1 - 11 of 11) 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...]
RootInlineBox.h 69 LayoutUnit selectionTop() const;
71 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
InlineTextBox.cpp 121 LayoutUnit InlineTextBox::selectionTop()
123 return root()->selectionTop();
202 LayoutUnit selTop = selectionTop();
    [all...]
RenderReplaced.cpp 189 LayoutUnit selTop = paintOffset.y() + m_inlineBoxWrapper->root()->selectionTop();
473 LayoutUnit top = rootBox ? rootBox->selectionTop() : logicalTop();
520 LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->selectionTop() - m_inlineBoxWrapper->logicalTop();
EllipsisBox.cpp 144 LayoutUnit top = root()->selectionTop();
InlineTextBox.h 101 LayoutUnit selectionTop();
RenderLineBoxList.cpp 191 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase);
RenderListMarker.cpp     [all...]
RenderText.cpp 624 LayoutUnit top = min(rootBox->selectionTop(), rootBox->lineTop());
659 int top = box->root()->selectionTop();
    [all...]
RenderBlock.cpp     [all...]

Completed in 280 milliseconds