Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSelectionInfo.h63 RenderSelectionInfo(RenderObject* o, bool clipToVisibleContent) in RenderSelectionInfo() argument
65 …nRootLineBoxes() ? o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent) : LayoutRe… in RenderSelectionInfo()
DRenderListMarker.h72 …ctForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVE…
DRenderReplaced.h85 …ctForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVE…
DRenderReplaced.cpp548 …:selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument
556 if (clipToVisibleContent) in selectionRectForRepaint()
DRenderText.h112 …ctForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVE…
DRenderView.cpp672 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const in selectionBounds()
682 selectedObjects.set(os, adoptPtr(new RenderSelectionInfo(os, clipToVisibleContent))); in selectionBounds()
688 blockInfo = adoptPtr(new RenderSelectionInfo(cb, clipToVisibleContent)); in selectionBounds()
DRenderView.h98 IntRect selectionBounds(bool clipToVisibleContent = true) const;
DRenderObject.h887 …LayoutRect selectionRect(bool clipToVisibleContent = true) { return selectionRectForRepaint(0, cli…
DRenderListMarker.cpp1834 …:selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument
1844 if (clipToVisibleContent) in selectionRectForRepaint()
DRenderText.cpp1561 …:selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent) in selectionRectForRepaint() argument
1595 if (clipToVisibleContent) in selectionRectForRepaint()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.h199 FloatRect bounds(bool clipToVisibleContent = true) const;
DFrameSelection.cpp1719 FloatRect FrameSelection::bounds(bool clipToVisibleContent) const in bounds()
1729 LayoutRect selectionRect = renderView->selectionBounds(clipToVisibleContent); in bounds()
1730 …return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionR… in bounds()