Searched refs:g_module_singleton (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ppapi/cpp/
H A Dppp_entrypoints.cc16 static pp::Module* g_module_singleton = NULL; variable
23 return g_module_singleton;
44 g_module_singleton = module;
49 delete g_module_singleton;
50 g_module_singleton = NULL;
54 if (g_module_singleton)
55 return g_module_singleton->GetPluginInterface(interface_name);
/external/chromium_org/ppapi/cpp/private/
H A Dinternal_module.cc10 static Module* g_module_singleton = NULL; member in namespace:pp::__anon10022
14 return g_module_singleton;
18 g_module_singleton = module;

Completed in 127 milliseconds