Home | History | Annotate | Download | only in browser

Lines Matching defs:IOThread

200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
222 ConstructSystemRequestContext(IOThread::Globals* globals,
246 explicit SystemURLRequestContextGetter(IOThread* io_thread);
254 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess.
261 IOThread* io_thread)
282 // The IOThread object must outlive any tasks posted to the IO thread before the
284 DISABLE_RUNNABLE_METHOD_REFCOUNT(IOThread);
286 IOThread::Globals::Globals() {}
288 IOThread::Globals::~Globals() {}
291 // dependencies and (2) make IOThread more flexible for testing.
292 IOThread::IOThread(
319 IOThread::~IOThread() {
328 IOThread::Globals* IOThread::globals() {
333 ChromeNetLog* IOThread::net_log() {
337 void IOThread::InitNetworkPredictor(
349 &IOThread::InitNetworkPredictorOnIOThread,
355 void IOThread::RegisterURLRequestContextGetter(
366 void IOThread::UnregisterURLRequestContextGetter(
379 void IOThread::ChangedToOnTheRecord() {
385 &IOThread::ChangedToOnTheRecordOnIOThread));
388 net::URLRequestContextGetter* IOThread::system_url_request_context_getter() {
400 void IOThread::ClearNetworkingHistory() {
409 void IOThread::Init() {
472 void IOThread::CleanUp() {
517 // IOThread now.
548 void IOThread::RegisterPrefs(PrefService* local_state) {
560 net::HttpAuthHandlerFactory* IOThread::CreateDefaultAuthHandlerFactory(
587 void IOThread::InitNetworkPredictorOnIOThread(
613 void IOThread::ChangedToOnTheRecordOnIOThread() {
632 void IOThread::ClearHostCache() {
643 void IOThread::InitSystemRequestContext() {