OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialize_module
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/mojo/examples/pepper_container_app/
plugin_module.cc
35
initialize_module
(NULL),
89
entry_points_.
initialize_module
=
92
if (!entry_points_.
initialize_module
) {
103
int32_t result = entry_points_.
initialize_module
(pp_module(),
plugin_module.h
43
PP_InitializeModule_Func
initialize_module
;
member in struct:mojo::examples::PluginModule::EntryPoints
/external/chromium_org/content/public/common/
pepper_plugin_info.h
29
PPP_InitializeModuleFunc
initialize_module
;
member in struct:content::PepperPluginInfo::EntryPoints
pepper_plugin_info.cc
13
initialize_module
(NULL),
/external/chromium_org/third_party/libjingle/overrides/
init_webrtc.cc
116
InitializeModuleFunction
initialize_module
=
128
bool init_ok =
initialize_module
(*CommandLine::ForCurrentProcess(),
/external/chromium_org/content/test/
ppapi_unittest.cc
86
entry_points.
initialize_module
= &MockInitializeModule;
/external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc
274
if (plugin_entry_points_.
initialize_module
== NULL) {
311
plugin_entry_points_.
initialize_module
=
314
if (!plugin_entry_points_.
initialize_module
) {
395
int32_t init_error = plugin_entry_points_.
initialize_module
(
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
353
entry_points->
initialize_module
=
357
if (!entry_points->
initialize_module
) {
648
DCHECK(entry_points.
initialize_module
!= NULL);
649
int retval = entry_points.
initialize_module
(pp_module(), &GetInterface);
/external/chromium_org/chrome/common/
chrome_content_client.cc
326
info.internal_entry_points.
initialize_module
=
Completed in 1097 milliseconds