PresentationAttributeCacheCleaner   74 Source/core/dom/PresentationAttributeStyle.cpp     WTF_MAKE_NONCOPYABLE(PresentationAttributeCacheCleaner); WTF_MAKE_FAST_ALLOCATED;
PresentationAttributeCacheCleaner   76 Source/core/dom/PresentationAttributeStyle.cpp     PresentationAttributeCacheCleaner()
PresentationAttributeCacheCleaner   78 Source/core/dom/PresentationAttributeStyle.cpp         , m_cleanTimer(this, &PresentationAttributeCacheCleaner::cleanCache)
PresentationAttributeCacheCleaner   98 Source/core/dom/PresentationAttributeStyle.cpp     void cleanCache(Timer<PresentationAttributeCacheCleaner>* timer)
PresentationAttributeCacheCleaner  109 Source/core/dom/PresentationAttributeStyle.cpp     Timer<PresentationAttributeCacheCleaner> m_cleanTimer;
PresentationAttributeCacheCleaner  157 Source/core/dom/PresentationAttributeStyle.cpp     DEFINE_STATIC_LOCAL(PresentationAttributeCacheCleaner, cacheCleaner, ());