Home
last modified time | relevance | path

Searched refs:m_allowNamespaceDeclarations (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser-in.cpp208 , m_allowNamespaceDeclarations(true) in CSSParser()
261 m_allowNamespaceDeclarations = false; in parseRule()
9575 m_allowImportRules = m_allowNamespaceDeclarations = false; in createMediaRule()
9590 m_allowImportRules = m_allowNamespaceDeclarations = false; in createSupportsRule()
9740 m_allowImportRules = m_allowNamespaceDeclarations = false; in createKeyframesRule()
9755 m_allowImportRules = m_allowNamespaceDeclarations = false; in createStyleRule()
9770 m_allowImportRules = m_allowNamespaceDeclarations = false; in createFontFaceRule()
9796 if (!m_styleSheet || !m_allowNamespaceDeclarations) in addNamespace()
9951 m_allowImportRules = m_allowNamespaceDeclarations = false; in createPageRule()
9980 m_allowImportRules = m_allowNamespaceDeclarations = false; in createRegionRule()
[all …]
DCSSParser.h544 bool m_allowNamespaceDeclarations; variable