Searched refs:applyMatchedProperties (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 714 applyMatchedProperties(state, collector.matchedResult()); in styleForElement() 777 …applyMatchedProperties<AnimationProperties>(state, result, false, 0, result.matchedProperties.size… in styleForKeyframe() 778 …applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForKeyframe() 790 …applyMatchedProperties<LowPriorityProperties>(state, result, false, 0, result.matchedProperties.si… in styleForKeyframe() 946 applyMatchedProperties(state, collector.matchedResult()); in pseudoStyleForElementInternal() 1008 …applyMatchedProperties<VariableDefinitions>(state, result, false, 0, result.matchedProperties.size… in styleForPage() 1009 …applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForPage() 1018 …applyMatchedProperties<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 …]
|
D | StyleResolver.h | 262 void applyMatchedProperties(StyleResolverState&, const MatchResult&); 274 …void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startInde…
|