HomeSort by relevance Sort by last modified time
    Searched refs:sharedStyleLookups (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.cpp 43 sharedStyleLookups = 0;
65 output.append(String::format(" %u calls were made to findSharedStyle, %u found a candidate to share with (%.2f%%).\n", sharedStyleLookups, sharedStyleFound, PERCENT(sharedStyleFound, sharedStyleLookups)));
67 output.append(String::format(" %u candidates could have matched but were not in the list when searching (%.2f%%).\n", sharedStyleMissed, PERCENT(sharedStyleMissed, sharedStyleLookups)));
75 output.append(String::format(" %.2f%% of calls to findSharedStyle returned a shared style.\n", PERCENT(sharedStylesUsed, sharedStyleLookups)));
StyleResolverStats.h 49 unsigned sharedStyleLookups;
SharedStyleFinder.cpp 278 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleLookups);

Completed in 25 milliseconds