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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.h 59 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 70 IntRect absoluteRect(LayoutUnit* extraWidthToEndOfLine = 0) const;
RenderedPosition.cpp 226 IntRect RenderedPosition::absoluteRect(LayoutUnit* extraWidthToEndOfLine) const
231 IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWidthToEndOfLine));
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.h 94 virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) OVERRIDE FINAL;
RenderText.h 111 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
RenderInline.cpp 236 LayoutRect RenderInline::localCaretRect(InlineBox* inlineBox, int, LayoutUnit* extraWidthToEndOfLine)
249 if (extraWidthToEndOfLine)
250 *extraWidthToEndOfLine = 0;
    [all...]
RenderText.cpp 647 LayoutRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine)
676 if (extraWidthToEndOfLine)
677 *extraWidthToEndOfLine = (box->root()->logicalWidth() + rootLeft) - (left + 1);
    [all...]
RenderBox.h 474 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
    [all...]
RenderObject.h     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.h     [all...]
RenderBlock.cpp     [all...]

Completed in 811 milliseconds