OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 51 milliseconds