Home
last modified time | relevance | path

Searched refs:g_pnacl_resource_host (Results 1 – 1 of 1) sorted by relevance

/external/cronet/components/nacl/renderer/
Dppb_nacl_private_impl.cc88 DestructorAtExit g_pnacl_resource_host = LAZY_INSTANCE_INITIALIZER; variable
95 if (!g_pnacl_resource_host.Get().get()) { in InitializePnaclResourceHost()
96 g_pnacl_resource_host.Get() = in InitializePnaclResourceHost()
98 render_thread->AddFilter(g_pnacl_resource_host.Get().get()); in InitializePnaclResourceHost()
703 g_pnacl_resource_host.Get()->RequestNexeFd(instance, cache_info, in GetNexeFd()
761 if (g_pnacl_resource_host.Get().get() == NULL) in ReportTranslationFinished()
763 g_pnacl_resource_host.Get()->ReportTranslationFinished(instance, success); in ReportTranslationFinished()