Searched refs:pp_module (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dinternal_utils.cc21 PP_Module pp_module() { return global_pp_module; } function
H A Dinternal_utils.h13 #include "ppapi/c/pp_module.h"
22 PP_Module pp_module();
H A Dtest_interface.h52 #include "ppapi/c/pp_module.h"
178 PP_Module pp_module();
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_module.h13 #include "ppapi/c/pp_module.h"
33 PP_Module pp_module() const { return 1; } function in class:mojo::examples::PluginModule
H A Dplugin_module.cc103 int32_t result = entry_points_.initialize_module(pp_module(),
/external/chromium_org/ppapi/cpp/private/
H A Dnet_address_private.cc83 module->pp_module(),
88 module->pp_module(),
93 module->pp_module(),
H A Dflash.cc199 module->pp_module()));
204 flash_12_combined_interface.GetCommandLineArgs(module->pp_module()));
/external/chromium_org/ppapi/cpp/
H A Dmodule.h12 #include "ppapi/c/pp_module.h"
52 /// The pp_module() function returns the internal module handle.
55 PP_Module pp_module() const { return pp_module_; } function in class:pp::Module
H A Dvar.cc53 return get_interface<PPB_Var_1_0>()->VarFromUtf8(Module::Get()->pp_module(),
/external/chromium_org/ppapi/proxy/
H A Dhost_dispatcher.cc149 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());
H A Dhost_dispatcher.h81 PP_Module pp_module() const { return pp_module_; } function in class:ppapi::proxy::HostDispatcher
H A Dppb_var_unittest.cc97 CreateVarThreadDelegate(PP_Module pp_module, const std::string* strings_in, argument
100 : pp_module_(pp_module), strings_in_(strings_in), vars_out_(vars_out),
180 CreateVarThreadDelegate(pp_module(),
H A Dppapi_proxy_test.h48 PP_Module pp_module() const { return pp_module_; } function in class:ppapi::proxy::ProxyTestHarnessBase
320 PP_Module pp_module() const { return host_.pp_module(); } function in class:ppapi::proxy::TwoWayTest
H A Dppapi_proxy_test.cc431 pp_module(),
449 pp_module(),
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc47 module_->pp_module(), local_get_interface, permissions_));
H A Dhost_globals.cc134 return inst->module()->pp_module();
163 void HostGlobals::BroadcastLogWithSource(PP_Module pp_module, argument
171 PluginModule* module = GetModule(pp_module);
H A Dplugin_module.h135 PP_Module pp_module() const { return pp_module_; } function in class:content::PluginModule
H A Dppb_var_deprecated_impl.cc320 PP_Var CreateObjectWithModuleDeprecated(PP_Module pp_module, argument
323 PluginModule* module = HostGlobals::Get()->GetModule(pp_module);
H A Dplugin_module.cc55 #include "ppapi/c/pp_module.h"
656 int retval = entry_points.initialize_module(pp_module(), &GetInterface);
/external/chromium_org/ppapi/tests/
H A Dtest_var_deprecated.cc96 PP_Var str = var_interface_->VarFromUtf8(pp::Module::Get()->pp_module(),
166 pp::Module::Get()->pp_module(), NULL, 0);

Completed in 293 milliseconds