Searched defs:conditionIsSupported (Results 1 – 3 of 3) sorted by relevance
202 …ssRefPtr<StyleRuleSupports> create(const String& conditionText, bool conditionIsSupported, Vector<… in create()208 bool conditionIsSupported() const { return m_conditionIsSupported; } in conditionIsSupported() function
305 StyleRuleSupports::StyleRuleSupports(const String& conditionText, bool conditionIsSupported, Vector… in StyleRuleSupports()
9588 StyleRuleBase* CSSParser::createSupportsRule(bool conditionIsSupported, RuleList* rules) in createSupportsRule()