HomeSort by relevance Sort by last modified time
    Searched defs:pp_module (Results 1 - 6 of 6) 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
  /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
  /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_;
  /external/chromium_org/ppapi/proxy/
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
  /external/chromium_org/content/renderer/pepper/
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);

Completed in 113 milliseconds