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 519 LayoutUnit RootInlineBox::selectionTop() const
521 LayoutUnit selectionTop = m_lineTop;
524 selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
527 return selectionTop;
530 if (prevBottom < selectionTop && block()->containsFloats()) {
536 LayoutUnit newLeft = block()->logicalLeftOffsetForLine(selectionTop, false);
537 LayoutUnit newRight = block()->logicalRightOffsetForLine(selectionTop, false);
539 return selectionTop;
547 LayoutUnit top = selectionTop();
578 LayoutUnit nextTop = nextRootBox()->selectionTop();
    [all...]
RootInlineBox.h 70 LayoutUnit selectionTop() const;
72 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
InlineTextBox.cpp 125 LayoutUnit InlineTextBox::selectionTop()
127 return root()->selectionTop();
206 LayoutUnit selTop = selectionTop();
    [all...]
RenderReplaced.cpp 200 LayoutUnit selTop = paintOffset.y() + m_inlineBoxWrapper->root()->selectionTop();
527 LayoutUnit top = rootBox ? rootBox->selectionTop() : logicalTop();
574 LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->selectionTop() - m_inlineBoxWrapper->logicalTop();
EllipsisBox.cpp 152 LayoutUnit top = root()->selectionTop();
InlineTextBox.h 104 LayoutUnit selectionTop();
RenderLineBoxList.cpp 192 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase);
RenderListMarker.cpp     [all...]
RenderText.cpp 629 LayoutUnit top = min(rootBox->selectionTop(), rootBox->lineTop());
664 int top = box->root()->selectionTop();
    [all...]
RenderBlock.cpp     [all...]

Completed in 1987 milliseconds