selectionRectForRepaint   41 Source/core/rendering/RenderBR.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/) OVERRIDE { return LayoutRect(); }
selectionRectForRepaint  413 Source/core/rendering/RenderBlock.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool /*clipToVisibleContent*/) OVERRIDE FINAL
selectionRectForRepaint   72 Source/core/rendering/RenderListMarker.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVERRIDE;
selectionRectForRepaint  891 Source/core/rendering/RenderObject.h     LayoutRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipToVisibleContent); }
selectionRectForRepaint  892 Source/core/rendering/RenderObject.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/ = true) { return LayoutRect(); }
selectionRectForRepaint   85 Source/core/rendering/RenderReplaced.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVERRIDE FINAL;
selectionRectForRepaint   65 Source/core/rendering/RenderSelectionInfo.h         , m_rect(o->canUpdateSelectionOnRootLineBoxes() ? o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent) : LayoutRect())
selectionRectForRepaint  115 Source/core/rendering/RenderText.h     virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVERRIDE;