Home
last modified time | relevance | path

Searched refs:NotAboutToInstantiatePlugin (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLNoEmbedElement.cpp52 if (document().frame()->loader().allowPlugins(NotAboutToInstantiatePlugin)) in DEFINE_NODE_FACTORY()
DPluginDocument.cpp90 if (!frame->settings() || !frame->loader().allowPlugins(NotAboutToInstantiatePlugin)) in createDocumentStructure()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserOptions.cpp41 pluginsEnabled = frame && frame->loader().allowPlugins(NotAboutToInstantiatePlugin); in HTMLParserOptions()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoaderTypes.h76 NotAboutToInstantiatePlugin enumerator
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DDOMMimeType.cpp74 if (!m_frame || !m_frame->loader().allowPlugins(NotAboutToInstantiatePlugin)) in enabledPlugin()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMImplementation.cpp359 …rame() && init.frame()->page() && init.frame()->loader().allowPlugins(NotAboutToInstantiatePlugin)) in createDocument()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.cpp293 if (!deprecatedLocalMainFrame()->loader().allowPlugins(NotAboutToInstantiatePlugin)) in pluginData()