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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
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...]
StyleResolver.h 231 void applyMatchedProperties(StyleResolverState&, const MatchResult&);
249 void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startIndex, int endIndex, bool inheritedOnly);

Completed in 67 milliseconds