Searched refs:Shutdown (Results 1 - 25 of 147) sorted by relevance

123456

/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/webrtc/test/
H A Dtest_suite.cc28 Shutdown();
36 void TestSuite::Shutdown() { function in class:webrtc::test::TestSuite
H A Dtest_suite.h35 virtual void Shutdown();
/external/chromium/base/test/
H A Dperf_test_suite.h18 virtual void Shutdown();
H A Dperf_test_suite.cc41 void PerfTestSuite::Shutdown() { function in class:base::PerfTestSuite
42 TestSuite::Shutdown();
H A Dtest_suite.h72 virtual void Shutdown();
/external/chromium/net/base/
H A Dnet_test_suite.cc23 void NetTestSuite::Shutdown() { function in class:NetTestSuite
32 TestSuite::Shutdown();
H A Dnet_test_suite.h27 virtual void Shutdown();
/external/chromium/chrome/browser/
H A Dbrowser_shutdown.h13 // Should Shutdown() delete the ResourceBundle? This is normally true, but set
43 void Shutdown();
/external/chromium/chrome/browser/service/
H A Dservice_process_control_manager.h32 void Shutdown();
H A Dservice_process_control_browsertest.cc25 ServiceProcessControlManager::GetInstance()->Shutdown();
70 ServiceProcessControlManager::GetInstance()->Shutdown();
119 EXPECT_TRUE(process()->Shutdown());
144 EXPECT_TRUE(process()->Shutdown());
177 EXPECT_TRUE(process->Shutdown());
201 EXPECT_TRUE(process->Shutdown());
H A Dservice_process_control_manager.cc38 void ServiceProcessControlManager::Shutdown() { function in class:ServiceProcessControlManager
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_host_gtk.h23 Shutdown();
/external/webrtc/src/system_wrappers/interface/
H A Dthread_wrapper.h84 virtual bool Shutdown() {return false;} function in class:webrtc::ThreadWrapper
/external/chromium/chrome/browser/extensions/
H A Dextension_tab_id_map.h17 // for Init and Shutdown.
25 void Shutdown();
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view_host.h21 Shutdown();
/external/chromium/net/proxy/
H A Dproxy_resolver.h73 virtual void Shutdown() {} function in class:net::ProxyResolver
H A Dsync_host_resolver_bridge.h35 // The Shutdown() method should be called prior to destruction, from
38 virtual void Shutdown();
H A Dproxy_resolver_js_bindings.h59 virtual void Shutdown() = 0;
H A Dproxy_resolver_v8.h54 virtual void Shutdown();
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/chromium/third_party/libjingle/source/talk/base/
H A Dwinfirewall.h52 void 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 Dsdch_dictionary_fetcher.h30 static void Shutdown();
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_win.h34 // Invoked from Shutdown, but run on the DB thread.
41 virtual void Shutdown() OVERRIDE;

Completed in 251 milliseconds

123456