HomeSort by relevance Sort by last modified time
    Searched refs:Shutdown (Results 176 - 200 of 957) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/components/policy/core/common/
configuration_policy_provider.cc 28 void ConfigurationPolicyProvider::Shutdown() {
32 // shutdown; handle that.
async_policy_provider.cc 30 // Shutdown() must have been called before.
53 void AsyncPolicyProvider::Shutdown() {
67 ConfigurationPolicyProvider::Shutdown();
118 // Shutdown() hasn't been called yet.
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_wrapper.h 51 // what data to keep and what data to discard at shutdown.
57 void Shutdown();
  /external/chromium_org/content/browser/service_worker/
service_worker_registration.h 41 void Shutdown();
service_worker_version.cc 28 void ServiceWorkerVersion::Shutdown() {
  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.h 24 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/content/worker/
worker_thread.h 25 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/dbus/
dbus_statistics.h 37 CHROME_DBUS_EXPORT void Shutdown();
  /external/chromium_org/media/audio/
audio_output_dispatcher.h 67 virtual void Shutdown() = 0;
audio_output_resampler.h 55 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/mojo/system/
raw_channel.h 57 // Called when a message is read. This may call |Shutdown()| on the
77 // true on success. On failure, |Shutdown()| should *not* be called.
81 virtual void Shutdown() = 0;
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h 71 void Shutdown();
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_channel.h 48 // Initiates shutdown and runs |quit_closure| if there are no pending requests
50 void Shutdown();
  /external/chromium_org/sql/
recovery.h 171 void Shutdown(Disposition raze);
  /external/webrtc/src/system_wrappers/source/
thread_posix.h 39 virtual bool Shutdown();
  /external/chromium_org/ash/test/
ash_test_helper.cc 103 message_center::MessageCenter::Shutdown();
106 chromeos::CrasAudioHandler::Shutdown();
  /external/chromium_org/chrome/browser/chromeos/login/
user_manager.cc 108 UserManager::Get()->Shutdown();
118 UserManager::Get()->Shutdown();
  /external/chromium_org/chrome/browser/net/
sdch_dictionary_fetcher.cc 29 void SdchDictionaryFetcher::Shutdown() {
30 net::SdchManager::Shutdown();
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.h 50 virtual void Shutdown();
88 virtual void Shutdown();
117 // Within its context, the Initialize() and Shutdown() routines above
  /external/chromium_org/chromeos/network/
network_handler.cc 51 network_event_log::Shutdown();
82 void NetworkHandler::Shutdown() {
  /external/chromium_org/content/browser/
browser_main_runner.cc 39 Shutdown();
98 // to browser_shutdown::Shutdown or BrowserProcess::EndSession.
126 virtual void Shutdown() OVERRIDE {
130 // Invoke leak detection now, to avoid dealing with shutdown-only leaks.
137 // The shutdown tracing got enabled in AttemptUserExit earlier, but someone
147 TRACE_EVENT0("shutdown", "BrowserMainRunner");
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_chromeos_unittest.cc 34 chromeos::NetworkHandler::Shutdown();
35 chromeos::DBusThreadManager::Shutdown();
  /external/chromium_org/content/test/
content_test_launcher.cc 48 // On Android, production code doesn't reset ContentClient during shutdown.
94 virtual void Shutdown() OVERRIDE {
95 base::TestSuite::Shutdown();
  /external/v8/src/
debug-agent.h 62 void Shutdown();
100 void Shutdown();
  /external/chromium_org/chrome/browser/download/
download_service.cc 144 new_delegate->Shutdown();
156 void DownloadService::Shutdown() {
158 // Normally the DownloadManager would be shutdown later, after the Profile
163 BrowserContext::GetDownloadManager(profile_)->Shutdown();

Completed in 3162 milliseconds

1 2 3 4 5 6 78 91011>>