Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp73 class PresentationAttributeCacheCleaner { class
74 WTF_MAKE_NONCOPYABLE(PresentationAttributeCacheCleaner); WTF_MAKE_FAST_ALLOCATED;
76 PresentationAttributeCacheCleaner() in PresentationAttributeCacheCleaner() function in WebCore::PresentationAttributeCacheCleaner
78 , m_cleanTimer(this, &PresentationAttributeCacheCleaner::cleanCache) in PresentationAttributeCacheCleaner()
98 void cleanCache(Timer<PresentationAttributeCacheCleaner>* timer) in cleanCache()
109 Timer<PresentationAttributeCacheCleaner> m_cleanTimer;
157 DEFINE_STATIC_LOCAL(PresentationAttributeCacheCleaner, cacheCleaner, ()); in computePresentationAttributeStyle()