Home
last modified time | relevance | path

Searched refs:isSupportsRule (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.h65 bool isSupportsRule() const { return type() == Supports; } in isSupportsRule() function
DRuleSet.cpp391 } else if (rule->isSupportsRule() && toStyleRuleSupports(rule)->conditionIsSupported()) { in addChildRules()