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

  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
internal_utils.cc 9 PP_Module global_pp_module = 0;
19 void set_pp_module(PP_Module module) { global_pp_module = module; }
21 PP_Module pp_module() { return global_pp_module; } function
internal_utils.h 13 #include "ppapi/c/pp_module.h"
20 void set_pp_module(PP_Module module);
22 PP_Module pp_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/mojo/examples/pepper_container_app/
plugin_module.h 13 #include "ppapi/c/pp_module.h"
33 PP_Module pp_module() const { return 1; } function in class:mojo::examples::PluginModule
plugin_module.cc 103 int32_t result = entry_points_.initialize_module(pp_module(),
  /external/chromium_org/ppapi/cpp/
module.h 12 #include "ppapi/c/pp_module.h"
52 /// The pp_module() function returns the internal module handle.
54 /// @return A <code>PP_Module</code> internal module handle.
55 PP_Module pp_module() const { return pp_module_; } function in class:pp::Module
123 /// @param[in] mod A <code>PP_Module</code>.
129 bool InternalInit(PP_Module mod,
160 PP_Module pp_module_;
var.cc 53 return get_interface<PPB_Var_1_0>()->VarFromUtf8(Module::Get()->pp_module(),
  /external/chromium_org/ppapi/cpp/private/
net_address_private.cc 83 module->pp_module(),
88 module->pp_module(),
93 module->pp_module(),
flash.cc 199 module->pp_module()));
204 flash_12_combined_interface.GetCommandLineArgs(module->pp_module()));
  /external/chromium_org/ppapi/proxy/
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,
149 CHECK(!PP_ToBool(ppb_proxy()->IsInModuleDestructor(pp_module())));
213 ppb_proxy_->PluginCrashed(pp_module());
283 dispatcher_->ppb_proxy()->AddRefModule(dispatcher_->pp_module());
289 dispatcher_->ppb_proxy()->ReleaseModule(dispatcher_->pp_module());
host_dispatcher.h 54 HostDispatcher(PP_Module module,
75 // Returns the host's notion of our PP_Module. This will be different than
76 // the plugin's notion of its PP_Module because the plugin process may be
81 PP_Module pp_module() const { return pp_module_; } function in class:ppapi::proxy::HostDispatcher
128 PP_Module 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_;
320 PP_Module pp_module() const { return host_.pp_module(); } function in class:ppapi::proxy::TwoWayTest
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(),
ppapi_proxy_test.cc 28 void PluginCrashed(PP_Module module) {
38 void SetReserveInstanceIDCallback(PP_Module module,
39 PP_Bool (*is_seen)(PP_Module, PP_Instance)) {
44 void AddRefModule(PP_Module module) {}
45 void ReleaseModule(PP_Module module) {}
46 PP_Bool IsInModuleDestructor(PP_Module module) { return PP_FALSE; }
431 pp_module(),
449 pp_module(),
  /external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.cc 47 module_->pp_module(), local_get_interface, permissions_));
host_globals.cc 130 PP_Module HostGlobals::GetModuleForInstance(PP_Instance instance) {
134 return inst->module()->pp_module();
163 void HostGlobals::BroadcastLogWithSource(PP_Module pp_module,
171 PluginModule* module = GetModule(pp_module);
198 PP_Module HostGlobals::AddModule(PluginModule* module) {
208 PP_Module new_module;
210 new_module = MakeTypedId(static_cast<PP_Module>(base::RandUint64()),
217 void HostGlobals::ModuleDeleted(PP_Module module) {
219 << module << " is not a PP_Module."
    [all...]
plugin_module.h 135 PP_Module pp_module() const { return pp_module_; } function in class:content::PluginModule
181 void SetReserveInstanceIDCallback(PP_Bool (*reserve)(PP_Module, PP_Instance));
232 PP_Module pp_module_;
272 PP_Bool (*reserve_instance_id_)(PP_Module, PP_Instance);
ppb_var_deprecated_impl.cc 320 PP_Var CreateObjectWithModuleDeprecated(PP_Module pp_module,
323 PluginModule* module = HostGlobals::Get()->GetModule(pp_module);
plugin_module.cc 55 #include "ppapi/c/pp_module.h"
173 // Maintains all currently loaded plugin libs for validating PP_Module
454 // PPB_Proxy.IsInModuleDestructor to map PP_Module to this class during the
600 PP_Bool (*reserve)(PP_Module, PP_Instance)) {
656 int retval = entry_points.initialize_module(pp_module(), &GetInterface);
  /external/chromium_org/ppapi/tests/
test_var_deprecated.cc 96 PP_Var str = var_interface_->VarFromUtf8(pp::Module::Get()->pp_module(),
166 pp::Module::Get()->pp_module(), NULL, 0);

Completed in 319 milliseconds