OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShutdownOnIOThread
(Results
1 - 11
of
11
) 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
156
void
ShutdownOnIOThread
();
embedded_test_server.cc
167
&EmbeddedTestServer::
ShutdownOnIOThread
, base::Unretained(this)));
205
void EmbeddedTestServer::
ShutdownOnIOThread
() {
/external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.h
78
void
ShutdownOnIOThread
();
service_discovery_host_client.cc
262
base::Bind(&ServiceDiscoveryHostClient::
ShutdownOnIOThread
, this));
287
ShutdownOnIOThread
();
314
void ServiceDiscoveryHostClient::
ShutdownOnIOThread
() {
/external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.h
81
void
ShutdownOnIOThread
();
service_discovery_message_handler.cc
395
base::Bind(&ServiceDiscoveryMessageHandler::
ShutdownOnIOThread
,
398
// This will wait for message loop to drain, so
ShutdownOnIOThread
will
403
void ServiceDiscoveryMessageHandler::
ShutdownOnIOThread
() {
/external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc
62
base::Bind(&IOThreadWrapper::
ShutdownOnIOThread
,
101
void
ShutdownOnIOThread
() {
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.h
214
void
ShutdownOnIOThread
();
local_file_sync_context.cc
100
base::Bind(&LocalFileSyncContext::
ShutdownOnIOThread
, this));
574
void LocalFileSyncContext::
ShutdownOnIOThread
() {
[
all
...]
Completed in 92 milliseconds