Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderSelectionInfo.h63 RenderSelectionInfo(RenderObject* o, bool clipToVisibleContent) in RenderSelectionInfo() argument
65 …->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent)) in RenderSelectionInfo()
DRenderReplaced.h79 … selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
DRenderListMarker.h68 … selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
DRenderReplaced.cpp313 …eplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument
321 if (clipToVisibleContent) in selectionRectForRepaint()
DRenderView.cpp350 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const in selectionBounds()
362 selectedObjects.set(os, new RenderSelectionInfo(os, clipToVisibleContent)); in selectionBounds()
368 selectedObjects.set(cb, new RenderSelectionInfo(cb, clipToVisibleContent)); in selectionBounds()
DRenderText.h99 … selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
DRenderView.h80 IntRect selectionBounds(bool clipToVisibleContent = true) const;
DRenderObject.h691 …IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipTo…
DRenderListMarker.cpp1704 …tMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument
1714 if (clipToVisibleContent) in selectionRectForRepaint()
DRenderText.cpp1399 …derText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument
1433 if (clipToVisibleContent) in selectionRectForRepaint()
/external/webkit/Source/WebCore/editing/
DSelectionController.h177 FloatRect bounds(bool clipToVisibleContent = true) const;
DSelectionController.cpp1746 FloatRect SelectionController::bounds(bool clipToVisibleContent) const in bounds()
1753 IntRect selectionRect = root->selectionBounds(clipToVisibleContent); in bounds()
1754 …return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionR… in bounds()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1439469 …(WebCore::Frame::revealSelection): Call selectionRect with clipToVisibleContent = false, so we can…
39470 …(WebCore::Frame::selectionRect): Added clipToVisibleContent argument, and merged visibleSelectionR…