Home
last modified time | relevance | path

Searched defs:ScopedStyleResolver (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleResolver.h74 explicit ScopedStyleResolver(TreeScope& scope) in ScopedStyleResolver() function
DStyleResolver.cpp377 …leCollector& collector, bool includeEmptyRules, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleRes… in matchAuthorRulesForShadowHost()
1011 …er::resolveScopedStyles(const Element* element, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleRes… in resolveScopedStyles()
1017 …ersForHostedShadowTrees(const Element* element, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleRes… in collectScopedResolversForHostedShadowTrees()
1032 …lveScopedKeyframesRules(const Element* element, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleRes… in styleTreeResolveScopedKeyframesRules()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h44 class ScopedStyleResolver; variable