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

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.cpp 344 // FIXME: Should this add other types of rules? (i.e. use addChildRules() directly?)
359 void RuleSet::addChildRules(const Vector<RefPtr<StyleRuleBase> >& rules, const MediaQueryEvaluator& medium, AddRuleFlags addRuleFlags)
382 addChildRules(mediaRule->childRules(), medium, addRuleFlags);
392 addChildRules(toStyleRuleSupports(rule)->childRules(), medium, addRuleFlags);
409 addChildRules(sheet->childRules(), medium, addRuleFlags);
RuleSet.h 182 void addChildRules(const Vector<RefPtr<StyleRuleBase> >&, const MediaQueryEvaluator& medium, AddRuleFlags);

Completed in 1906 milliseconds