Searched refs:sharedStyleLookups (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolverStats.cpp | 43 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()
|
D | StyleResolverStats.h | 49 unsigned sharedStyleLookups; variable
|
D | SharedStyleFinder.cpp | 308 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleLookups); in findSharedStyle()
|