Searched refs:selectionRectForRepaint (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBR.h41 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/) { return IntRect(); } function in class:WebCore::RenderBR
H A DRenderListMarker.h68 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
H A DRenderReplaced.h79 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
H A DRenderSelectionInfo.h65 , m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent))
H A DRenderText.h99 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
H A DRenderReplaced.cpp313 IntRect RenderReplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) function in class:WebCore::RenderReplaced
H A DRenderObject.h691 IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipToVisibleContent); }
692 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/ = true) { return IntRect(); } function in class:WebCore::RenderObject
H A DRenderBlock.h572 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool /*clipToVisibleContent*/) function in class:WebCore::RenderBlock
H A DRenderListMarker.cpp1704 IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) function in class:WebCore::RenderListMarker
H A DRenderText.cpp1399 IntRect RenderText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) function in class:WebCore::RenderText

Completed in 2221 milliseconds