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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/service/
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/base/test/
test_suite.h 68 // Override these for custom initialization and shutdown handling. Use these
72 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/proxy/
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/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/chromium_org/android_webview/browser/
aw_form_database_service.h 30 void Shutdown();
  /external/chromium_org/base/mac/
libdispatch_task_runner.h 55 // this thread after shutdown are dropped.
56 void Shutdown();
74 // The event on which Shutdown waits until Finalizer runs.
  /external/chromium_org/base/test/
test_suite.h 56 // Override these for custom initialization and shutdown handling. Use these
60 virtual void Shutdown();
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_candidate_window_controller.cc 24 void MockCandidateWindowController::Shutdown() {
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.h 37 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.cc 34 void DeviceOAuth2TokenServiceFactory::Shutdown() {
  /external/chromium_org/chrome/browser/download/
download_service.h 60 // of Profile shutdown.
61 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/preference/
chrome_direct_setting_api.h 25 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/chrome/browser/policy/
async_policy_provider.h 35 virtual void Shutdown() OVERRIDE;
configuration_policy_provider.h 32 // Policy providers can be deleted quite late during shutdown of the browser,
34 // this is invoked. Override Shutdown() instead for cleanup code that needs
46 // must also invoke ConfigurationPolicyProvider::Shutdown().
47 // The provider should keep providing the current policies after Shutdown()
49 virtual void Shutdown();
62 // It is possible that Shutdown() is called first though, and
88 // Whether Shutdown() has been invoked.
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_android.h 42 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.cc 20 Shutdown();
  /external/chromium_org/chromeos/ime/
ibus_bridge.h 32 static CHROMEOS_EXPORT void Shutdown();

Completed in 1313 milliseconds

1 2 34 5 6 7 8 91011>>