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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 202 static PassRefPtr<StyleRuleSupports> create(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase> >& adoptRules)
204 return adoptRef(new StyleRuleSupports(conditionText, conditionIsSupported, adoptRules));
208 bool conditionIsSupported() const { return m_conditionIsSupported; }
212 StyleRuleSupports(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase> >& adoptRules);
StyleRule.cpp 305 StyleRuleSupports::StyleRuleSupports(const String& conditionText, bool conditionIsSupported, Vector<RefPtr<StyleRuleBase> >& adoptRules)
308 , m_conditionIsSupported(conditionIsSupported)
RuleSet.cpp 391 } else if (rule->isSupportsRule() && toStyleRuleSupports(rule)->conditionIsSupported()) {
CSSParser.h 336 StyleRuleBase* createSupportsRule(bool conditionIsSupported, RuleList*);
CSSParser-in.cpp     [all...]

Completed in 351 milliseconds