Searched defs:Shutdown (Results 101 - 125 of 367) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_observer.cc94 void TtsEngineExtensionObserver::Shutdown() { function in class:TtsEngineExtensionObserver
/external/chromium_org/chrome/browser/sync/
H A Dsync_global_error.cc34 << "SyncGlobalError::Shutdown() was not called";
37 void SyncGlobalError::Shutdown() { function in class:SyncGlobalError
/external/chromium_org/chrome/test/chromedriver/test/
H A Dwebserver.py179 def Shutdown(self): member in class:WebServer
/external/chromium_org/chromeos/network/portal_detector/
H A Dnetwork_portal_detector.cc48 void NetworkPortalDetector::Shutdown() { function in class:chromeos::NetworkPortalDetector
50 << "NetworkPortalDetector::Shutdown() called without Initialize()";
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_manager.cc47 void CloudPolicyManager::Shutdown() { function in class:policy::CloudPolicyManager
51 ConfigurationPolicyProvider::Shutdown();
H A Duser_cloud_policy_manager.cc41 void UserCloudPolicyManager::Shutdown() { function in class:policy::UserCloudPolicyManager
44 CloudPolicyManager::Shutdown();
/external/chromium_org/components/policy/core/common/
H A Dconfiguration_policy_provider.cc28 void ConfigurationPolicyProvider::Shutdown() { function in class:policy::ConfigurationPolicyProvider
/external/chromium_org/components/precache/content/
H A Dprecache_manager.cc139 void PrecacheManager::Shutdown() { function in class:precache::PrecacheManager
/external/chromium_org/components/signin/core/browser/
H A Dsignin_manager_base.cc116 void SigninManagerBase::Shutdown() {} function in class:SigninManagerBase
/external/chromium_org/content/plugin/
H A Dplugin_thread.cc108 void PluginThread::Shutdown() { function in class:content::PluginThread
109 ChildThread::Shutdown();
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.h60 virtual void Shutdown() {} function in class:content::DownloadManagerDelegate
/external/chromium_org/content/utility/
H A Dutility_thread_impl.cc51 void UtilityThreadImpl::Shutdown() { function in class:content::UtilityThreadImpl
52 ChildThread::Shutdown();
/external/chromium_org/extensions/browser/api/power/
H A Dpower_api_manager.cc107 void PowerApiManager::Shutdown() { function in class:extensions::PowerApiManager
/external/chromium_org/media/audio/
H A Daudio_output_dispatcher_impl.cc121 void AudioOutputDispatcherImpl::Shutdown() { function in class:media::AudioOutputDispatcherImpl
/external/chromium_org/media/audio/sounds/
H A Dsounds_manager.cc96 void SoundsManager::Shutdown() { function in class:media::SoundsManager
97 CHECK(g_instance) << "SoundsManager::Shutdown() is called "
/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/third_party/webrtc/base/
H A Dwinfirewall.cc35 Shutdown();
60 void WinFirewall::Shutdown() { function in class:rtc::WinFirewall
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc119 Shutdown();
129 Shutdown();
132 void ScopedCaptureClient::Shutdown() { function in class:wm::ScopedCaptureClient
/external/webrtc/src/system_wrappers/source/
H A Dthread_win.cc133 bool ThreadWindows::Shutdown() function in class:webrtc::ThreadWindows
/external/chromium_org/apps/
H A Dapp_lifetime_monitor.cc101 void AppLifetimeMonitor::Shutdown() { function in class:apps::AppLifetimeMonitor
H A Dapp_restore_service.cc99 void AppRestoreService::Shutdown() { function in class:apps::AppRestoreService
/external/chromium_org/base/test/
H A Dtest_suite.cc229 // This MUST happen before Shutdown() since Shutdown() tears down
235 Shutdown();
344 void TestSuite::Shutdown() { function in class:TestSuite
/external/chromium_org/cc/resources/
H A Dbitmap_raster_worker_pool.cc70 void BitmapRasterWorkerPool::Shutdown() { function in class:cc::BitmapRasterWorkerPool
71 TRACE_EVENT0("cc", "BitmapRasterWorkerPool::Shutdown");
H A Dgpu_raster_worker_pool.cc110 void GpuRasterWorkerPool::Shutdown() { function in class:cc::GpuRasterWorkerPool
111 TRACE_EVENT0("cc", "GpuRasterWorkerPool::Shutdown");

Completed in 8375 milliseconds

1234567891011>>