Searched defs:UtilityThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/utility/
H A Dutility_thread.cc12 // Keep the global UtilityThread in a TLS slot so it is impossible to access
14 static base::LazyInstance<base::ThreadLocalPointer<UtilityThread> >::Leaky
17 UtilityThread* UtilityThread::Get() {
21 UtilityThread::UtilityThread() { function in class:content::UtilityThread
25 UtilityThread::~UtilityThread() {
H A Dutility_thread.h18 class CONTENT_EXPORT UtilityThread : public IPC::Sender { class in namespace:content
22 static UtilityThread* Get();
24 UtilityThread();
25 virtual ~UtilityThread();

Completed in 85 milliseconds