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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.cpp 45 sharedStyleFound = 0;
61 unsigned sharedStylesUsed = sharedStyleFound - sharedStylesRejected;
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)));
70 PERCENT(sharedStylesRejected, sharedStyleFound),
74 output.append(String::format(" %u of found styles were used for sharing (%.2f%%).\n", sharedStylesUsed, PERCENT(sharedStylesUsed, sharedStyleFound)));
StyleResolverStats.h 51 unsigned sharedStyleFound;
SharedStyleFinder.cpp 324 INCREMENT_STYLE_STATS_COUNTER(m_styleResolver, sharedStyleFound);

Completed in 197 milliseconds