Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverStats.cpp51 matchedPropertyCacheHit = 0; in reset()
80 …t the cache (%.2f%%).\n", matchedPropertyApply, matchedPropertyCacheHit, PERCENT(matchedPropertyCa… in report()
81 …hedPropertyCacheInheritedHit, PERCENT(matchedPropertyCacheInheritedHit, matchedPropertyCacheHit))); in report()
DStyleResolverStats.h57 unsigned matchedPropertyCacheHit; variable
DStyleResolver.cpp1402 INCREMENT_STYLE_STATS_COUNTER(*this, matchedPropertyCacheHit); in applyMatchedProperties()