Home | History | Annotate | Download | only in browser

Lines Matching defs:IOThread

75 class IOThread : public content::BrowserThreadDelegate {
177 // |net_log| must either outlive the IOThread or be NULL.
178 IOThread(PrefService* local_state,
183 virtual ~IOThread();
190 // Allows overriding Globals in tests where IOThread::Init() and
191 // IOThread::CleanUp() are not called. This allows for injecting mocks into
192 // IOThread global objects.
270 // threads during shutdown, but is used most frequently on the IOThread.
274 // extensions from the IOThread.
278 // to the IOThread. IOThread owns them all, despite not using scoped_ptr.
279 // This is because the destructor of IOThread runs on the wrong thread. All
309 // which gets posted by calling certain member functions of IOThread.
322 base::WeakPtrFactory<IOThread> weak_factory_;
324 DISALLOW_COPY_AND_ASSIGN(IOThread);