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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ParserContentPolicy.h 50 static inline bool pluginContentIsAllowed(ParserContentPolicy parserContentPolicy)
57 if (pluginContentIsAllowed(parserContentPolicy))
ScriptableDocumentParser.cpp 39 if (!pluginContentIsAllowed(m_parserContentPolicy) && (!document.settings() || document.settings()->unsafePluginPastingEnabled()))
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 284 ASSERT(pluginContentIsAllowed(m_parserContentPolicy) || !isHTMLPlugInElement(prpChild));
    [all...]
HTMLTreeBuilder.cpp 758 if (!pluginContentIsAllowed(m_tree.parserContentPolicy()))
    [all...]

Completed in 246 milliseconds