Searched refs:selectionRectForRepaint (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderBR.h | 41 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToV… in selectionRectForRepaint() function
|
D | RenderReplaced.h | 77 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisible…
|
D | RenderSelectionInfo.h | 65 …, m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisib… in RenderSelectionInfo()
|
D | RenderListMarker.h | 68 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisible…
|
D | RenderText.h | 99 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisible…
|
D | RenderReplaced.cpp | 305 IntRect RenderReplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipTo… in selectionRectForRepaint() function in WebCore::RenderReplaced
|
D | RenderObject.h | 689 …IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipTo… 690 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToV…
|
D | RenderBlock.h | 572 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool /*clipToVisib… in selectionRectForRepaint() function
|
D | RenderListMarker.cpp | 1704 IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clip… in selectionRectForRepaint() function in WebCore::RenderListMarker
|
D | RenderText.cpp | 1342 IntRect RenderText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisi… in selectionRectForRepaint() function in WebCore::RenderText
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 42716 (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 …]
|
D | ChangeLog-2010-12-06 | 54025 (WebCore::RenderText::selectionRectForRepaint): 118614 …RenderSVGInlineText.h: Remove custom absoluteRects/absoluteQuads/selectionRectForRepaint/positionF…
|
D | ChangeLog-2010-01-29 | 17639 (WebCore::RenderText::selectionRectForRepaint):
|