m_parserContentPolicy 39 Source/core/dom/ScriptableDocumentParser.cpp if (!pluginContentIsAllowed(m_parserContentPolicy) && (!document->settings() || document->settings()->unsafePluginPastingEnabled())) m_parserContentPolicy 40 Source/core/dom/ScriptableDocumentParser.cpp m_parserContentPolicy = allowPluginContent(m_parserContentPolicy); m_parserContentPolicy 54 Source/core/dom/ScriptableDocumentParser.h ParserContentPolicy parserContentPolicy() { return m_parserContentPolicy; } m_parserContentPolicy 64 Source/core/dom/ScriptableDocumentParser.h ParserContentPolicy m_parserContentPolicy; m_parserContentPolicy 277 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(scriptingContentIsAllowed(m_parserContentPolicy) || !prpChild.get()->isElementNode() || !toScriptLoaderIfPossible(toElement(prpChild.get()))); m_parserContentPolicy 278 Source/core/html/parser/HTMLConstructionSite.cpp ASSERT(pluginContentIsAllowed(m_parserContentPolicy) || !isHTMLPlugInElement(prpChild)); m_parserContentPolicy 320 Source/core/html/parser/HTMLConstructionSite.cpp , m_parserContentPolicy(parserContentPolicy) m_parserContentPolicy 331 Source/core/html/parser/HTMLConstructionSite.cpp , m_parserContentPolicy(parserContentPolicy) m_parserContentPolicy 382 Source/core/html/parser/HTMLConstructionSite.cpp setAttributes(element.get(), token, m_parserContentPolicy); m_parserContentPolicy 643 Source/core/html/parser/HTMLConstructionSite.cpp const bool parserInserted = m_parserContentPolicy != AllowScriptingContentAndDoNotMarkAlreadyStarted; m_parserContentPolicy 646 Source/core/html/parser/HTMLConstructionSite.cpp setAttributes(element.get(), token, m_parserContentPolicy); m_parserContentPolicy 647 Source/core/html/parser/HTMLConstructionSite.cpp if (scriptingContentIsAllowed(m_parserContentPolicy)) m_parserContentPolicy 658 Source/core/html/parser/HTMLConstructionSite.cpp if (scriptingContentIsAllowed(m_parserContentPolicy) || !toScriptLoaderIfPossible(element.get())) m_parserContentPolicy 725 Source/core/html/parser/HTMLConstructionSite.cpp setAttributes(element.get(), token, m_parserContentPolicy); m_parserContentPolicy 746 Source/core/html/parser/HTMLConstructionSite.cpp setAttributes(element.get(), token, m_parserContentPolicy); m_parserContentPolicy 184 Source/core/html/parser/HTMLConstructionSite.h ParserContentPolicy parserContentPolicy() { return m_parserContentPolicy; } m_parserContentPolicy 288 Source/core/html/parser/HTMLConstructionSite.h ParserContentPolicy m_parserContentPolicy;