Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp278 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleLookups); in findSharedStyle()
290 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleMissed); in findSharedStyle()
294 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleFound); in findSharedStyle()
297 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleRejectedBySiblingRules); in findSharedStyle()
302 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleRejectedByUncommonAttributeRules); in findSharedStyle()
308 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleRejectedByParent); in findSharedStyle()
DStyleResolverStats.h73 #define INCREMENT_STYLE_STATS_COUNTER(resolver, counter) ((resolver).stats() && ++(resolver).stats(… macro
DStyleResolver.cpp348 INCREMENT_STYLE_STATS_COUNTER(*this, sharedStyleCandidates); in addToStyleSharingList()
1345 INCREMENT_STYLE_STATS_COUNTER(*this, matchedPropertyApply); in applyMatchedProperties()
1353 INCREMENT_STYLE_STATS_COUNTER(*this, matchedPropertyCacheHit); in applyMatchedProperties()
1359 INCREMENT_STYLE_STATS_COUNTER(*this, matchedPropertyCacheInheritedHit); in applyMatchedProperties()
1434 INCREMENT_STYLE_STATS_COUNTER(*this, matchedPropertyCacheAdded); in applyMatchedProperties()