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 58 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 72 IntRect absoluteRect(LayoutUnit* extraWidthToEndOfLine = 0) const;
RenderedPosition.cpp 227 IntRect RenderedPosition::absoluteRect(LayoutUnit* extraWidthToEndOfLine) const
232 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 97 virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) OVERRIDE FINAL;
RenderText.h 117 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
RenderInline.cpp 264 LayoutRect RenderInline::localCaretRect(InlineBox* inlineBox, int, LayoutUnit* extraWidthToEndOfLine)
277 if (extraWidthToEndOfLine)
278 *extraWidthToEndOfLine = 0;
    [all...]
RenderText.cpp 637 LayoutRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine)
666 if (extraWidthToEndOfLine)
667 *extraWidthToEndOfLine = (box->root().logicalWidth() + rootLeft) - (left + 1);
    [all...]
RenderBlock.h 412 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE FINAL;
RenderObject.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.h 500 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
    [all...]
RenderObject.h     [all...]
RenderBox.cpp     [all...]

Completed in 1161 milliseconds