Searched defs:clipToVisibleContent (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderSelectionInfo.h63 RenderSelectionInfo(RenderObject* o, bool clipToVisibleContent) argument
65 , m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent))
H A DRenderReplaced.cpp313 IntRect RenderReplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) argument
321 if (clipToVisibleContent)
H A DRenderListMarker.cpp1704 IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) argument
1714 if (clipToVisibleContent)
H A DRenderText.cpp1399 IntRect RenderText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent) argument
1433 if (clipToVisibleContent)

Completed in 171 milliseconds