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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 330 void StyleResolver::matchScopedAuthorRulesForShadowHost(Element* element, ElementRuleCollector& collector, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree)
339 for (int j = resolversInShadowTree.size() - 1; j >= 0; --j)
340 resolversInShadowTree.at(j)->collectMatchingAuthorRules(collector, includeEmptyRules, applyAuthorStyles, cascadeScope, cascadeOrder++);
362 Vector<ScopedStyleResolver*, 8> resolversInShadowTree;
363 m_styleTree.collectScopedResolversForHostedShadowTrees(element, resolversInShadowTree);
364 if (!resolversInShadowTree.isEmpty()) {
365 matchScopedAuthorRulesForShadowHost(element, collector, includeEmptyRules, resolvers, resolversInShadowTree);
    [all...]
StyleResolver.h 289 void matchScopedAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree);

Completed in 255 milliseconds