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

  /external/chromium_org/content/public/common/
pepper_plugin_info.h 24 struct EntryPoints {
26 CONTENT_EXPORT EntryPoints();
59 EntryPoints internal_entry_points;
pepper_plugin_info.cc 11 PepperPluginInfo::EntryPoints::EntryPoints()
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_module.h 39 struct EntryPoints {
40 EntryPoints();
52 EntryPoints entry_points_;
plugin_module.cc 34 PluginModule::EntryPoints::EntryPoints() : get_interface(NULL),
  /external/chromium_org/content/renderer/pepper/
plugin_module.h 81 // Initializes this module as an internal plugin with the given entrypoints.
84 bool InitAsInternalPlugin(const PepperPluginInfo::EntryPoints& entry_points);
221 // entrypoints in that case).
222 bool InitializeModule(const PepperPluginInfo::EntryPoints& entry_points);
257 PepperPluginInfo::EntryPoints entry_points_;
plugin_module.cc 343 PepperPluginInfo::EntryPoints* entry_points) {
457 const PepperPluginInfo::EntryPoints& entry_points) {
470 PepperPluginInfo::EntryPoints entry_points;
646 const PepperPluginInfo::EntryPoints& entry_points) {
  /external/chromium_org/content/test/
ppapi_unittest.cc 84 PepperPluginInfo::EntryPoints entry_points;
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.h 131 PepperPluginInfo::EntryPoints plugin_entry_points_;

Completed in 112 milliseconds