Home | History | Annotate | Download | only in parser

Lines Matching refs:m_parserContentPolicy

180     ASSERT(scriptingContentIsAllowed(m_parserContentPolicy) || !prpChild.get()->isElementNode() || !toScriptLoaderIfPossible(toElement(prpChild.get())));
181 ASSERT(pluginContentIsAllowed(m_parserContentPolicy) || !prpChild->isPluginElement());
221 , m_parserContentPolicy(parserContentPolicy)
232 , m_parserContentPolicy(parserContentPolicy)
272 setAttributes(element.get(), token, m_parserContentPolicy);
522 const bool parserInserted = m_parserContentPolicy != AllowScriptingContentAndDoNotMarkAlreadyStarted;
525 setAttributes(element.get(), token, m_parserContentPolicy);
526 if (scriptingContentIsAllowed(m_parserContentPolicy))
537 if (scriptingContentIsAllowed(m_parserContentPolicy) || !toScriptLoaderIfPossible(element.get()))
630 setAttributes(element.get(), token, m_parserContentPolicy);
652 setAttributes(element.get(), token, m_parserContentPolicy);