OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 328 milliseconds