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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptableDocumentParser.cpp 37 , m_parserContentPolicy(parserContentPolicy)
39 if (!pluginContentIsAllowed(m_parserContentPolicy) && (!document->settings() || document->settings()->unsafePluginPastingEnabled()))
40 m_parserContentPolicy = allowPluginContent(m_parserContentPolicy);
ScriptableDocumentParser.h 54 ParserContentPolicy parserContentPolicy() { return m_parserContentPolicy; }
64 ParserContentPolicy m_parserContentPolicy;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 158 ParserContentPolicy parserContentPolicy() { return m_parserContentPolicy; }
212 ParserContentPolicy m_parserContentPolicy;
HTMLConstructionSite.cpp 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);
    [all...]

Completed in 728 milliseconds