Searched refs:m_allowImportRules (Results 1 – 2 of 2) sorted by relevance
207 , m_allowImportRules(true) in CSSParser()9565 if (!media || !m_allowImportRules) in createImportRule()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()9798 m_allowImportRules = false; in addNamespace()9951 m_allowImportRules = m_allowNamespaceDeclarations = false; in createPageRule()9980 m_allowImportRules = m_allowNamespaceDeclarations = false; in createRegionRule()[all …]
543 bool m_allowImportRules; variable