Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverStats.cpp43 sharedStyleLookups = 0; in reset()
65 …didate to share with (%.2f%%).\n", sharedStyleLookups, sharedStyleFound, PERCENT(sharedStyleFound,… in report()
67 …t when searching (%.2f%%).\n", sharedStyleMissed, PERCENT(sharedStyleMissed, sharedStyleLookups))); in report()
75 …ls to findSharedStyle returned a shared style.\n", PERCENT(sharedStylesUsed, sharedStyleLookups))); in report()
DStyleResolverStats.h49 unsigned sharedStyleLookups; variable
DSharedStyleFinder.cpp308 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleLookups); in findSharedStyle()