Searched defs:io_thread (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.cc38 base::MessageLoopProxy* io_thread)
39 : io_thread_(io_thread) {
37 BrowsingDataQuotaHelper( base::MessageLoopProxy* io_thread) argument
H A Dbrowsing_data_quota_helper_impl.cc59 base::MessageLoopProxy* io_thread,
61 : BrowsingDataQuotaHelper(io_thread),
65 io_thread_(io_thread),
57 BrowsingDataQuotaHelperImpl( base::MessageLoopProxy* ui_thread, base::MessageLoopProxy* io_thread, quota::QuotaManager* quota_manager) argument
/external/valgrind/main/none/tests/
H A Dpth_cancel2.c74 pthread_t io_thread, killer_thread; local
82 pthread_create(&io_thread,
89 (void *)&io_thread);
91 pthread_join(io_thread, NULL);
/external/chromium_org/chrome/browser/network_time/
H A Dnetwork_time_tracker.cc9 #include "chrome/browser/io_thread.h"
30 IOThread* io_thread,
33 io_thread->globals()->network_time_notifier->AddObserver(observer_callback);
42 g_browser_process->io_thread(),
46 void UpdateNetworkNotifierOnIOThread(IOThread* io_thread, argument
52 io_thread->globals()->network_time_notifier->UpdateNetworkTime(
56 void UpdateNetworkNotifier(IOThread* io_thread, argument
64 io_thread,
147 g_browser_process->io_thread());
29 RegisterObserverOnIOThread( IOThread* io_thread, const net::NetworkTimeNotifier::ObserverCallback& observer_callback) argument
H A Dnetwork_time_tracker_unittest.cc50 io_thread(content::BrowserThread::IO, &message_loop_),
130 content::TestBrowserThread io_thread; member in class:NetworkTimeTrackerTest
/external/chromium_org/chrome/service/
H A Dservice_process.h49 // remove the io_thread() and file_thread() accessors and replace them with
59 base::Thread* io_thread() const { function in class:ServiceProcess
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.cc9 #include "chrome/browser/io_thread.h"
218 void DevToolsNetLogObserver::Attach(IOThread* io_thread) { argument
222 instance_ = new DevToolsNetLogObserver(io_thread->net_log());
/external/chromium/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc8 #include "chrome/browser/io_thread.h"
176 base::Thread* io_thread = g_browser_process->io_thread(); local
177 if (io_thread) {
183 io_thread->message_loop()->PostTask(
/external/chromium/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc11 #include "chrome/browser/io_thread.h"
124 IOThread* const io_thread = profile_params->io_thread; local
125 IOThread::Globals* const io_thread_globals = io_thread->globals();
133 main_context->set_net_log(io_thread->net_log());
134 extensions_context->set_net_log(io_thread->net_log());
H A Dprofile_impl_io_data.cc11 #include "chrome/browser/io_thread.h"
170 IOThread* const io_thread = profile_params->io_thread; local
171 IOThread::Globals* const io_thread_globals = io_thread->globals();
187 main_context->set_net_log(io_thread->net_log());
188 media_request_context_->set_net_log(io_thread->net_log());
189 extensions_context->set_net_log(io_thread->net_log());
H A Dprofile_io_data.cc18 #include "chrome/browser/io_thread.h"
163 params->io_thread = g_browser_process->io_thread();
277 IOThread* const io_thread = profile_params_->io_thread; local
278 IOThread::Globals* const io_thread_globals = io_thread->globals();
303 io_thread->net_log(),
H A Dprofile_io_data.h103 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper.cc10 #include "chrome/browser/io_thread.h"
55 // Can only access g_browser_process->io_thread() from the browser thread,
59 IOThread* io_thread) {
63 io_thread->globals()->dns_probe_service.get();
178 g_browser_process->io_thread()));
57 StartDnsProbeOnIOThread( const base::Callback<void(DnsProbeStatus)>& callback, IOThread* io_thread) argument
/external/chromium_org/ppapi/host/
H A Dresource_message_filter_unittest.cc96 // message of type |reply_msg_type|). |io_thread| is the thread on which
99 MyResourceFilter(const base::Thread& io_thread, argument
103 : ResourceMessageFilter(io_thread.message_loop_proxy()),
147 base::Thread io_thread("test_io_thread");
148 ASSERT_TRUE(io_thread.Start());
153 new MyResourceFilter(io_thread, bg_thread1, MSG1_TYPE, REPLY_MSG1_TYPE);
158 new MyResourceFilter(io_thread, bg_thread2, MSG2_TYPE, REPLY_MSG2_TYPE);
180 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
190 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
199 io_thread
[all...]
/external/chromium/chrome/browser/
H A Dbrowsing_data_remover.cc17 #include "chrome/browser/io_thread.h"
136 g_browser_process->io_thread()));
349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) { argument
353 io_thread->ClearNetworkingHistory();
H A Dio_thread.cc5 #include "chrome/browser/io_thread.h"
246 explicit SystemURLRequestContextGetter(IOThread* io_thread);
261 IOThread* io_thread)
262 : io_thread_(io_thread),
263 io_message_loop_proxy_(io_thread->message_loop_proxy()) {
260 SystemURLRequestContextGetter( IOThread* io_thread) argument
H A Dbrowser_process_impl.cc34 #include "chrome/browser/io_thread.h"
311 io_thread()->message_loop()->PostTask(
375 IOThread* BrowserProcessImpl::io_thread() { function in class:BrowserProcessImpl
470 return io_thread()->system_url_request_context_getter();
714 // invoke the io_thread() accessor.
1000 io_thread()->message_loop()->PostTask
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge_unittest.cc217 IOThread io_thread; local
220 ASSERT_TRUE(io_thread.StartWithOptions(options));
222 io_thread.async_resolver()->WaitUntilRequestIsReceived();
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc17 #include "chrome/browser/io_thread.h"
167 IOThread* const io_thread = profile_params->io_thread; local
168 IOThread::Globals* const io_thread_globals = io_thread->globals();
174 main_context->set_net_log(io_thread->net_log());
240 IOThread* const io_thread = profile_params->io_thread; local
241 IOThread::Globals* const io_thread_globals = io_thread->globals();
247 extensions_context->set_net_log(io_thread->net_log());
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge_unittest.cc96 base::Thread* io_thread() { return &io_thread_; } function in class:syncer::SyncHttpBridgeTest
182 io_thread()->message_loop()
193 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
315 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
324 io_thread()->message_loop_proxy()->PostTask(
334 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
368 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
386 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
406 io_thread()->Stop();
448 new net::TestURLRequestContextGetter(io_thread()
[all...]
/external/chromium_org/webkit/browser/quota/
H A Dmock_quota_manager.cc40 base::SingleThreadTaskRunner* io_thread,
43 : QuotaManager(is_incognito, profile_path, io_thread, db_thread,
37 MockQuotaManager( bool is_incognito, const base::FilePath& profile_path, base::SingleThreadTaskRunner* io_thread, base::SequencedTaskRunner* db_thread, SpecialStoragePolicy* special_storage_policy) argument
/external/chromium/chrome/browser/service/
H A Dservice_process_control.cc14 #include "chrome/browser/io_thread.h"
47 base::Thread* io_thread = g_browser_process->io_thread(); local
53 io_thread->message_loop(), true,
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc104 IOThread* TestingBrowserProcess::io_thread() { function in class:TestingBrowserProcess
420 void TestingBrowserProcess::SetIOThread(IOThread* io_thread) { argument
421 io_thread_ = io_thread;
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.cc138 SimpleIndex::SimpleIndex(base::SingleThreadTaskRunner* io_thread, argument
151 io_thread_(io_thread),
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc45 #include "chrome/browser/io_thread.h"
438 IOThread* BrowserProcessImpl::io_thread() { function in class:BrowserProcessImpl
468 return io_thread()->system_url_request_context_getter();
800 io_thread()->system_url_request_context_getter());

Completed in 714 milliseconds

12