Searched refs:clipToVisibleContent (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderSelectionInfo.h | 63 RenderSelectionInfo(RenderObject* o, bool clipToVisibleContent) in RenderSelectionInfo() argument 65 …->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent)) in RenderSelectionInfo()
|
D | RenderReplaced.h | 79 … selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
|
D | RenderListMarker.h | 68 … selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
|
D | RenderReplaced.cpp | 313 …eplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument 321 if (clipToVisibleContent) in selectionRectForRepaint()
|
D | RenderView.cpp | 350 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()
|
D | RenderText.h | 99 … selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
|
D | RenderView.h | 80 IntRect selectionBounds(bool clipToVisibleContent = true) const;
|
D | RenderObject.h | 691 …IntRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, clipTo…
|
D | RenderListMarker.cpp | 1704 …tMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument 1714 if (clipToVisibleContent) in selectionRectForRepaint()
|
D | RenderText.cpp | 1399 …derText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument 1433 if (clipToVisibleContent) in selectionRectForRepaint()
|
/external/webkit/Source/WebCore/editing/ |
D | SelectionController.h | 177 FloatRect bounds(bool clipToVisibleContent = true) const;
|
D | SelectionController.cpp | 1746 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/ |
D | ChangeLog-2007-10-14 | 39469 …(WebCore::Frame::revealSelection): Call selectionRect with clipToVisibleContent = false, so we can… 39470 …(WebCore::Frame::selectionRect): Added clipToVisibleContent argument, and merged visibleSelectionR…
|