OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_process_thread_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
utility_process_host_impl.h
85
scoped_ptr<base::Thread>
in_process_thread_
;
member in class:content::UtilityProcessHostImpl
utility_process_host_impl.cc
155
in_process_thread_
.reset(g_utility_main_thread_factory(channel_id));
156
in_process_thread_
->Start();
Completed in 194 milliseconds