Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dutility_process_host_impl.h28 typedef base::Thread* (*UtilityMainThreadFactoryFunction)( typedef
36 UtilityMainThreadFactoryFunction create); in NON_EXPORTED_BASE()
Dutility_process_host_impl.cc86 UtilityMainThreadFactoryFunction g_utility_main_thread_factory = NULL;
95 UtilityMainThreadFactoryFunction create) { in RegisterUtilityMainThreadFactory()