Searched refs:io_thread_ (Results 26 - 50 of 112) sorted by relevance

12345

/external/chromium_org/base/message_loop/
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/chrome/browser/browsing_data/
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/net/test/spawned_test_server/
H A Dspawner_communicator.cc102 : io_thread_("spawner_communicator"),
114 DCHECK_NE(base::MessageLoop::current(), io_thread_.message_loop());
120 DCHECK_NE(base::MessageLoop::current(), io_thread_.message_loop());
127 is_running_ = io_thread_.StartWithOptions(options);
132 DCHECK_NE(base::MessageLoop::current(), io_thread_.message_loop());
139 io_thread_.Stop();
152 DCHECK(io_thread_.message_loop());
157 io_thread_.message_loop()->PostTask(FROM_HERE, base::Bind(
168 base::MessageLoop* loop = io_thread_.message_loop();
H A Dspawner_communicator.h116 base::Thread io_thread_; member in class:net::SpawnerCommunicator
/external/chromium_org/chrome/common/
H A Dservice_process_util_unittest.cc75 return io_thread_.message_loop_proxy().get();
82 base::Thread io_thread_; member in class:ServiceProcessStateTest
86 : io_thread_("ServiceProcessStateTestThread") {
94 ASSERT_TRUE(io_thread_.StartWithOptions(options));
226 base::Thread io_thread_("ServiceProcessStateTestShutdownIOThread");
228 EXPECT_TRUE(io_thread_.StartWithOptions(options));
232 io_thread_.message_loop_proxy().get(),
260 : io_thread_("ServiceProcessStateFileManipulationTest_IO") {
267 ASSERT_TRUE(io_thread_.StartWithOptions(options));
279 io_thread_
298 base::Thread io_thread_; member in class:ServiceProcessStateFileManipulationTest
[all...]
/external/chromium_org/content/public/test/
H A Dtest_browser_thread_bundle.h77 scoped_ptr<TestBrowserThread> io_thread_; member in class:content::TestBrowserThreadBundle
/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
/external/chromium_org/chrome/browser/extensions/
H A Dextension_icon_manager_unittest.cc31 io_thread_(BrowserThread::IO) {}
55 io_thread_.Start();
67 content::TestBrowserThread io_thread_; member in class:ExtensionIconManagerTest
H A Dchrome_info_map_unittest.cc52 io_thread_(BrowserThread::IO, &message_loop_) {}
57 content::TestBrowserThread io_thread_; member in class:extensions::ChromeInfoMapTest
/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/content/browser/renderer_host/media/
H A Dmedia_stream_ui_controller_unittest.cc49 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
74 scoped_ptr<BrowserThreadImpl> io_thread_; member in class:content::MediaStreamDeviceUIControllerTest
H A Ddevice_request_message_filter_unittest.cc126 io_thread_.reset(
145 scoped_ptr<TestBrowserThread> io_thread_; member in class:content::DeviceRequestMessageFilterTest
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge_unittest.cc31 io_thread_("IO thread") {
37 io_thread_.StartWithOptions(options);
46 io_thread_.Stop();
52 new net::TestURLRequestContextGetter(io_thread_.message_loop_proxy());
86 base::MessageLoop* GetIOThreadLoop() { return io_thread_.message_loop(); }
95 base::Thread* io_thread() { return &io_thread_; }
107 base::Thread io_thread_; member in class:syncer::SyncHttpBridgeTest
161 new net::TestURLRequestContextGetter(io_thread_.message_loop_proxy()));
/external/chromium_org/chrome/service/
H A Dservice_process.cc140 io_thread_.reset(new ServiceIOThread("ServiceProcess_IO"));
142 if (!io_thread_->StartWithOptions(options) ||
200 io_thread_->message_loop_proxy().get(),
222 io_thread_.reset();
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.h73 base::Thread io_thread_; member in class:NaClListener
H A Dnacl_listener.cc228 io_thread_("NaCl_IOThread"),
236 io_thread_.StartWithOptions(
292 this, io_thread_.message_loop_proxy().get(), &shutdown_event_);
345 SetUpIPCAdapter(&browser_handle, io_thread_.message_loop_proxy(),
347 SetUpIPCAdapter(&ppapi_renderer_handle, io_thread_.message_loop_proxy(),
352 io_thread_.message_loop_proxy(),
361 io_thread_.message_loop_proxy().get(),
/external/chromium_org/components/signin/core/browser/
H A Dsignin_manager_cookie_helper.h46 // Fetch cookies for the given URL. This must be called on |io_thread_|.
49 // Callback for fetching cookies. This must be called on |io_thread_|.
62 scoped_refptr<base::MessageLoopProxy> io_thread_; member in class:SigninManagerCookieHelper
/external/chromium_org/mojo/shell/
H A Dapp_child_process.cc92 : io_thread_("io_thread"),
103 CHECK(io_thread_.StartWithOptions(io_thread_options));
104 io_runner_ = io_thread_.message_loop_proxy().get();
147 base::Thread io_thread_; member in class:mojo::shell::__anon8832::AppContext
/external/chromium_org/storage/browser/quota/
H A Dquota_manager_proxy.h72 scoped_refptr<base::SingleThreadTaskRunner> io_thread_; member in class:storage::QuotaManagerProxy
/external/chromium_org/content/browser/appcache/
H A Dappcache_response_unittest.cc64 io_thread_.reset(new base::Thread("AppCacheResponseTest Thread"));
66 io_thread_->StartWithOptions(options);
70 io_thread_.reset(NULL);
78 io_thread_->message_loop()->PostTask(
85 DCHECK(base::MessageLoop::current() == io_thread_->message_loop());
101 DCHECK(base::MessageLoop::current() == io_thread_->message_loop());
118 DCHECK(base::MessageLoop::current() == io_thread_->message_loop());
138 DCHECK(base::MessageLoop::current() == io_thread_->message_loop());
677 static scoped_ptr<base::Thread> io_thread_; member in class:content::AppCacheResponseTest
681 scoped_ptr<base::Thread> AppCacheResponseTest::io_thread_; member in class:content::AppCacheResponseTest
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dsignin_names_io_thread_unittest.cc33 content::TestBrowserThread io_thread_; member in class:SigninNamesOnIOThreadTest
42 io_thread_(content::BrowserThread::IO, &message_loop_),
/external/chromium_org/extensions/browser/
H A Dinfo_map_unittest.cc24 io_thread_(BrowserThread::IO, &message_loop_) {}
29 content::TestBrowserThread io_thread_; member in class:extensions::InfoMapTest
/external/chromium_org/ui/views/controls/webview/
H A Dwebview_unittest.cc45 io_thread_(content::BrowserThread::IO, base::MessageLoop::current()) {}
73 content::TestBrowserThread io_thread_; member in class:__anon17082::WebViewUnitTest
/external/chromium_org/mojo/system/
H A Dchannel_unittest.cc34 : io_thread_(base::TestIOThread::kAutoStart),
39 io_thread_.PostTaskAndWait(
66 base::TestIOThread* io_thread() { return &io_thread_; }
83 base::TestIOThread io_thread_; member in class:mojo::system::__anon8845::ChannelTest

Completed in 583 milliseconds

12345