Home | History | Annotate | Download | only in browser

Lines Matching refs:IOThread

89 class IOThread : public content::BrowserThreadDelegate {
211 // |net_log| must either outlive the IOThread or be NULL.
212 IOThread(PrefService* local_state,
217 virtual ~IOThread();
224 // Allows overriding Globals in tests where IOThread::Init() and
225 // IOThread::CleanUp() are not called. This allows for injecting mocks into
226 // IOThread global objects.
409 // threads during shutdown, but is used most frequently on the IOThread.
414 // extensions from the IOThread.
419 IOThread. IOThread owns them all, despite not using scoped_ptr.
420 // This is because the destructor of IOThread runs on the wrong thread. All
451 // which gets posted by calling certain member functions of IOThread.
464 base::WeakPtrFactory<IOThread> weak_factory_;
466 DISALLOW_COPY_AND_ASSIGN(IOThread);