Searched refs:localCaretRect (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.h58 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
H A DRenderSVGInlineText.cpp107 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*) function in class:WebCore::RenderSVGInlineText
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h99 LayoutRect localCaretRect(RenderObject*&) const;
H A DCaret.cpp141 LayoutRect localRect = caretPosition.localCaretRect(renderer);
H A DFrameSelection.h136 LayoutRect localCaretRect();
H A DRenderedPosition.cpp230 IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWidthToEndOfLine));
H A DVisiblePosition.cpp651 LayoutRect VisiblePosition::localCaretRect(RenderObject*& renderer) const function in class:WebCore::VisiblePosition
670 return renderer->localCaretRect(inlineBox, caretOffset);
676 LayoutRect localRect = localCaretRect(renderer);
686 LayoutRect localRect = localCaretRect(renderer);
H A DFrameSelection.cpp1233 LayoutRect FrameSelection::localCaretRect() function in class:WebCore::FrameSelection
1264 LayoutRect newRect = localCaretRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h94 virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) OVERRIDE FINAL;
H A DRenderText.h113 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
H A DRenderBlock.h587 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE FINAL;
H A DRenderBox.h483 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
H A DRenderObject.h908 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
H A DRenderInline.cpp238 LayoutRect RenderInline::localCaretRect(InlineBox* inlineBox, int, LayoutUnit* extraWidthToEndOfLine) function in class:WebCore::RenderInline
H A DRenderText.cpp652 LayoutRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine) function in class:WebCore::RenderText
H A DRenderBlock.cpp5225 LayoutRect RenderBlock::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine) function in class:WebCore::RenderBlock
5229 return RenderBox::localCaretRect(inlineBox, caretOffset, extraWidthToEndOfLine);
H A DRenderObject.cpp2348 LayoutRect RenderObject::localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) function in class:WebCore::RenderObject
H A DRenderBox.cpp4256 LayoutRect RenderBox::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit* extraWidthToEndOfLine) function in class:WebCore::RenderBox

Completed in 188 milliseconds