HomeSort by relevance Sort by last modified time
    Searched refs:Shutdown (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /external/chromium/chrome/browser/extensions/
extension_tab_id_map.cc 121 void ExtensionTabIdMap::Shutdown() {
user_script_listener_unittest.cc 132 resource_queue_.Shutdown();
  /external/chromium/chrome/browser/history/
top_sites.h 136 void Shutdown();
top_sites_backend.cc 25 void TopSitesBackend::Shutdown() {
81 DCHECK(!db_.get()); // Shutdown should have happened first (which results in
  /external/chromium/chrome/browser/
io_thread.cc 483 IndexedDBKeyUtilityClient::Shutdown();
500 checker->Shutdown();
514 predictor_->Shutdown();
529 globals_->host_resolver.get()->GetAsHostResolverImpl()->Shutdown();
browser_process_impl.cc 161 // We need to shutdown the SdchDictionaryFetcher as it regularly holds
163 // a PostDelayedTask onto the IO thread. This shutdown call will both discard
165 SdchDictionaryFetcher::Shutdown();
200 resource_dispatcher_host()->safe_browsing_service()->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();
246 // message loop from the previous call to shutdown the DownloadFileManager,
308 // Allow UI and IO threads to do blocking IO on shutdown, since we do a lo
    [all...]
  /external/chromium/chrome/browser/net/
predictor.h 63 void Shutdown();
  /external/chromium/chrome/browser/password_manager/
password_store.cc 37 void PasswordStore::Shutdown() {
password_store_default.cc 50 // from PasswordStoreDefault::Shutdown, which deletes us.
113 // MigrateHelper should always be NULL as Shutdown should be invoked before
118 void PasswordStoreDefault::Shutdown() {
  /external/chromium/chrome/browser/policy/
browser_policy_connector.cc 67 cloud_policy_subsystem_->Shutdown();
device_management_service.cc 130 void DeviceManagementService::Shutdown() {
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 127 // The I/O thread must be shutdown before the DB thread.
132 service_->Shutdown();
134 // shutdown (so it can commit pending transactions) but before
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 79 backend.Shutdown(false);
  /external/chromium/net/base/
sdch_manager.h 237 static void Shutdown();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 160 enum Shutdown { SD_NONE, SD_GRACEFUL, SD_FORCEFUL } m_shutdown;
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 90 // Enable immediate cancellation if requested, see Shutdown()
236 bool ThreadPosix::Shutdown()
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 206 html_contents_->Shutdown();
335 html_contents_->Shutdown();
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.cc 138 this, &DevToolsRemoteListenSocketTester::Shutdown));
242 void DevToolsRemoteListenSocketTester::Shutdown() {
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 46 virtual void Shutdown() {}
103 virtual void Shutdown() {}
  /external/sonivox/jet_tools/JetCreator/
eas.py 561 self.Shutdown()
567 # if we are already initialized, shutdown first
570 self.ShutDown()
614 def Shutdown (self):
616 eas_logger.debug('EAS.Shutdown')
630 # shutdown library
925 self.Shutdown()
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 110 Shutdown(false);
356 void ProfileSyncService::Shutdown(bool sync_disabled) {
378 doomed_backend->Shutdown(sync_disabled);
403 Shutdown(true);
495 &ProfileSyncService::Shutdown, true));
605 // When unrecoverable error is detected we post a task to shutdown the
    [all...]
profile_sync_service.h 472 void Shutdown(bool sync_disabled);
  /external/chromium/chrome/browser/download/
download_manager.h 73 // Shutdown the download manager. Must be called before destruction.
74 void Shutdown();
370 // True if the download manager has been initialized and requires a shutdown.
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 181 host_view->host_->Shutdown();
309 // Only Shutdown on mouse downs. Mouse ups can occur outside the render
311 // dropdown. Don't shutdown if we are not a popup.
314 host_view->host_->Shutdown();
790 // Disconnect the destroy handler so that we don't try to shutdown twice.
860 host_->Shutdown();
870 host_->Shutdown();
    [all...]
  /external/chromium/chrome/browser/tab_contents/
background_contents.cc 39 // Register for our parent profile to shutdown, so we can shut ourselves down
60 render_view_host_->Shutdown(); // deletes render_view_host

Completed in 1167 milliseconds

1 2 34 5 6 7