Searched refs:localCaretRect (Results 1 - 17 of 17) 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) OVERRIDE;
H A DRenderSVGInlineText.cpp108 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*) function in class:blink::RenderSVGInlineText
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h97 LayoutRect localCaretRect(RenderObject*&) const;
H A DRenderedPosition.cpp232 IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWidthToEndOfLine));
244 LayoutRect rect = m_renderer->localCaretRect(m_inlineBox, m_offset);
H A DVisiblePosition.cpp650 LayoutRect VisiblePosition::localCaretRect(RenderObject*& renderer) const function in class:blink::VisiblePosition
659 LayoutRect localRect = localCaretRect(renderer);
669 LayoutRect localRect = localCaretRect(renderer);
H A DFrameSelection.cpp1244 static LayoutRect localCaretRect(const VisibleSelection& m_selection, const PositionWithAffinity& caretPosition, RenderObject*& renderer) function in namespace:blink
1260 LayoutRect newRect = localCaretRect(m_selection, PositionWithAffinity(m_selection.start(), m_selection.affinity()), renderer);
H A DVisibleUnits.cpp1409 return renderer->localCaretRect(inlineBox, caretOffset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h97 virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) OVERRIDE FINAL;
H A DRenderText.h117 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
H A DRenderBlock.h412 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE FINAL;
H A DRenderBox.h500 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
H A DRenderInline.cpp264 LayoutRect RenderInline::localCaretRect(InlineBox* inlineBox, int, LayoutUnit* extraWidthToEndOfLine) function in class:blink::RenderInline
H A DRenderObject.h939 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
H A DRenderText.cpp637 LayoutRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine) function in class:blink::RenderText
H A DRenderBlock.cpp3962 LayoutRect RenderBlock::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine) function in class:blink::RenderBlock
3966 return RenderBox::localCaretRect(inlineBox, caretOffset, extraWidthToEndOfLine);
H A DRenderObject.cpp2158 LayoutRect RenderObject::localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) function in class:blink::RenderObject
H A DRenderBox.cpp3694 LayoutRect RenderBox::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit* extraWidthToEndOfLine) function in class:blink::RenderBox

Completed in 1223 milliseconds