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

  /external/webkit/WebCore/css/
CSSStyleSheet.h 97 void setStrictParsing(bool b) { m_strictParsing = b; }
98 bool useStrictParsing() const { return m_strictParsing; }
117 bool m_strictParsing : 1;
CSSMutableStyleDeclaration.h 132 void setStrictParsing(bool b) { m_strictParsing = b; }
133 bool useStrictParsing() const { return m_strictParsing; }
164 bool m_strictParsing : 1;
CSSStyleSheet.cpp 43 , m_strictParsing(!parentSheet || parentSheet->useStrictParsing())
55 , m_strictParsing(false)
66 , m_strictParsing(!ownerRule || ownerRule->useStrictParsing())
CSSMutableStyleDeclaration.cpp 43 , m_strictParsing(false)
54 , m_strictParsing(!parent || parent->useStrictParsing())
66 , m_strictParsing(!parent || parent->useStrictParsing())
79 , m_strictParsing(!parent || parent->useStrictParsing())
99 m_strictParsing = other.m_strictParsing;
    [all...]
CSSStyleSelector.h 208 bool m_strictParsing;
CSSStyleSelector.cpp 649 CSSParser(m_checker.m_strictParsing).parsePropertyWithResolvedVariables(current.id(), current.isImportant(), newDecl, &resolvedValueList);
875 , m_strictParsing(strictParsing)
    [all...]

Completed in 224 milliseconds