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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 28 #include "core/css/resolver/ScopedStyleResolver.h"
45 TreeScope* ScopedStyleResolver::treeScopeFor(Document& document, const CSSStyleSheet* sheet)
62 ScopedStyleResolver* ScopedStyleResolver::parent() const
65 if (ScopedStyleResolver* resolver = scope->scopedStyleResolver())
71 void ScopedStyleResolver::addRulesFromSheet(CSSStyleSheet* cssSheet, const MediaQueryEvaluator& medium, StyleResolver* resolver)
83 void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const
92 void ScopedStyleResolver::resetAuthorStyle()
98 const StyleRuleKeyframes* ScopedStyleResolver::keyframeStylesForAnimation(const StringImpl* animationName
    [all...]
StyleResolver.cpp 190 TreeScope* treeScope = ScopedStyleResolver::treeScopeFor(document(), cssSheet);
194 ScopedStyleResolver& resolver = treeScope->ensureScopedStyleResolver();
241 ScopedStyleResolver* resolver = &scope.treeScope().ensureScopedStyleResolver();
260 ScopedStyleResolver* resolver = treeScope.scopedStyleResolver();
377 void StyleResolver::matchAuthorRulesForShadowHost(Element* element, ElementRuleCollector& collector, bool includeEmptyRules, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>& resolvers, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>& resolversInShadowTree)
404 document().scopedStyleResolver()->collectMatchingAuthorRules(collector, includeEmptyRules, ignoreCascadeScope);
410 WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8> resolvers;
413 WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8> resolversInShadowTree
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 44 class ScopedStyleResolver;
138 ScopedStyleResolver* scopedStyleResolver() const { return m_scopedStyleResolver.get(); }
139 ScopedStyleResolver& ensureScopedStyleResolver();
191 OwnPtrWillBeMember<ScopedStyleResolver> m_scopedStyleResolver;
StyleEngine.cpp 463 if (shadowRoot->scopedStyleResolver())
464 removeScopedStyleResolver(shadowRoot->scopedStyleResolver());
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 206 return element->document().scopedStyleResolver()->keyframeStylesForAnimation(animationName);
208 WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8> stack;
    [all...]

Completed in 245 milliseconds