Searched refs:Shutdown (Results 126 - 150 of 1026) sorted by relevance

1234567891011>>

/external/chromium_org/ash/test/
H A Dash_test_helper.cc121 message_center::MessageCenter::Shutdown();
124 chromeos::CrasAudioHandler::Shutdown();
126 chromeos::DBusThreadManager::Shutdown();
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.h61 // expected usage, however, is to call Shutdown(), which correctly accounts
103 // Note: Because Shutdown() may block while these tasks are executing,
105 // called Shutdown(), as this may lead to deadlock.
321 void Shutdown() { Shutdown(0); } function in class:base::SequencedWorkerPool
330 void Shutdown(int max_new_blocking_tasks_after_shutdown);
332 // Check if Shutdown was called for given threading pool. This method is used
/external/chromium_org/chrome/browser/policy/
H A Dprofile_policy_connector.cc137 void ProfilePolicyConnector::Shutdown() { function in class:policy::ProfilePolicyConnector
144 special_user_policy_provider_->Shutdown();
147 forwarding_policy_provider_->Shutdown();
/external/chromium_org/media/base/
H A Dvideo_frame_pool.cc32 void Shutdown();
93 void VideoFramePool::PoolImpl::Shutdown() { function in class:media::VideoFramePool::PoolImpl
112 pool_->Shutdown();
/external/chromium_org/net/cert/
H A Dcert_database_mac.cc41 // Should be called from the |task_runner_|'s thread. Use Shutdown()
50 void Shutdown() { function in class:net::CertDatabase::Notifier
114 // Shutdown will take care to delete the notifier on the right thread.
116 notifier_.release()->Shutdown();
126 // Shutdown will take care to delete the notifier on the right thread.
128 notifier_.release()->Shutdown();
/external/chromium_org/net/quic/
H A Dquic_server.cc119 void QuicServer::Shutdown() { function in class:net::QuicServer
122 dispatcher_->Shutdown();
166 Shutdown();
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dnacl_subprocess.cc25 // Shutdown the socket connection and service runtime, in that order.
26 void NaClSubprocess::Shutdown() { function in class:plugin::NaClSubprocess
29 service_runtime_->Shutdown();
35 Shutdown();
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc119 Shutdown();
129 Shutdown();
132 void ScopedCaptureClient::Shutdown() { function in class:wm::ScopedCaptureClient
/external/chromium_org/android_webview/browser/
H A Daw_form_database_service.h30 void Shutdown();
/external/chromium_org/athena/screen/public/
H A Dscreen_manager.h43 static void Shutdown();
/external/chromium_org/athena/system/
H A Dorientation_controller.cc34 void OrientationController::Shutdown() { function in class:athena::OrientationController
H A Dpower_button_controller.h38 // A D-Bus shutdown request has been sent. Shutdown cannot be canceled.
48 void Shutdown();
/external/chromium_org/base/mac/
H A Dlibdispatch_task_runner.h56 void Shutdown();
74 // The event on which Shutdown waits until Finalizer runs.
/external/chromium_org/base/test/
H A Dtest_suite.h69 virtual void Shutdown();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service_unittest.cc51 integration_service->Shutdown();
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A Dsaml_offline_signin_limiter.h42 virtual void Shutdown() OVERRIDE;
48 // |profile| and |clock| must remain valid until Shutdown() is called. If
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.h37 virtual void Shutdown() OVERRIDE;
/external/chromium_org/chrome/browser/download/
H A Ddownload_service.h71 virtual void Shutdown() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dchrome_direct_setting_api.h29 virtual void Shutdown() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_windows_api.h30 virtual void Shutdown() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector.h38 virtual void Shutdown() OVERRIDE;
H A Dextension_renderer_state.h21 // methods should be called on the IO thread except for Init and Shutdown.
29 void Shutdown();
/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service.h42 virtual void Shutdown() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache.h32 virtual void Shutdown(const base::Closure& callback) = 0;
H A Dextension_cache_fake.h24 virtual void Shutdown(const base::Closure& callback) OVERRIDE;

Completed in 1102 milliseconds

1234567891011>>