OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadManually
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebPluginParams.h
45
bool
loadManually
;
/external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.h
58
void setShouldLoadPluginManually(bool
loadManually
) { m_shouldLoadPluginManually =
loadManually
; }
HTMLImageElement.h
59
void setLoadManually(bool
loadManually
) { m_imageLoader.setLoadManually(
loadManually
); }
HTMLPlugInElement.cpp
450
bool
loadManually
= document().isPluginDocument() && !document().containsPlugins() && toPluginDocument(document()).shouldLoadPluginManually();
451
RefPtr<Widget> widget = frame->loader().client()->createPlugin(contentSize, this, url, paramNames, paramValues, mimeType,
loadManually
);
/external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.h
73
void setLoadManually(bool
loadManually
) { m_loadManually =
loadManually
; }
FrameLoaderClient.h
171
virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool
loadManually
) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h
120
const WTF::String&, bool
loadManually
);
FrameLoaderClientImpl.cpp
638
bool
loadManually
)
648
params.
loadManually
=
loadManually
;
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc
64
full_frame_(params.
loadManually
),
/external/chromium_org/content/renderer/npapi/
webplugin_impl.cc
497
load_manually_(params.
loadManually
),
[
all
...]
Completed in 488 milliseconds