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
274
ASSERT(scriptingContentIsAllowed(
m_parserContentPolicy
) || !prpChild.get()->isElementNode() || !toScriptLoaderIfPossible(toElement(prpChild.get())));
275
ASSERT(pluginContentIsAllowed(
m_parserContentPolicy
) || !prpChild->isPluginElement());
317
,
m_parserContentPolicy
(parserContentPolicy)
328
,
m_parserContentPolicy
(parserContentPolicy)
379
setAttributes(element.get(), token,
m_parserContentPolicy
);
640
const bool parserInserted =
m_parserContentPolicy
!= AllowScriptingContentAndDoNotMarkAlreadyStarted;
643
setAttributes(element.get(), token,
m_parserContentPolicy
);
644
if (scriptingContentIsAllowed(
m_parserContentPolicy
))
655
if (scriptingContentIsAllowed(
m_parserContentPolicy
) || !toScriptLoaderIfPossible(element.get()))
722
setAttributes(element.get(), token,
m_parserContentPolicy
);
[
all
...]
HTMLConstructionSite.h
184
ParserContentPolicy parserContentPolicy() { return
m_parserContentPolicy
; }
288
ParserContentPolicy
m_parserContentPolicy
;
Completed in 91 milliseconds