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/parser/
HTMLParserOptions.cpp
41
pluginsEnabled = frame && frame->loader().allowPlugins(
NotAboutToInstantiatePlugin
);
/external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderTypes.h
83
NotAboutToInstantiatePlugin
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeType.cpp
70
if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame()->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
/external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.cpp
84
if (!frame->settings() || !frame->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
HTMLElement.cpp
661
if (frame && frame->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp
339
if (init.frame() && init.frame()->page() && init.frame()->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
/external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp
302
if (!mainFrame()->loader().allowPlugins(
NotAboutToInstantiatePlugin
))
Completed in 36 milliseconds