OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotAboutToInstantiatePlugin
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLNoEmbedElement.cpp
52
if (document().frame()->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
PluginDocument.cpp
90
if (!frame->settings() || !frame->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserOptions.cpp
41
pluginsEnabled = frame && frame->loader().allowPlugins(
NotAboutToInstantiatePlugin
);
/external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderTypes.h
76
NotAboutToInstantiatePlugin
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeType.cpp
74
if (!m_frame || !m_frame->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp
359
if (init.frame() && init.frame()->page() && init.frame()->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp
293
if (!deprecatedLocalMainFrame()->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
Completed in 586 milliseconds