Searched refs:cachedClipRects (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerClipper.h124 // cachedClipRects looks buggy: It doesn't check whether context.rootLayer and entry.root match.
126 ClipRects* cachedClipRects(const ClipRectsContext& context) const function in class:blink::RenderLayerClipper
H A DRenderLayerClipper.cpp290 if (context.usesCache() && parentLayer->clipper().cachedClipRects(context)) {
291 clipRects = *parentLayer->clipper().cachedClipRects(context);

Completed in 267 milliseconds