Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerClipper.h126 ClipRects* cachedClipRects(const ClipRectsContext& context) const in cachedClipRects() function
DRenderLayerClipper.cpp290 if (context.usesCache() && parentLayer->clipper().cachedClipRects(context)) { in calculateClipRects()
291 clipRects = *parentLayer->clipper().cachedClipRects(context); in calculateClipRects()