Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp77 : m_hitCount(0) in PresentationAttributeCacheCleaner()
87 m_hitCount++; in didHitPresentationAttributeCache()
101 unsigned hitCount = m_hitCount; in cleanCache()
102 m_hitCount = 0; in cleanCache()
108 unsigned m_hitCount; member in WebCore::PresentationAttributeCacheCleaner