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

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

Completed in 256 milliseconds