HomeSort by relevance Sort by last modified time
    Searched refs:ClipRectsCache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.h 48 #include "core/rendering/ClipRectsCache.h"
135 ClipRectsCache& cache() const
138 m_cache = adoptPtr(new ClipRectsCache);
144 mutable OwnPtr<ClipRectsCache> m_cache;
ClipRectsCache.h 31 class ClipRectsCache {
RenderLayerClipper.cpp 103 ClipRectsCache::Entry& entry = m_cache->get(context.cacheSlot);
125 ClipRectsCache::Entry& entry = cache().get(context.cacheSlot);

Completed in 68 milliseconds