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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h 71 void matchAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles);
StyleResolver.h 287 void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
StyleResolver.cpp 355 m_styleTree.scopedStyleResolverForDocument()->matchAuthorRules(collector, includeEmptyRules, applyAuthorStylesOf(element));
384 void StyleResolver::matchAuthorRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules)
467 matchAuthorRules(state.element(), collector, false);
    [all...]
ScopedStyleResolver.cpp 385 void ScopedStyleResolver::matchAuthorRules(ElementRuleCollector& collector, bool includeEmptyRules, bool applyAuthorStyles)

Completed in 109 milliseconds