Searched defs:ShutdownOnIOThread (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetcher_manager.cc32 << "Did not call ShutdownOnUIThread or ShutdownOnIOThread. "
41 base::Bind(&ResourcePrefetcherManager::ShutdownOnIOThread,
45 void ResourcePrefetcherManager::ShutdownOnIOThread() { function in class:predictors::ResourcePrefetcherManager
/external/chromium_org/mojo/system/
H A Dmultiprocess_message_pipe_unittest.cc62 base::Bind(&IOThreadWrapper::ShutdownOnIOThread,
101 void ShutdownOnIOThread() { function in class:mojo::system::__anon9067::IOThreadWrapper
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc167 &EmbeddedTestServer::ShutdownOnIOThread, base::Unretained(this)));
205 void EmbeddedTestServer::ShutdownOnIOThread() { function in class:net::test_server::EmbeddedTestServer
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_host_client.cc262 base::Bind(&ServiceDiscoveryHostClient::ShutdownOnIOThread, this));
287 ShutdownOnIOThread();
314 void ServiceDiscoveryHostClient::ShutdownOnIOThread() { function in class:local_discovery::ServiceDiscoveryHostClient
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_message_handler.cc395 base::Bind(&ServiceDiscoveryMessageHandler::ShutdownOnIOThread,
398 // This will wait for message loop to drain, so ShutdownOnIOThread will
403 void ServiceDiscoveryMessageHandler::ShutdownOnIOThread() { function in class:local_discovery::ServiceDiscoveryMessageHandler
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context.cc100 base::Bind(&LocalFileSyncContext::ShutdownOnIOThread, this));
574 void LocalFileSyncContext::ShutdownOnIOThread() { function in class:sync_file_system::LocalFileSyncContext

Completed in 1102 milliseconds