HomeSort by relevance Sort by last modified time
    Searched full:applymatchedproperties (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.cpp 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)));
StyleResolver.h 231 void applyMatchedProperties(StyleResolverState&, const MatchResult&);
249 void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startIndex, int endIndex, bool inheritedOnly);
StyleResolver.cpp 620 applyMatchedProperties(state, collector.matchedResult());
676 applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.size() - 1, inheritedOnly);
686 applyMatchedProperties<LowPriorityProperties>(state, result, false, 0, result.matchedProperties.size() - 1, inheritedOnly);
789 applyMatchedProperties(state, collector.matchedResult());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h 32 // applyMatchedProperties for later use during adjustRenderStyle.
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 502 // but this is a bit hard to do with the current applyMatchedProperties system.
    [all...]

Completed in 233 milliseconds