Lines Matching refs:caretRect
26715 3) Changing RenderObject::caretRect() to take an InlineBox parameter,
26716 and changing callers to call VisiblePosition::caretRect(), which
26717 locates the inline box, then calls caretRect() on the renderer for
26725 constructor and VisiblePosition::caretRect(), and sorted.
26740 VisiblePosition::caretRect() instead of calling the RenderObject method.
26748 (WebCore::VisiblePosition::caretRect): Changed to call
26804 (WebCore::RenderBox::caretRect): Changed to take an inline box and
26811 (WebCore::RenderFlow::caretRect): Updated the signature.
26815 (WebCore::RenderObject::caretRect): Updated the signature.
26827 (WebCore::RenderSVGInlineText::caretRect): Updated the signature.
26833 (WebCore::RenderText::caretRect): Changed to take an inline box and
30907 (WebCore::RenderText::caretRect):