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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.cpp 50 matchedPropertyApply = 0;
80 output.append(String::format(" %u calls to applyMatchedProperties, %u hit the cache (%.2f%%).\n", matchedPropertyApply, matchedPropertyCacheHit, PERCENT(matchedPropertyCacheHit, matchedPropertyApply)));
82 output.append(String::format(" %u styles created in applyMatchedProperties were added to the cache (%.2f%%).\n", matchedPropertyCacheAdded, PERCENT(matchedPropertyCacheAdded, matchedPropertyApply)));
StyleResolverStats.h 56 unsigned matchedPropertyApply;
StyleResolver.cpp     [all...]

Completed in 54 milliseconds