Searched refs:Shutdown (Results 151 - 175 of 1026) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc244 // Shutdown() deletes the IME mock object.
245 chromeos::input_method::Shutdown();
H A Dsystem_key_event_listener.cc31 void SystemKeyEventListener::Shutdown() { function in class:chromeos::SystemKeyEventListener
32 // We may call Shutdown without calling Initialize, e.g. if we exit early.
H A Dsystem_key_event_listener.h18 static void Shutdown();
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader.cc50 external_cache_->Shutdown(callback);
H A Dexternal_cache.cc55 void ExternalCache::Shutdown(const base::Closure& callback) { function in class:chromeos::ExternalCache
56 local_cache_.Shutdown(callback);
H A Dexternal_cache.h111 void Shutdown(const base::Closure& callback);
H A Dexternal_cache_unittest.cc72 pool_owner_->pool()->Shutdown();
271 // Shutdown with callback OnExtensionListsUpdated that clears prefs.
273 external_cache.Shutdown(
280 // After Shutdown directory shouldn't be touched.
H A Dinput_method_api.cc111 void InputMethodAPI::Shutdown() { function in class:extensions::InputMethodAPI
H A Dinput_method_api.h81 virtual void Shutdown() OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc397 void EventRouter::Shutdown() { function in class:file_manager::EventRouter
912 // the only path to come here after Shutdown is called).
H A Devent_router.h64 virtual void Shutdown() OVERRIDE;
H A Dfile_manager_private_apitest.cc143 chromeos::disks::DiskMountManager::Shutdown();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc325 void VolumeManager::Shutdown() { function in class:file_manager::VolumeManager
H A Dvolume_manager.h139 virtual void Shutdown() OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc263 void BurnManager::Shutdown() { function in class:chromeos::imageburner::BurnManager
265 LOG(WARNING) << "BurnManager::Shutdown() called with NULL manager";
270 VLOG(1) << "BurnManager Shutdown completed";
H A Dburn_manager.h255 static void Shutdown();
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_configuration.cc60 void Shutdown() { function in class:chromeos::input_method::__anon3244::InputMethodConfiguration
65 InputMethodManager::Shutdown();
67 IMEBridge::Shutdown();
98 void Shutdown() { function in namespace:chromeos::input_method
102 g_input_method_configuration->Shutdown();
H A Dinput_method_configuration.h23 // by Shutdown().
31 void Shutdown();
H A Dinput_method_configuration_unittest.cc19 Shutdown();
29 Shutdown();
H A Dinput_method_engine_unittest.cc127 Shutdown();
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc177 SystemSaltGetter::Shutdown();
178 DBusThreadManager::Shutdown();
180 cryptohome::AsyncMethodCaller::Shutdown();
182 cryptohome::HomedirMethods::Shutdown();
482 LoginState::Shutdown();
540 LoginState::Shutdown();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller_auto_login_unittest.cc66 EXPECT_CALL(*mock_user_manager_, Shutdown()).Times(AnyNumber());
H A Dexisting_user_controller_browsertest.cc161 EXPECT_CALL(*mock_user_manager_, Shutdown())
H A Dkiosk_browsertest.cc1057 disks::DiskMountManager::Shutdown();
H A Doobe_localization_browsertest.cc83 virtual void Shutdown() OVERRIDE {

Completed in 1172 milliseconds

1234567891011>>