Searched defs:conditionIsSupported (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleRule.cpp353 StyleRuleSupports::StyleRuleSupports(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase>>& adoptRules) argument
H A DStyleRule.h224 static PassRef<StyleRuleSupports> create(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase>>& adoptRules) argument
230 bool conditionIsSupported() const { return m_conditionIsSupported; } function in class:WebCore::StyleRuleSupports
H A DCSSParser.cpp11417 PassRefPtr<StyleRuleBase> CSSParser::createSupportsRule(bool conditionIsSupported, RuleList* rules) argument

Completed in 136 milliseconds