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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 64 bool isSupportsRule() const { return type() == Supports; }
RuleSet.cpp 303 } else if (rule->isSupportsRule() && toStyleRuleSupports(rule)->conditionIsSupported()) {

Completed in 1216 milliseconds