HomeSort by relevance Sort by last modified time
    Searched refs:selectionTopAdjustedForPrecedingBlock (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.h 70 LayoutUnit selectionTopAdjustedForPrecedingBlock() const;
71 LayoutUnit selectionHeightAdjustedForPrecedingBlock() const { return max<LayoutUnit>(0, selectionBottom() - selectionTopAdjustedForPrecedingBlock()); }
EllipsisBox.cpp 132 return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock()));
RootInlineBox.cpp 428 LayoutUnit RootInlineBox::selectionTopAdjustedForPrecedingBlock() const
    [all...]
InlineTextBox.cpp     [all...]
RenderBlockFlow.cpp     [all...]

Completed in 107 milliseconds