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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParserMode.h47 inline CSSParserMode strictToCSSParserMode(bool inStrictMode) argument
49 return inStrictMode ? CSSStrictMode : CSSQuirksMode;
H A DCSSParser.h497 inline bool inStrictMode() const { return m_context.mode == CSSStrictMode || m_context.mode == SVGAttributeMode; } function in class:WebCore::CSSParser
H A DCSSParser.cpp2004 if ((inStrictMode() && !value) || (value && !(value->unit == CSSParserValue::Operator && value->iValue == ',')))
6927 if (!fastParseColor(c, str, inStrictMode()))
6932 if (!fastParseColor(c, value->string, inStrictMode() && value->unit == CSSPrimitiveValue::CSS_IDENT))

Completed in 96 milliseconds