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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 348 void ScopedStyleResolver::matchHostRules(ElementRuleCollector& collector, bool includeEmptyRules)
StyleResolver.cpp 318 void StyleResolver::matchHostRules(Element* element, ScopedStyleResolver* resolver, ElementRuleCollector& collector, bool includeEmptyRules)
322 resolver->matchHostRules(collector, includeEmptyRules);
349 matchHostRules(element, resolvers.first(), collector, includeEmptyRules);
381 matchHostRules(element, resolvers.first(), collector, includeEmptyRules);
    [all...]

Completed in 108 milliseconds