Home
last modified time | relevance | path

Searched refs:scriptingContentIsAllowed (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DParserContentPolicy.h38 static inline bool scriptingContentIsAllowed(ParserContentPolicy parserContentPolicy) in scriptingContentIsAllowed() function
45 if (!scriptingContentIsAllowed(parserContentPolicy)) in disallowScriptingContent()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp63 if (!scriptingContentIsAllowed(parserContentPolicy)) in setAttributes()
277 …ASSERT(scriptingContentIsAllowed(m_parserContentPolicy) || !prpChild.get()->isElementNode() || !to… in attachLater()
657 if (scriptingContentIsAllowed(m_parserContentPolicy)) in insertScriptElement()
668 … if (scriptingContentIsAllowed(m_parserContentPolicy) || !toScriptLoaderIfPossible(element.get())) in insertForeignElement()
DHTMLDocumentParser.cpp295 ASSERT(scriptingContentIsAllowed(parserContentPolicy())); in runScriptsForPausedTreeBuilder()
DHTMLTreeBuilder.cpp2097 if (scriptingContentIsAllowed(m_tree.parserContentPolicy())) in processEndTag()
2753 if (scriptingContentIsAllowed(m_tree.parserContentPolicy())) in processTokenInForeignContent()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp536 if (!scriptingContentIsAllowed(parserContentPolicy)) in setAttributes()
1033 …if (!scriptingContentIsAllowed(parserContentPolicy()) && n->isElementNode() && toScriptLoaderIfPos… in endElementNs()