Searched defs:Shutdown (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium/chrome/browser/profiles/
H A Dprofile_keyed_service.h18 // The first pass is to call Shutdown on a ProfileKeyedService.
19 virtual void Shutdown() {} function in class:ProfileKeyedService
/external/chromium/base/test/
H A Dperf_test_suite.cc41 void PerfTestSuite::Shutdown() { function in class:base::PerfTestSuite
42 TestSuite::Shutdown();
H A Dtest_suite.cc151 // This MUST happen before Shutdown() since Shutdown() tears down
156 Shutdown();
221 void TestSuite::Shutdown() { function in class:TestSuite
/external/chromium/chrome/browser/service/
H A Dservice_process_control_manager.cc38 void ServiceProcessControlManager::Shutdown() { function in class:ServiceProcessControlManager
/external/chromium/net/base/
H A Dnet_test_suite.cc23 void NetTestSuite::Shutdown() { function in class:NetTestSuite
32 TestSuite::Shutdown();
/external/chromium/chrome/browser/net/
H A Dsdch_dictionary_fetcher.cc20 void SdchDictionaryFetcher::Shutdown() { function in class:SdchDictionaryFetcher
21 net::SdchManager::Shutdown();
58 // Shutdown in progress.
H A Dchrome_dns_cert_provenance_checker.cc39 virtual void Shutdown() { function in class:__anon1394::ChromeDnsCertProvenanceChecker
/external/chromium/net/proxy/
H A Dproxy_resolver.h73 virtual void Shutdown() {} function in class:net::ProxyResolver
H A Dproxy_resolver_js_bindings_unittest.cc46 virtual void Shutdown() {} function in class:net::__anon2290::MockHostResolverWithMultipleResults
103 virtual void Shutdown() {} function in class:net::__anon2290::MockFailingHostResolver
H A Dsync_host_resolver_bridge.cc27 // Returns true if Shutdown() has been called.
34 void Shutdown();
65 // True if Shutdown() has been called. Must hold |lock_| to access it.
133 void SyncHostResolverBridge::Core::Shutdown() { function in class:net::SyncHostResolverBridge::Core
186 void SyncHostResolverBridge::Shutdown() { function in class:net::SyncHostResolverBridge
188 core_->Shutdown();
/external/webrtc/src/system_wrappers/interface/
H A Dthread_wrapper.h82 virtual bool Shutdown() {return false;} function in class:webrtc::ThreadWrapper
/external/chromium/chrome/browser/extensions/
H A Dextension_tab_id_map.cc121 void ExtensionTabIdMap::Shutdown() { function in class:ExtensionTabIdMap
/external/chromium/chrome/browser/history/
H A Dtop_sites_backend.cc25 void TopSitesBackend::Shutdown() { function in class:history::TopSitesBackend
81 DCHECK(!db_.get()); // Shutdown should have happened first (which results in
/external/chromium/chrome/browser/policy/
H A Dprofile_policy_connector.cc87 void ProfilePolicyConnector::Shutdown() { function in class:policy::ProfilePolicyConnector
89 cloud_policy_subsystem_->Shutdown();
H A Dcloud_policy_subsystem.cc108 void CloudPolicySubsystem::Shutdown() { function in class:policy::CloudPolicySubsystem
110 device_management_service_->Shutdown();
H A Ddevice_management_service.cc130 void DeviceManagementService::Shutdown() { function in class:policy::DeviceManagementService
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwinfirewall.cc52 Shutdown();
77 void WinFirewall::Shutdown() { function in class:talk_base::WinFirewall
H A Dwin32window.cc83 void Win32Window::Shutdown() { function in class:talk_base::Win32Window
/external/chromium/chrome/browser/
H A Dbrowser_shutdown.cc115 void Shutdown() { function in namespace:browser_shutdown
126 // Shutdown all IPC channels to service processes.
127 ServiceProcessControlManager::GetInstance()->Shutdown();
278 const char *time_fmt = "Shutdown.%s.time";
279 const char *time_per_fmt = "Shutdown.%s.time_per_process";
303 UMA_HISTOGRAM_COUNTS_100("Shutdown.renderers.total", num_procs);
304 UMA_HISTOGRAM_COUNTS_100("Shutdown.renderers.slow", num_procs_slow);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.cc37 Shutdown();
149 void BalloonCollectionImpl::Shutdown() { function in class:chromeos::BalloonCollectionImpl
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store.cc37 void PasswordStore::Shutdown() { function in class:PasswordStore
H A Dpassword_store_default.cc50 // from PasswordStoreDefault::Shutdown, which deletes us.
113 // MigrateHelper should always be NULL as Shutdown should be invoked before
118 void PasswordStoreDefault::Shutdown() { function in class:PasswordStoreDefault
H A Dpassword_store_win.cc78 // from PasswordStoreWin::Shutdown, which deletes us.
186 void PasswordStoreWin::Shutdown() { function in class:PasswordStoreWin
190 PasswordStoreDefault::Shutdown();
/external/webrtc/src/system_wrappers/source/
H A Dthread_linux.cc90 // Enable immediate cancellation if requested, see Shutdown()
236 bool ThreadLinux::Shutdown() function in class:webrtc::ThreadLinux
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.cc138 this, &DevToolsRemoteListenSocketTester::Shutdown));
242 void DevToolsRemoteListenSocketTester::Shutdown() { function in class:DevToolsRemoteListenSocketTester

Completed in 813 milliseconds

123