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

1 2 3

  /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.cc 41 void PerfTestSuite::Shutdown() {
42 TestSuite::Shutdown();
test_suite.cc 151 // This MUST happen before Shutdown() since Shutdown() tears down
156 Shutdown();
221 void TestSuite::Shutdown() {
  /external/chromium/chrome/browser/service/
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/net/base/
net_test_suite.cc 23 void NetTestSuite::Shutdown() {
32 TestSuite::Shutdown();
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 20 void SdchDictionaryFetcher::Shutdown() {
21 net::SdchManager::Shutdown();
58 // Shutdown in progress.
chrome_dns_cert_provenance_checker.cc 39 virtual void 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_js_bindings_unittest.cc 46 virtual void Shutdown() {}
103 virtual void Shutdown() {}
sync_host_resolver_bridge.cc 27 // 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() {
186 void SyncHostResolverBridge::Shutdown() {
188 core_->Shutdown();
  /external/libvorbis/examples/
frameview.pl 192 my $panel_quit=$panel_shell->Button(-class=>"Exit",-text=>"quit",-command=>[sub{Shutdown()}])->
584 sub Shutdown{
  /external/webrtc/test/
test_suite.cc 28 Shutdown();
36 void TestSuite::Shutdown() {
  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 91 virtual bool Shutdown() {return false;}
  /frameworks/rs/driver/
rsdCore.cpp 51 static void Shutdown(Context *rsc);
67 Shutdown,
216 void Shutdown(Context *rsc) {
  /external/chromium/chrome/browser/extensions/
extension_tab_id_map.cc 121 void ExtensionTabIdMap::Shutdown() {
  /external/chromium/chrome/browser/history/
top_sites_backend.cc 25 void TopSitesBackend::Shutdown() {
81 DCHECK(!db_.get()); // Shutdown should have happened first (which results in
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.cc 83 void Win32Window::Shutdown() {
winfirewall.cc 52 Shutdown();
77 void WinFirewall::Shutdown() {
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 133 bool ThreadWindows::Shutdown()
thread_posix.cc 133 // Enable immediate cancellation if requested, see Shutdown()
285 bool ThreadPosix::Shutdown()
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 37 Shutdown();
141 // When exiting, we need to shutdown all renderers in
149 void BalloonCollectionImpl::Shutdown() {
  /external/chromium/chrome/browser/password_manager/
password_store.cc 37 void PasswordStore::Shutdown() {
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 108 void CloudPolicySubsystem::Shutdown() {
110 device_management_service_->Shutdown();
device_management_service.cc 130 void DeviceManagementService::Shutdown() {
profile_policy_connector.cc 87 void ProfilePolicyConnector::Shutdown() {
89 cloud_policy_subsystem_->Shutdown();

Completed in 489 milliseconds

1 2 3