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

  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 90 if (plugin_entry_points_.shutdown_module)
91 plugin_entry_points_.shutdown_module();
231 plugin_entry_points_ = plugins[i].internal_entry_points;
237 if (plugin_entry_points_.initialize_module == NULL) {
249 plugin_entry_points_.get_interface =
252 if (!plugin_entry_points_.get_interface) {
259 plugin_entry_points_.shutdown_module =
268 plugin_entry_points_.initialize_module =
271 if (!plugin_entry_points_.initialize_module) {
336 int32_t init_error = plugin_entry_points_.initialize_module
    [all...]
ppapi_thread.h 128 PepperPluginInfo::EntryPoints plugin_entry_points_; member in class:content::PpapiThread

Completed in 33 milliseconds