HomeSort by relevance Sort by last modified time
    Searched refs:Shutdown (Results 201 - 225 of 871) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/chromeos/policy/
proxy_policy_provider_unittest.cc 27 proxy_provider_.Shutdown();
28 mock_provider_.Shutdown();
  /external/chromium_org/chrome/browser/download/
download_service.cc 137 void DownloadService::Shutdown() {
139 // Normally the DownloadManager would be shutdown later, after the Profile
144 BrowserContext::GetDownloadManager(profile_)->Shutdown();
  /external/chromium_org/chrome/browser/policy/
async_policy_provider.cc 29 // Shutdown() must have been called before.
52 void AsyncPolicyProvider::Shutdown() {
65 ConfigurationPolicyProvider::Shutdown();
125 // Shutdown() hasn't been called yet.
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_perftest.cc 92 pool_owner_->pool()->Shutdown();
93 // ~SequencedWorkerPoolOwner blocks on pool shutdown.
105 pool_owner_->pool()->Shutdown();
  /external/chromium_org/content/plugin/
plugin_thread.cc 57 // Ensure that we don't wait indefinitely for the plugin to shutdown.
58 // as the browser does not terminate plugin processes on shutdown.
121 // For OOP plugins the plugin dll will be unloaded during process shutdown
142 void PluginThread::Shutdown() {
143 ChildThread::Shutdown();
  /external/chromium_org/content/utility/
utility_thread_impl.cc 54 void UtilityThreadImpl::Shutdown() {
55 ChildThread::Shutdown();
58 WebKit::shutdown();
  /external/chromium/chrome/browser/download/
download_file_manager.h 71 // Called on shutdown on the UI thread.
72 void Shutdown();
101 // Called on FILE thread by DownloadManager at the beginning of its shutdown.
  /external/chromium/chrome/browser/history/
top_sites_backend.h 32 // Schedules the db to be shutdown.
33 void Shutdown();
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.h 88 void Shutdown();
device_management_service.h 66 void Shutdown();
  /external/chromium_org/android_webview/browser/
aw_form_database_service_unittest.cc 46 service_->Shutdown();
  /external/chromium_org/apps/
app_lifetime_monitor.h 70 virtual void Shutdown() OVERRIDE;
app_restore_service.h 54 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/base/mac/
libdispatch_task_runner.cc 56 void LibDispatchTaskRunner::Shutdown() {
libdispatch_task_runner_unittest.cc 28 task_runner_->Shutdown();
165 task_runner_->Shutdown();
191 task_runner_->Shutdown();
211 task_runner_->Shutdown();
214 ADD_FAILURE() << "Should not run a task after Shutdown";
  /external/chromium_org/base/
sync_socket.h 94 bool Shutdown();
99 // shutdown(). However, the Windows implementation relies on named pipes
  /external/chromium_org/base/threading/
sequenced_worker_pool_unittest.cc 191 pool()->Shutdown();
212 // happen any more at shutdown. This means that if a test posts a bunch of
213 // tasks and calls shutdown, fewer workers will be created than the test may
255 // on shutdown.
287 // Tests that delayed tasks are deleted upon shutdown of the pool.
309 pool()->Shutdown();
310 // Shutdown is asynchronous, so use ResetPool() to block until the pool is
389 pool2.pool()->Shutdown();
390 pool1.pool()->Shutdown();
454 // Tests that any tasks posted after Shutdown are ignored
    [all...]
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.h 27 virtual void Shutdown() OVERRIDE;
worker_pool.h 99 // guarantees completion of all pending tasks at shutdown.
104 // Tells the worker pool to shutdown and returns once all pending tasks have
106 virtual void Shutdown();
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.cc 45 // We should only reach here after Shutdown() has been called.
74 void AutocompleteClassifier::Shutdown() {
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.h 42 static void Shutdown();
  /external/chromium_org/chrome/browser/chromeos/cros/
cert_library.h 49 static void Shutdown();
  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service_unittest.cc 72 // Shutdown the cros service.
73 CrosDBusService::Shutdown();
75 // Shutdown the bus.
  /external/chromium_org/chrome/browser/chromeos/net/
network_change_notifier_network_library.h 36 void Shutdown();
network_portal_detector_stub.cc 19 void NetworkPortalDetectorStub::Shutdown() {

Completed in 589 milliseconds

1 2 3 4 5 6 7 891011>>