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.h217 …BeRawPtr<StyleRuleSupports> create(const String& conditionText, bool conditionIsSupported, WillBeH… in create()
223 bool conditionIsSupported() const { return m_conditionIsSupported; } in conditionIsSupported() function
DStyleRule.cpp385 StyleRuleSupports::StyleRuleSupports(const String& conditionText, bool conditionIsSupported, WillBe… in StyleRuleSupports()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser-in.cpp1595 StyleRuleBase* BisonCSSParser::createSupportsRule(bool conditionIsSupported, RuleList* rules) in createSupportsRule()