HomeSort by relevance Sort by last modified time
    Searched refs:entry_points_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_module.cc 45 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_.initialize_module(pp_module()
    [all...]
plugin_module.h 52 EntryPoints entry_points_; member in class:mojo::examples::PluginModule
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 78 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_.np_getentrypoints == 0
    [all...]
plugin_lib.h 123 PluginEntryPoints entry_points_; member in class:content::PluginLib
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 408 memset(&entry_points_, 0, sizeof(entry_points_));
431 if (entry_points_.shutdown_module)
432 entry_points_.shutdown_module();
459 entry_points_ = entry_points;
477 entry_points_ = entry_points;
560 if (!entry_points_.get_interface)
562 return entry_points_.get_interface(name);
plugin_module.h 241 // entry_points_ aren't valid.
257 PepperPluginInfo::EntryPoints entry_points_; member in class:content::PluginModule

Completed in 78 milliseconds