Searched refs:io_thread_ (Results 1 - 25 of 112) sorted by path

12345

/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_impl_unittest.cc29 ASSERT_TRUE(io_thread_->message_loop_proxy()->BelongsToCurrentThread());
30 ASSERT_EQ(io_thread_->message_loop_proxy(),
42 io_thread_.reset(new Thread("MessageLoopProxyImplTest_IO"));
44 io_thread_->Start();
49 io_thread_->Stop();
75 scoped_ptr<Thread> io_thread_; member in class:base::MessageLoopProxyImplTest
83 EXPECT_TRUE(io_thread_->message_loop_proxy()->ReleaseSoon(FROM_HERE, this));
H A Dmessage_pump_io_ios_unittest.cc20 io_thread_("MessagePumpIOSForIOTestIOThread") {}
25 ASSERT_TRUE(io_thread_.StartWithOptions(options));
26 ASSERT_EQ(MessageLoop::TYPE_IO, io_thread_.message_loop()->type());
42 return static_cast<MessageLoopForIO*>(io_thread_.message_loop());
56 Thread io_thread_; member in class:base::MessagePumpIOSForIOTest
H A Dmessage_pump_libevent_unittest.cc23 io_thread_("MessagePumpLibeventTestIOThread") {}
28 ASSERT_TRUE(io_thread_.StartWithOptions(options));
29 ASSERT_EQ(MessageLoop::TYPE_IO, io_thread_.message_loop()->type());
43 return static_cast<MessageLoopForIO*>(io_thread_.message_loop());
56 Thread io_thread_; member in class:base::MessagePumpLibeventTest
/external/chromium_org/base/test/
H A Dtest_io_thread.cc24 : io_thread_("test_io_thread"), io_thread_started_(false) {
42 CHECK(io_thread_.StartWithOptions(
48 io_thread_.Stop();
H A Dtest_io_thread.h43 return static_cast<base::MessageLoopForIO*>(io_thread_.message_loop());
51 base::Thread io_thread_; member in class:base::TestIOThread
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc236 // the SafeBrowsingService) before the io_thread_ gets destroyed, since their
247 // Need to clear the desktop notification balloons before the io_thread_ and
252 // Need to clear profiles (download managers) before the io_thread_.
323 // as io_thread_.global_ cleanup happens in CleanUp on the IO
329 io_thread_.reset();
559 DCHECK(io_thread_.get());
560 return io_thread_.get();
1003 io_thread_.reset(
H A Dbrowser_process_impl.h168 scoped_ptr<IOThread> io_thread_; member in class:BrowserProcessImpl
H A Dio_thread.cc388 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess. member in class:SystemURLRequestContextGetter
396 : io_thread_(io_thread),
405 DCHECK(io_thread_->globals()->system_request_context.get());
407 return io_thread_->globals()->system_request_context.get();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.cc34 helper->io_thread_->DeleteSoon(FROM_HERE, helper);
39 : io_thread_(io_thread) {
H A Dbrowsing_data_quota_helper.h70 explicit BrowsingDataQuotaHelper(base::MessageLoopProxy* io_thread_);
76 scoped_refptr<base::MessageLoopProxy> io_thread_; member in class:BrowsingDataQuotaHelper
H A Dbrowsing_data_quota_helper_impl.cc44 if (!io_thread_->BelongsToCurrentThread()) {
45 io_thread_->PostTask(
65 io_thread_(io_thread),
73 if (!io_thread_->BelongsToCurrentThread()) {
74 io_thread_->PostTask(
H A Dbrowsing_data_quota_helper_impl.h65 scoped_refptr<base::MessageLoopProxy> io_thread_; member in class:BrowsingDataQuotaHelperImpl
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_ca_client_unittest.cc21 : io_thread_(content::BrowserThread::IO, &message_loop_),
53 content::TestBrowserThread io_thread_; member in class:chromeos::attestation::AttestationCAClientTest
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector_browsertest.cc154 io_thread_(content::BrowserThread::IO, &message_loop_),
264 content::TestBrowserThread io_thread_; member in class:policy::DeviceStatusCollectorTest
/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_config_service_impl_unittest.cc215 io_thread_(BrowserThread::IO, &loop_) {}
333 content::TestBrowserThread io_thread_; member in class:chromeos::ProxyConfigServiceImplTest
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc330 io_thread_(BrowserThread::IO, &loop_),
416 content::TestBrowserThread io_thread_; member in class:ProtocolHandlerRegistryTest
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_info_map_unittest.cc52 io_thread_(BrowserThread::IO, &message_loop_) {}
57 content::TestBrowserThread io_thread_; member in class:extensions::ChromeInfoMapTest
H A Dextension_action_icon_factory_unittest.cc88 io_thread_(BrowserThread::IO) {
134 io_thread_.Start();
169 content::TestBrowserThread io_thread_; member in class:extensions::__anon3910::ExtensionActionIconFactoryTest
H A Dextension_icon_manager_unittest.cc31 io_thread_(BrowserThread::IO) {}
55 io_thread_.Start();
67 content::TestBrowserThread io_thread_; member in class:ExtensionIconManagerTest
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_file_util_unittest.cc164 : io_thread_(content::BrowserThread::IO, &message_loop_) {
259 content::TestBrowserThread io_thread_; member in class:iphoto::IPhotoFileUtilTest
H A Ditunes_file_util_unittest.cc138 : io_thread_(content::BrowserThread::IO, &message_loop_) {
227 content::TestBrowserThread io_thread_; member in class:itunes::ItunesFileUtilTest
H A Dnative_media_file_util_unittest.cc115 : io_thread_(content::BrowserThread::IO, &message_loop_) {
190 content::TestBrowserThread io_thread_; member in class:NativeMediaFileUtilTest
H A Dpicasa_file_util_unittest.cc225 : io_thread_(content::BrowserThread::IO, &message_loop_) {
381 content::TestBrowserThread io_thread_; member in class:picasa::PicasaFileUtilTest
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc258 io_thread_.reset(new content::TestBrowserThread(BrowserThread::IO));
261 io_thread_->Start();
308 io_thread_.reset();
319 scoped_ptr<content::TestBrowserThread> io_thread_; member in class:ThreadWatcherTest
/external/chromium_org/chrome/browser/net/
H A Dconnection_tester_unittest.cc93 : io_thread_(BrowserThread::IO, &message_loop_),
107 content::TestBrowserThread io_thread_; member in class:__anon4324::ConnectionTesterTest

Completed in 8417 milliseconds

12345