Searched defs:conditionIsSupported (Results 1 – 3 of 3) sorted by relevance
217 …BeRawPtr<StyleRuleSupports> create(const String& conditionText, bool conditionIsSupported, WillBeH… in create()223 bool conditionIsSupported() const { return m_conditionIsSupported; } in conditionIsSupported() function
385 StyleRuleSupports::StyleRuleSupports(const String& conditionText, bool conditionIsSupported, WillBe… in StyleRuleSupports()
1595 StyleRuleBase* BisonCSSParser::createSupportsRule(bool conditionIsSupported, RuleList* rules) in createSupportsRule()