OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchedPropertyCacheHit
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.cpp
51
matchedPropertyCacheHit
= 0;
80
output.append(String::format(" %u calls to applyMatchedProperties, %u hit the cache (%.2f%%).\n", matchedPropertyApply,
matchedPropertyCacheHit
, PERCENT(
matchedPropertyCacheHit
, matchedPropertyApply)));
81
output.append(String::format(" %u cache hits also shared the inherited style (%.2f%%).\n", matchedPropertyCacheInheritedHit, PERCENT(matchedPropertyCacheInheritedHit,
matchedPropertyCacheHit
)));
StyleResolverStats.h
57
unsigned
matchedPropertyCacheHit
;
StyleResolver.cpp
[
all
...]
Completed in 66 milliseconds