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

  /external/webkit/WebCore/css/
CSSParser.cpp 133 : m_strict(strictParsing)
558 if (m_strict || inShorthand())
828 validPrimitive = validUnit(value, FLength | FNonNeg, m_strict);
856 (id >= CSSValueWebkitFocusRingColor && id < CSSValueWebkitText && !m_strict)) {
895 if ((m_strict && !value) || (value && !(value->unit == CSSParserValue::Operator && value->iValue == ',')))
903 } else if (!m_strict && value->id == CSSValueHand) // MSIE 5 compatibility :/
    [all...]
CSSParser.h 200 bool m_strict; member in class:WebCore::CSSParser
CSSGrammar.y 961 if (!p->m_strict)
972 if (!p->m_strict)
987 if (!p->m_strict)
    [all...]

Completed in 60 milliseconds