HomeSort by relevance Sort by last modified time
    Searched refs:Shutdown (Results 251 - 275 of 871) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/service/
service_process.h 76 // Shutdown the service process. This is likely triggered by a IPC message.
77 void Shutdown();
118 // disabled in this process (note that shutdown != disabled).
133 // An event that will be signalled when we shutdown.
  /external/chromium_org/chromeos/network/
network_event_log.h 45 CHROMEOS_EXPORT void Shutdown();
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.h 48 void Shutdown();
  /external/chromium_org/content/browser/aura/
reflector_impl.h 45 void Shutdown();
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.h 73 void Shutdown();
  /external/chromium_org/content/child/npapi/
plugin_lib.h 73 // NPAPI method to shutdown a Plugin.
110 // Shutdown the plugin library.
111 void Shutdown();
  /external/chromium_org/content/gpu/
gpu_child_thread.h 33 // these per process. It does process initialization and shutdown. It forwards
50 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/content/public/browser/
download_manager.h 62 // past its Shutdown method being called (by the DownloadManager).
66 // Shutdown the download manager. Content calls this when BrowserContext is
68 // call it. In that case, the delegate's Shutdown() method will only be called
70 virtual void Shutdown() = 0;
download_manager_delegate.h 60 virtual void Shutdown() {}
  /external/chromium_org/content/test/plugin/
npapi_test.cc 70 return NPAPIClient::PluginClient::Shutdown();
  /external/chromium_org/media/audio/
audio_output_dispatcher_impl.h 59 virtual void Shutdown() OVERRIDE;
90 // Used to post delayed tasks to ourselves that we cancel inside Shutdown().
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
test_server.py 25 def Shutdown(self):
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h 80 void Shutdown();
122 // used to control the startup and shutdown of the Python TestServer running
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
rpclistener.py 48 def Shutdown(self, message, passed):
  /external/chromium_org/chrome/browser/net/
predictor_unittest.cc 114 testing_master.Shutdown();
138 testing_master.Shutdown();
168 testing_master.Shutdown();
215 testing_master.Shutdown();
241 testing_master.Shutdown();
356 predictor.Shutdown();
383 predictor.Shutdown();
460 predictor.Shutdown();
552 predictor.Shutdown();
681 predictor.Shutdown();
    [all...]
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 38 void Shutdown() { sender_ = NULL; }
107 void Shutdown();
139 // to more reliably commit changes during shutdown.
215 void DomStorageDispatcher::ProxyImpl::Shutdown() {
216 throttling_filter_->Shutdown();
263 proxy_->Shutdown();
  /external/chromium_org/native_client_sdk/src/tools/
httpd.py 54 def Shutdown(self, result=0):
122 self.server.Shutdown(result)
198 self.Shutdown()
222 self.Shutdown()
225 def Shutdown(self):
  /external/v8/src/
debug-agent.cc 86 void DebuggerAgent::Shutdown() {
93 server_->Shutdown();
130 session_->Shutdown();
225 void DebuggerAgentSession::Shutdown() {
226 // Shutdown the socket to end the blocking receive.
227 client_->Shutdown();
  /external/chromium/chrome/browser/net/
predictor_unittest.cc 117 testing_master->Shutdown();
144 testing_master->Shutdown();
178 testing_master->Shutdown();
228 testing_master->Shutdown();
257 testing_master->Shutdown();
366 predictor->Shutdown();
396 predictor->Shutdown();
491 predictor->Shutdown();
623 predictor->Shutdown();
  /external/chromium_org/remoting/host/setup/
native_messaging_host.cc 79 base::Bind(&NativeMessagingHost::Shutdown, weak_ptr_));
82 void NativeMessagingHost::Shutdown() {
93 // Don't process any more messages if Shutdown() has been called.
100 Shutdown();
115 Shutdown();
153 Shutdown();
360 Shutdown();
  /external/chromium/base/test/
test_suite.cc 151 // This MUST happen before Shutdown() since Shutdown() tears down
156 Shutdown();
221 void TestSuite::Shutdown() {
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 108 void CloudPolicySubsystem::Shutdown() {
110 device_management_service_->Shutdown();
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 52 Shutdown();
77 void WinFirewall::Shutdown() {
  /external/chromium_org/base/test/
test_suite.cc 170 // This MUST happen before Shutdown() since Shutdown() tears down
176 Shutdown();
257 void TestSuite::Shutdown() {
  /external/chromium_org/chrome/browser/chromeos/policy/
login_profile_policy_provider.cc 75 void LoginProfilePolicyProvider::Shutdown() {
78 ConfigurationPolicyProvider::Shutdown();

Completed in 3124 milliseconds

<<11121314151617181920>>