Home
last modified time | relevance | path

Searched defs:conditionIsSupported (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.h202 …ssRefPtr<StyleRuleSupports> create(const String& conditionText, bool conditionIsSupported, Vector<… in create()
208 bool conditionIsSupported() const { return m_conditionIsSupported; } in conditionIsSupported() function
DStyleRule.cpp305 StyleRuleSupports::StyleRuleSupports(const String& conditionText, bool conditionIsSupported, Vector… in StyleRuleSupports()
DCSSParser-in.cpp9588 StyleRuleBase* CSSParser::createSupportsRule(bool conditionIsSupported, RuleList* rules) in createSupportsRule()