HomeSort by relevance Sort by last modified time
    Searched full:pp_module (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/chromium_org/ppapi/c/
pp_instance.h 27 * module (.nexe/PP_Module). There will be one module instance for every
ppp.h 12 #include "ppapi/c/pp_module.h"
24 #include "ppapi/c/pp_module.h"
63 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module,
142 PP_Module module,
ppb_var.h 13 #include "ppapi/c/pp_module.h"
103 struct PP_Var (*VarFromUtf8)(PP_Module module,
  /external/chromium_org/ppapi/c/private/
ppb_net_address_private.h 15 #include "ppapi/c/pp_module.h"
94 struct PP_Var (*Describe)(PP_Module module,
154 struct PP_Var (*Describe)(PP_Module module,
168 struct PP_Var (*Describe)(PP_Module module,
ppb_flash.h 15 #include "ppapi/c/pp_module.h"
187 struct PP_Var (*GetCommandLineArgs)(PP_Module module);
261 struct PP_Var (*GetCommandLineArgs)(PP_Module module);
292 struct PP_Var (*GetCommandLineArgs)(PP_Module module);
326 struct PP_Var (*GetCommandLineArgs)(PP_Module module);
  /external/chromium_org/content/public/common/
pepper_plugin_info.h 14 #include "ppapi/c/pp_module.h"
21 typedef int (*PPP_InitializeModuleFunc)(PP_Module, PPB_GetInterface);
  /external/chromium_org/ppapi/shared_impl/
test_globals.cc 47 PP_Module TestGlobals::GetModuleForInstance(PP_Instance instance) {
68 void TestGlobals::BroadcastLogWithSource(PP_Module module,
test_globals.h 61 virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
69 virtual void BroadcastLogWithSource(PP_Module module,
ppapi_globals.h 14 #include "ppapi/c/pp_module.h"
89 virtual void BroadcastLogWithSource(PP_Module module,
100 // Returns the PP_Module associated with the given PP_Instance, or 0 on
102 virtual PP_Module GetModuleForInstance(PP_Instance instance) = 0;
  /external/chromium_org/remoting/client/plugin/
pepper_entrypoints.cc 10 #include "ppapi/c/pp_module.h"
36 int32_t PPP_InitializeModule(PP_Module module_id,
  /external/chromium_org/content/renderer/pepper/
host_globals.h 43 virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
51 virtual void BroadcastLogWithSource(PP_Module module,
66 PP_Module AddModule(PluginModule* module);
70 void ModuleDeleted(PP_Module module);
74 PluginModule* GetModule(PP_Module module);
108 typedef std::map<PP_Module, PluginModule*> ModuleMap;
plugin_module.h 135 PP_Module pp_module() const { return pp_module_; } function in class:content::PluginModule
182 PP_Bool (*reserve)(PP_Module, PP_Instance));
233 PP_Module pp_module_;
272 PP_Bool (*reserve_instance_id_)(PP_Module, PP_Instance);
ppb_var_deprecated_impl.cc 107 // that the TryCatch's pp_module() getter is also set up properly and ready to
141 // use (via the identifier() getter), and that the TryCatch's pp_module() getter
400 PP_Var CreateObjectWithModuleDeprecated(PP_Module pp_module,
403 PluginModule* module = HostGlobals::Get()->GetModule(pp_module);
  /external/chromium_org/ppapi/proxy/
host_dispatcher.h 51 HostDispatcher(PP_Module module,
73 // Returns the host's notion of our PP_Module. This will be different than
74 // the plugin's notion of its PP_Module because the plugin process may be
79 PP_Module pp_module() const { return pp_module_; } function in class:ppapi::proxy::HostDispatcher
117 PP_Module pp_module_;
host_dispatcher.cc 25 typedef std::map<PP_Module, HostDispatcher*> ModuleToDispatcherMap;
28 PP_Bool ReserveInstanceID(PP_Module module, PP_Instance instance) {
62 HostDispatcher::HostDispatcher(PP_Module module,
152 CHECK(!PP_ToBool(ppb_proxy()->IsInModuleDestructor(pp_module())));
214 ppb_proxy_->PluginCrashed(pp_module());
267 dispatcher_->ppb_proxy()->AddRefModule(dispatcher_->pp_module());
273 dispatcher_->ppb_proxy()->ReleaseModule(dispatcher_->pp_module());
ppapi_proxy_test.h 48 PP_Module pp_module() const { return pp_module_; } function in class:ppapi::proxy::ProxyTestHarnessBase
86 PP_Module pp_module_;
324 PP_Module pp_module() const { return host_.pp_module(); } function in class:ppapi::proxy::TwoWayTest
ppapi_proxy_test.cc 27 void PluginCrashed(PP_Module module) {
37 void SetReserveInstanceIDCallback(PP_Module module,
38 PP_Bool (*is_seen)(PP_Module, PP_Instance)) {
43 void AddRefModule(PP_Module module) {}
44 void ReleaseModule(PP_Module module) {}
45 PP_Bool IsInModuleDestructor(PP_Module module) { return PP_FALSE; }
434 pp_module(),
453 pp_module(),
plugin_globals.cc 117 PP_Module PluginGlobals::GetModuleForInstance(PP_Instance instance) {
118 // Currently proxied plugins don't use the PP_Module for anything useful.
143 void PluginGlobals::BroadcastLogWithSource(PP_Module /* module */,
ppb_var_unittest.cc 97 CreateVarThreadDelegate(PP_Module pp_module, const std::string* strings_in,
100 : pp_module_(pp_module), strings_in_(strings_in), vars_out_(vars_out),
113 PP_Module pp_module_;
180 CreateVarThreadDelegate(pp_module(),
  /external/chromium_org/ppapi/api/
ppp.idl 13 #include "ppapi/c/pp_module.h"
52 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module,
128 [in] PP_Module module,
  /external/chromium_org/ppapi/cpp/private/
net_address_private.cc 83 module->pp_module(),
88 module->pp_module(),
93 module->pp_module(),
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps.cc 6 #include "ppapi/c/pp_module.h"
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
module_instance.cc 21 #include "ppapi/c/pp_module.h"
144 int32_t PPP_InitializeModule(PP_Module module,
test_interface.h 52 #include "ppapi/c/pp_module.h"
164 const PP_Module kInvalidModule = 0;
178 PP_Module pp_module();
  /external/chromium_org/ppapi/cpp/
ppp_entrypoints.cc 34 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id,

Completed in 332 milliseconds

12 3 4