Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h157 …void setBuildScopedStyleTreeInDocumentOrder(bool enabled) { m_styleTree.setBuildInDocumentOrder(en… in setBuildScopedStyleTreeInDocumentOrder()
158 bool buildScopedStyleTreeInDocumentOrder() const { return m_styleTree.buildInDocumentOrder(); } in buildScopedStyleTreeInDocumentOrder()
159 …bool styleTreeHasOnlyScopedResolverForDocument() const { return m_styleTree.hasOnlyScopedResolverF… in styleTreeHasOnlyScopedResolverForDocument()
160 …ScopedStyleResolver* styleTreeScopedStyleResolverForDocument() const { return m_styleTree.scopedSt… in styleTreeScopedStyleResolverForDocument()
165 return m_styleTree.ensureScopedStyleResolver(*scope); in ensureScopedStyleResolver()
170 m_styleTree.resolveScopedKeyframesRules(element, resolvers); in styleTreeResolveScopedKeyframesRules()
313 ScopedStyleTree m_styleTree; variable
DStyleResolver.cpp162 m_styleTree.clear(); in StyleResolver()
288 …pedStyleResolver* resolver = scopingNode ? m_styleTree.lookupScopedStyleResolverFor(scopingNode) :… in resetAuthorStyle()
299 m_styleTree.remove(scopingNode); in resetAuthorStyle()
330 m_styleTree.collectFeaturesTo(m_features); in collectFeatures()
379 m_styleTree.pushStyleCache(parent, parent.parentOrShadowHostNode()); in pushParentElement()
389 m_styleTree.popStyleCache(parent); in popParentElement()
395 m_styleTree.pushStyleCache(shadowRoot, shadowRoot.host()); in pushParentShadowRoot()
401 m_styleTree.popStyleCache(shadowRoot); in popParentShadowRoot()
469 if (m_styleTree.hasOnlyScopedResolverForDocument()) { in matchAuthorRules()
470m_styleTree.scopedStyleResolverForDocument()->collectMatchingAuthorRules(collector, includeEmptyRu… in matchAuthorRules()
[all …]