Home
last modified time | relevance | path

Searched refs:file_loop (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/proxy/
Dproxy_config_service_linux.h54 base::MessageLoopForIO* file_loop) = 0;
185 base::MessageLoopForIO* file_loop);
286 base::MessageLoopForIO* file_loop) { in SetupAndFetchInitialConfig() argument
288 io_thread_task_runner, file_loop); in SetupAndFetchInitialConfig()
Dproxy_config_service_linux.cc245 base::MessageLoopForIO* file_loop) OVERRIDE { in Init() argument
575 base::MessageLoopForIO* file_loop) OVERRIDE { in Init() argument
936 base::MessageLoopForIO* file_loop) OVERRIDE { in Init() argument
952 file_loop_ = file_loop; in Init()
1570 base::MessageLoopForIO* file_loop) { in SetUpAndFetchInitialConfig() argument
1581 if (!io_thread_task_runner_.get() || !file_loop) in SetUpAndFetchInitialConfig()
1598 setting_getter_->Init(glib_thread_task_runner, file_loop) && in SetUpAndFetchInitialConfig()
1623 if (io_thread_task_runner && file_loop) { in SetUpAndFetchInitialConfig()
Dproxy_config_service_linux_unittest.cc179 base::MessageLoopForIO* file_loop) OVERRIDE { in Init() argument
291 base::MessageLoop* file_loop = io_thread_.message_loop(); in SetupAndInitialFetch() local
292 DCHECK_EQ(base::MessageLoop::TYPE_IO, file_loop->type()); in SetupAndInitialFetch()
297 static_cast<base::MessageLoopForIO*>(file_loop)); in SetupAndInitialFetch()
Dproxy_service.h250 base::MessageLoop* file_loop);
Dproxy_service.cc1370 base::MessageLoop* file_loop) { in CreateSystemProxyConfigService() argument
1393 DCHECK_EQ(base::MessageLoop::TYPE_IO, file_loop->type()); in CreateSystemProxyConfigService()
1402 static_cast<base::MessageLoopForIO*>(file_loop)); in CreateSystemProxyConfigService()
/external/chromium_org/content/shell/browser/
Dshell_url_request_context_getter.h37 base::MessageLoop* file_loop,
Dshell_url_request_context_getter.cc66 base::MessageLoop* file_loop, in ShellURLRequestContextGetter() argument
73 file_loop_(file_loop), in ShellURLRequestContextGetter()