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

  /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 419 memset(&entry_points_, 0, sizeof(entry_points_));
442 if (entry_points_.shutdown_module)
443 entry_points_.shutdown_module();
470 entry_points_ = entry_points;
488 entry_points_ = entry_points;
577 if (!entry_points_.get_interface)
579 return entry_points_.get_interface(name);
plugin_module.h 244 // entry_points_ aren't valid.
260 PepperPluginInfo::EntryPoints entry_points_; member in class:content::PluginModule

Completed in 526 milliseconds