Searched refs:initialize_module (Results 1 – 10 of 10) sorted by relevance
35 initialize_module(NULL), in EntryPoints()89 entry_points_.initialize_module = in Initialize()92 if (!entry_points_.initialize_module) { in Initialize()103 int32_t result = entry_points_.initialize_module(pp_module(), in Initialize()
43 PP_InitializeModule_Func initialize_module; member
116 InitializeModuleFunction initialize_module = in InitializeWebRtcModule() local128 bool init_ok = initialize_module(*CommandLine::ForCurrentProcess(), in InitializeWebRtcModule()
274 if (plugin_entry_points_.initialize_module == NULL) { in OnLoadPlugin()311 plugin_entry_points_.initialize_module = in OnLoadPlugin()314 if (!plugin_entry_points_.initialize_module) { in OnLoadPlugin()395 int32_t init_error = plugin_entry_points_.initialize_module( in OnLoadPlugin()
353 entry_points->initialize_module = in LoadEntryPointsFromLibrary()357 if (!entry_points->initialize_module) { in LoadEntryPointsFromLibrary()648 DCHECK(entry_points.initialize_module != NULL); in InitializeModule()649 int retval = entry_points.initialize_module(pp_module(), &GetInterface); in InitializeModule()
29 PPP_InitializeModuleFunc initialize_module; member
13 initialize_module(NULL), in EntryPoints()
86 entry_points.initialize_module = &MockInitializeModule; in SetUp()
326 info.internal_entry_points.initialize_module = in ComputeBuiltInPlugins()
608 'overrides/initialize_module.cc',