OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getplugininterface
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc
72
plugin_instance->module()->
GetPluginInterface
(PPP_WIDGET_DEV_INTERFACE));
ppb_scrollbar_impl.cc
178
static_cast<const PPP_Scrollbar_Dev*>(plugin_module->
GetPluginInterface
(
184
static_cast<const PPP_Scrollbar_Dev*>(plugin_module->
GetPluginInterface
(
200
static_cast<const PPP_Scrollbar_Dev*>(plugin_module->
GetPluginInterface
(
ppb_graphics_3d_impl.cc
333
//
GetPluginInterface
(which sends a sync message in some cases). We still
339
instance->module()->
GetPluginInterface
(
342
// been deleted during
GetPluginInterface
(). Even the PluginModule could be
ppb_video_decoder_impl.cc
105
plugin_module->
GetPluginInterface
(PPP_VIDEODECODER_DEV_INTERFACE));
pepper_plugin_instance_impl.cc
402
base::Bind(&PluginModule::
GetPluginInterface
, module);
[
all
...]
plugin_module.h
156
const void*
GetPluginInterface
(const char* name) const;
plugin_module.cc
574
const void* PluginModule::
GetPluginInterface
(const char* name) const {
/external/chromium_org/ppapi/cpp/
ppp_entrypoints.cc
55
return g_module_singleton->
GetPluginInterface
(interface_name);
module.cc
162
const void* Module::
GetPluginInterface
(const char* interface_name) {
194
// Calling
GetPluginInterface
rather than looking it up in the map allows
196
const void* existing_interface =
GetPluginInterface
(interface_name.c_str());
module.h
76
///
GetPluginInterface
() implements <code>GetInterface</code> for the browser
81
const void*
GetPluginInterface
(const char* interface_name);
/external/chromium_org/remoting/client/plugin/
pepper_entrypoints.cc
61
return pp::Module::Get()->
GetPluginInterface
(interface_name);
/external/chromium_org/ppapi/proxy/
plugin_dispatcher.cc
148
const void* PluginDispatcher::
GetPluginInterface
(
312
*result = !!
GetPluginInterface
(interface_name);
320
*result = !!
GetPluginInterface
(PPP_INSTANCE_INTERFACE_1_0);
plugin_dispatcher.h
126
const void*
GetPluginInterface
(const std::string& interface_name);
Completed in 1289 milliseconds