HomeSort by relevance Sort by last modified time
    Searched full:g_globals (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/
browser_thread_impl.cc 60 g_globals = LAZY_INSTANCE_INITIALIZER; member in namespace:content::__anon10329
84 BrowserThreadGlobals& globals = g_globals.Get();
91 if (g_globals == NULL)
93 g_globals.Get().blocking_pool->FlushForTesting();
97 BrowserThreadGlobals& globals = g_globals.Get();
197 BrowserThreadGlobals& globals = g_globals.Get();
211 BrowserThreadGlobals& globals = g_globals.Get();
225 BrowserThreadGlobals& globals = g_globals.Get();
256 BrowserThreadGlobals& globals = g_globals.Get();
316 return g_globals.Get().blocking_pool->PostWorkerTask(from_here, task)
    [all...]

Completed in 32 milliseconds