Searched refs:Shutdown (Results 76 - 100 of 146) sorted by relevance

123456

/external/chromium/chrome/browser/notifications/
H A Dballoon_host.h37 void Shutdown();
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store.cc37 void PasswordStore::Shutdown() { function in class:PasswordStore
H A Dpassword_store.h78 virtual void Shutdown();
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_manager_unittest.cc42 store_->Shutdown();
/external/chromium/chrome/browser/policy/
H A Dbrowser_policy_connector.cc67 cloud_policy_subsystem_->Shutdown();
H A Ddevice_management_service.cc130 void DeviceManagementService::Shutdown() { function in class:policy::DeviceManagementService
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model_test_util.cc132 service_->Shutdown();
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host_unittest.cc79 backend.Shutdown(false);
/external/chromium/net/base/
H A Dhost_resolver_impl.h129 virtual void Shutdown();
H A Dsdch_manager.h237 static void Shutdown();
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h160 enum Shutdown { SD_NONE, SD_GRACEFUL, SD_FORCEFUL } m_shutdown; enum in class:cricket::PseudoTcp
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc90 // Enable immediate cancellation if requested, see Shutdown()
236 bool ThreadPosix::Shutdown() function in class:webrtc::ThreadPosix
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.cc206 html_contents_->Shutdown();
335 html_contents_->Shutdown();
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.cc138 this, &DevToolsRemoteListenSocketTester::Shutdown));
242 void DevToolsRemoteListenSocketTester::Shutdown() { function in class:DevToolsRemoteListenSocketTester
/external/chromium/net/proxy/
H A Dproxy_resolver_js_bindings_unittest.cc46 virtual void Shutdown() {} function in class:net::__anon2600::MockHostResolverWithMultipleResults
103 virtual void Shutdown() {} function in class:net::__anon2600::MockFailingHostResolver
H A Dproxy_resolver_v8.cc732 void ProxyResolverV8::Shutdown() { function in class:net::ProxyResolverV8
733 js_bindings_->Shutdown();
/external/sonivox/jet_tools/JetCreator/
H A Deas.py561 self.Shutdown()
614 def Shutdown (self): member in class:EAS
616 eas_logger.debug('EAS.Shutdown')
925 self.Shutdown()
953 def Shutdown (self): member in class:EASAuxMixer
955 eas_logger.debug('EASAuxMixer.Shutdown')
975 self.eas.Shutdown()
1037 self.Shutdown()
1072 def Shutdown (self): member in class:JET
1074 eas_logger.debug('JET.Shutdown')
[all...]
/external/chromium/chrome/browser/
H A Dbrowser_process_impl.cc165 SdchDictionaryFetcher::Shutdown();
203 resource_dispatcher_host()->Shutdown();
206 ExtensionTabIdMap::GetInstance()->Shutdown();
241 resource_dispatcher_host()->download_file_manager()->Shutdown();
242 resource_dispatcher_host()->save_file_manager()->Shutdown();
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc110 Shutdown(false);
356 void ProfileSyncService::Shutdown(bool sync_disabled) { function in class:ProfileSyncService
378 doomed_backend->Shutdown(sync_disabled);
403 Shutdown(true);
495 &ProfileSyncService::Shutdown, true));
/external/chromium/chrome/browser/download/
H A Ddownload_manager.h73 // Shutdown the download manager. Must be called before destruction.
74 void Shutdown();
H A Ddownload_file_manager.cc59 void DownloadFileManager::Shutdown() { function in class:DownloadFileManager
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc181 host_view->host_->Shutdown();
309 // Only Shutdown on mouse downs. Mouse ups can occur outside the render
314 host_view->host_->Shutdown();
860 host_->Shutdown();
870 host_->Shutdown();
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc60 render_view_host_->Shutdown(); // deletes render_view_host
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc583 GetPolicyConnector()->Shutdown();
599 download_manager_->Shutdown();
614 password_store_->Shutdown();
620 // properly shut down. By explicitly calling Cleanup/Shutdown we ensure the
623 web_data_service_->Shutdown();
626 top_sites_->Shutdown();

Completed in 274 milliseconds

123456