Searched refs:m_supportsCondition (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.h362 bool m_supportsCondition; member in class:WebCore::CSSParser
H A DCSSGrammar.y.in394 webkit_supports_condition: WEBKIT_SUPPORTS_CONDITION_SYM '{' maybe_space supports_condition '}' { parser->m_supportsCondition = $4; } ;
H A DCSSParser.cpp306 , m_supportsCondition(false)
469 m_supportsCondition = false;
472 return m_supportsCondition;

Completed in 155 milliseconds