Home | History | Annotate | Download | only in browser

Lines Matching refs:IOThread

49 class IOThread : public BrowserProcessSubThread {
80 // |net_log| must either outlive the IOThread or be NULL.
81 IOThread(PrefService* local_state,
85 virtual ~IOThread();
105 // IOThread::CleanUp(), IOThread will iterate through known getters and
108 // |url_request_context_getter| is being deleted before IOThread::CleanUp() is
164 // threads during shutdown, but is used most frequently on the IOThread.
168 // from the IOThread.
172 // to the IOThread. IOThread owns them all, despite not using scoped_ptr.
173 // This is because the destructor of IOThread runs on the wrong thread. All
196 // which gets posted by calling certain member functions of IOThread.
214 // IOThread::CleanUp().
217 DISALLOW_COPY_AND_ASSIGN(IOThread);