OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.cpp
283
ASSERT(scriptingContentIsAllowed(
m_parserContentPolicy
) || !prpChild.get()->isElementNode() || !toScriptLoaderIfPossible(toElement(prpChild.get())));
284
ASSERT(pluginContentIsAllowed(
m_parserContentPolicy
) || !isHTMLPlugInElement(prpChild));
326
,
m_parserContentPolicy
(parserContentPolicy)
337
,
m_parserContentPolicy
(parserContentPolicy)
400
setAttributes(element.get(), token,
m_parserContentPolicy
);
659
const bool parserInserted =
m_parserContentPolicy
!= AllowScriptingContentAndDoNotMarkAlreadyStarted;
662
setAttributes(element.get(), token,
m_parserContentPolicy
);
663
if (scriptingContentIsAllowed(
m_parserContentPolicy
))
674
if (scriptingContentIsAllowed(
m_parserContentPolicy
) || !toScriptLoaderIfPossible(element.get()))
741
setAttributes(element.get(), token,
m_parserContentPolicy
);
[
all
...]
HTMLConstructionSite.h
202
ParserContentPolicy parserContentPolicy() { return
m_parserContentPolicy
; }
310
ParserContentPolicy
m_parserContentPolicy
;
Completed in 3302 milliseconds