Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Dhost_dispatcher.cc26 ModuleToDispatcherMap* g_module_to_dispatcher = NULL; variable
34 g_module_to_dispatcher->find(module); in ReserveInstanceID()
35 if (found == g_module_to_dispatcher->end()) { in ReserveInstanceID()
71 if (!g_module_to_dispatcher) in HostDispatcher()
72 g_module_to_dispatcher = new ModuleToDispatcherMap; in HostDispatcher()
73 (*g_module_to_dispatcher)[pp_module_] = this; in HostDispatcher()
85 g_module_to_dispatcher->erase(pp_module_); in ~HostDispatcher()