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

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/profiles/
profile_keyed_service.h 11 // Many services that hang off Profile have a two-pass shutdown. Many
12 // subsystems need a first pass shutdown phase where they drop references. Not
18 // The first pass is to call Shutdown on a ProfileKeyedService.
19 virtual void Shutdown() {}
  /external/chromium/base/test/
perf_test_suite.h 18 virtual void Shutdown();
perf_test_suite.cc 41 void PerfTestSuite::Shutdown() {
42 TestSuite::Shutdown();
test_suite.h 68 // Override these for custom initialization and shutdown handling. Use these
72 virtual void Shutdown();
  /external/webrtc/test/
test_suite.h 32 // Override these for custom initialization and shutdown handling. Use these
35 virtual void Shutdown();
test_suite.cc 28 Shutdown();
36 void TestSuite::Shutdown() {
  /external/chromium/net/base/
net_test_suite.cc 23 void NetTestSuite::Shutdown() {
32 TestSuite::Shutdown();
net_test_suite.h 27 virtual void Shutdown();
  /external/chromium/chrome/browser/
browser_shutdown.h 13 // Should Shutdown() delete the ResourceBundle? This is normally true, but set
30 // Called when the browser starts shutting down so that we can measure shutdown
34 // Get the current shutdown type.
43 void Shutdown();
45 // Called at startup to create a histogram from our previous shutdown time.
51 // should not shutdown when the last browser window closes if there are any
53 // When the user explicitly chooses to shutdown the app (via the "Exit" or
55 // initiate a shutdown when the last window closes.
  /external/chromium/chrome/browser/service/
service_process_control_manager.h 32 void Shutdown();
service_process_control_browsertest.cc 25 ServiceProcessControlManager::GetInstance()->Shutdown();
70 ServiceProcessControlManager::GetInstance()->Shutdown();
118 // And then shutdown the service process.
119 EXPECT_TRUE(process()->Shutdown());
143 // And then shutdown the service process.
144 EXPECT_TRUE(process()->Shutdown());
176 // And then shutdown the service process.
177 EXPECT_TRUE(process->Shutdown());
200 // And then shutdown the service process.
201 EXPECT_TRUE(process->Shutdown());
    [all...]
service_process_control_manager.cc 38 void ServiceProcessControlManager::Shutdown() {
39 // When we shutdown the manager we just clear the list and don't actually
40 // shutdown the service process.
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.h 23 Shutdown();
  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 84 virtual bool Shutdown() {return false;}
  /external/chromium/net/proxy/
sync_host_resolver_bridge.h 35 // The Shutdown() method should be called prior to destruction, from
38 virtual void Shutdown();
proxy_resolver.h 71 // Optional shutdown code to be run before destruction. This is only used
73 virtual void Shutdown() {}
proxy_resolver_v8.h 54 virtual void Shutdown();
  /external/chromium/chrome/browser/extensions/
extension_tab_id_map.h 17 // for Init and Shutdown.
25 void Shutdown();
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 30 static void Shutdown();
  /external/chromium/chrome/browser/password_manager/
password_store_win.h 34 // Invoked from Shutdown, but run on the DB thread.
41 virtual void Shutdown() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view_host.h 21 Shutdown();
  /external/chromium/net/socket/
dns_cert_provenance_checker.h 32 virtual void Shutdown() = 0;
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 55 static void Shutdown();
winfirewall.h 52 void Shutdown();
  /external/webrtc/src/system_wrappers/source/
thread_posix.h 37 virtual bool Shutdown();

Completed in 420 milliseconds

1 2 3 4 5 6 7