Searched defs:ShutdownOnIOThread (Results 1 - 5 of 5) 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/net/test/embedded_test_server/
H A Dembedded_test_server.cc178 &EmbeddedTestServer::ShutdownOnIOThread, base::Unretained(this)));
216 void EmbeddedTestServer::ShutdownOnIOThread() { function in class:net::test_server::EmbeddedTestServer
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_host_client.cc270 base::Bind(&ServiceDiscoveryHostClient::ShutdownOnIOThread, this));
295 ShutdownOnIOThread();
322 void ServiceDiscoveryHostClient::ShutdownOnIOThread() { function in class:local_discovery::ServiceDiscoveryHostClient
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_message_handler.cc413 base::Bind(&ServiceDiscoveryMessageHandler::ShutdownOnIOThread,
416 // This will wait for message loop to drain, so ShutdownOnIOThread will
421 void ServiceDiscoveryMessageHandler::ShutdownOnIOThread() { function in class:local_discovery::ServiceDiscoveryMessageHandler
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context.cc106 base::Bind(&LocalFileSyncContext::ShutdownOnIOThread, this));
624 void LocalFileSyncContext::ShutdownOnIOThread() { function in class:sync_file_system::LocalFileSyncContext

Completed in 1338 milliseconds