Searched defs:pp_module (Results 1 - 9 of 9) sorted by relevance

/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
/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
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dinternal_utils.cc21 PP_Module pp_module() { return global_pp_module; } function
/external/chromium_org/ppapi/proxy/
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
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.h135 PP_Module pp_module() const { return pp_module_; } function in class:content::PluginModule
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 Dppb_var_deprecated_impl.cc320 PP_Var CreateObjectWithModuleDeprecated(PP_Module pp_module, argument
323 PluginModule* module = HostGlobals::Get()->GetModule(pp_module);

Completed in 159 milliseconds