Home
last modified time | relevance | path

Searched refs:EntryPoints (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/public/common/
Dpepper_plugin_info.h28 struct EntryPoints { struct
30 CONTENT_EXPORT EntryPoints();
63 EntryPoints internal_entry_points;
Dpepper_plugin_info.cc11 PepperPluginInfo::EntryPoints::EntryPoints() in EntryPoints() function in content::PepperPluginInfo::EntryPoints
/external/chromium_org/mojo/examples/pepper_container_app/
Dplugin_module.h39 struct EntryPoints { struct
40 EntryPoints();
52 EntryPoints entry_points_; argument
Dplugin_module.cc34 PluginModule::EntryPoints::EntryPoints() : get_interface(NULL), in EntryPoints() function in mojo::examples::PluginModule::EntryPoints
/external/chromium_org/content/renderer/pepper/
Dplugin_module.h85 bool InitAsInternalPlugin(const PepperPluginInfo::EntryPoints& entry_points);
224 bool InitializeModule(const PepperPluginInfo::EntryPoints& entry_points);
259 PepperPluginInfo::EntryPoints entry_points_;
Dplugin_module.cc348 PepperPluginInfo::EntryPoints* entry_points) { in LoadEntryPointsFromLibrary()
464 const PepperPluginInfo::EntryPoints& entry_points) { in InitAsInternalPlugin()
477 PepperPluginInfo::EntryPoints entry_points; in InitAsLibrary()
653 const PepperPluginInfo::EntryPoints& entry_points) { in InitializeModule()
/external/chromium_org/content/test/
Dppapi_unittest.cc84 PepperPluginInfo::EntryPoints entry_points; in SetUp()
/external/chromium_org/content/ppapi_plugin/
Dppapi_thread.h131 PepperPluginInfo::EntryPoints plugin_entry_points_;