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

  /external/chromium_org/ppapi/cpp/private/
internal_module.cc 10 static Module* g_module_singleton = NULL; member in namespace:pp::__anon14647
14 return g_module_singleton;
18 g_module_singleton = module;
  /external/chromium_org/ppapi/cpp/
ppp_entrypoints.cc 16 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);

Completed in 65 milliseconds