OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pp_module
(Results
1 - 5
of
5
) 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/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
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_;
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
/external/chromium_org/content/renderer/pepper/
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);
Completed in 60 milliseconds