Home
last modified time | relevance | path

Searched refs:applyMatchedProperties (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp714 applyMatchedProperties(state, collector.matchedResult()); in styleForElement()
777applyMatchedProperties<AnimationProperties>(state, result, false, 0, result.matchedProperties.size… in styleForKeyframe()
778applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForKeyframe()
790applyMatchedProperties<LowPriorityProperties>(state, result, false, 0, result.matchedProperties.si… in styleForKeyframe()
946 applyMatchedProperties(state, collector.matchedResult()); in pseudoStyleForElementInternal()
1008applyMatchedProperties<VariableDefinitions>(state, result, false, 0, result.matchedProperties.size… in styleForPage()
1009applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForPage()
1018applyMatchedProperties<LowPriorityProperties>(state, result, false, 0, result.matchedProperties.si… in styleForPage()
1305 void StyleResolver::applyMatchedProperties(StyleResolverState& state, const MatchResult& matchResul… in applyMatchedProperties() function in WebCore::StyleResolver
1340 void StyleResolver::applyMatchedProperties(StyleResolverState& state, const MatchResult& matchResul… in applyMatchedProperties() function in WebCore::StyleResolver
[all …]
DStyleResolver.h262 void applyMatchedProperties(StyleResolverState&, const MatchResult&);
274 …void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startInde…