Home
last modified time | relevance | path

Searched refs:selectionRectForRepaint (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBR.h41 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToV… in selectionRectForRepaint() function
DRenderReplaced.h77 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisible…
DRenderSelectionInfo.h65 …, m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisib… in RenderSelectionInfo()
DRenderListMarker.h68 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisible…
DRenderText.h99 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisible…
DRenderReplaced.cpp305 IntRect RenderReplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipTo… in selectionRectForRepaint() function in WebCore::RenderReplaced
DRenderObject.h689 …IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipTo…
690 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToV…
DRenderBlock.h572 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool /*clipToVisib… in selectionRectForRepaint() function
DRenderListMarker.cpp1704 IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clip… in selectionRectForRepaint() function in WebCore::RenderListMarker
DRenderText.cpp1342 IntRect RenderText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisi… in selectionRectForRepaint() function in WebCore::RenderText
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1642716 (WebCore::RenderBR::selectionRectForRepaint):
42721 (WebCore::RenderBlock::selectionRectForRepaint):
42767 (WebCore::RenderListMarker::selectionRectForRepaint):
42783 (WebCore::RenderObject::selectionRectForRepaint):
42790 (WebCore::RenderReplaced::selectionRectForRepaint):
42804 (WebCore::RenderSVGInlineText::selectionRectForRepaint):
42828 (WebCore::RenderText::selectionRectForRepaint):
43926 selectionRect() is now a wrapper for selectionRectForRepaint() with no container.
43938 (WebCore::RenderBR::selectionRectForRepaint):
43942 (WebCore::RenderBlock::selectionRectForRepaint):
[all …]
DChangeLog-2010-12-0654025 (WebCore::RenderText::selectionRectForRepaint):
118614 …RenderSVGInlineText.h: Remove custom absoluteRects/absoluteQuads/selectionRectForRepaint/positionF…
DChangeLog-2010-01-2917639 (WebCore::RenderText::selectionRectForRepaint):