HomeSort by relevance Sort by last modified time
    Searched refs:ShutdownOnIOThread (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/predictors/
resource_prefetcher_manager.h 32 // The |predictor| should be alive till ShutdownOnIOThread is called.
43 void ShutdownOnIOThread();
resource_prefetcher_manager.cc 32 << "Did not call ShutdownOnUIThread or ShutdownOnIOThread. "
41 base::Bind(&ResourcePrefetcherManager::ShutdownOnIOThread,
45 void ResourcePrefetcherManager::ShutdownOnIOThread() {
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.h 161 void ShutdownOnIOThread();
embedded_test_server.cc 178 &EmbeddedTestServer::ShutdownOnIOThread, base::Unretained(this)));
216 void EmbeddedTestServer::ShutdownOnIOThread() {
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.h 80 void ShutdownOnIOThread();
service_discovery_host_client.cc 270 base::Bind(&ServiceDiscoveryHostClient::ShutdownOnIOThread, this));
295 ShutdownOnIOThread();
322 void ServiceDiscoveryHostClient::ShutdownOnIOThread() {
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.h 83 void ShutdownOnIOThread();
service_discovery_message_handler.cc 413 base::Bind(&ServiceDiscoveryMessageHandler::ShutdownOnIOThread,
416 // This will wait for message loop to drain, so ShutdownOnIOThread will
421 void ServiceDiscoveryMessageHandler::ShutdownOnIOThread() {
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.h 220 void ShutdownOnIOThread();
local_file_sync_context.cc 106 base::Bind(&LocalFileSyncContext::ShutdownOnIOThread, this));
624 void LocalFileSyncContext::ShutdownOnIOThread() {
    [all...]

Completed in 108 milliseconds