Searched refs:entry_points_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_module.cc45 if (entry_points_.shutdown_module)
46 entry_points_.shutdown_module();
54 if (entry_points_.get_interface)
55 return entry_points_.get_interface(name);
81 entry_points_.get_interface =
84 if (!entry_points_.get_interface) {
89 entry_points_.initialize_module =
92 if (!entry_points_.initialize_module) {
99 entry_points_.shutdown_module =
103 int32_t result = entry_points_
[all...]
H A Dplugin_module.h52 EntryPoints entry_points_; member in class:mojo::examples::PluginModule
/external/chromium_org/content/child/npapi/
H A Dplugin_lib.cc78 memset(&entry_points_, 0, sizeof(entry_points_));
107 NPError rv = entry_points_.np_initialize(host->host_functions(),
110 NPError rv = entry_points_.np_initialize(host->host_functions());
115 rv = entry_points_.np_getentrypoints(&plugin_funcs_);
128 entry_points_.np_shutdown();
209 entry_points_.np_initialize =
212 if (entry_points_.np_initialize == 0)
216 entry_points_.np_getentrypoints =
219 if (entry_points_
[all...]
H A Dplugin_lib.h123 PluginEntryPoints entry_points_; member in class:content::PluginLib
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc415 memset(&entry_points_, 0, sizeof(entry_points_));
438 if (entry_points_.shutdown_module)
439 entry_points_.shutdown_module();
466 entry_points_ = entry_points;
484 entry_points_ = entry_points;
567 if (!entry_points_.get_interface)
569 return entry_points_.get_interface(name);
H A Dplugin_module.h243 // entry_points_ aren't valid.
259 PepperPluginInfo::EntryPoints entry_points_; member in class:content::PluginModule

Completed in 136 milliseconds