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

  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.h 156 void ShutdownOnIOThread();
embedded_test_server.cc 166 &EmbeddedTestServer::ShutdownOnIOThread, base::Unretained(this)));
204 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 224 void ShutdownOnIOThread();
local_file_sync_context.cc 101 base::Bind(&LocalFileSyncContext::ShutdownOnIOThread, this));
612 void LocalFileSyncContext::ShutdownOnIOThread() {
    [all...]

Completed in 165 milliseconds