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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerClipper.cpp143 ClipRects* RenderLayerClipper::getClipRects(const ClipRectsContext& context) const function in class:blink::RenderLayerClipper
148 // Note that it's important that we call getClipRects on our parent
153 parentClipRects = m_renderer.layer()->parent()->clipper().getClipRects(context);
289 // FIXME: Why don't we just call getClipRects here?
344 clipRects = *getClipRects(context);

Completed in 220 milliseconds