Searched refs:RemoveObserver (Results 1 - 25 of 1714) sorted by relevance

1234567891011>>

/external/chromium_org/ash/first_run/
H A Dfirst_run_helper.cc16 void FirstRunHelper::RemoveObserver(Observer* observer) { function in class:ash::FirstRunHelper
17 observers_.RemoveObserver(observer);
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_identity_strategy.cc17 void CloudPolicyIdentityStrategy::RemoveObserver(Observer* obs) { function in class:policy::CloudPolicyIdentityStrategy
18 observer_list_.RemoveObserver(obs);
H A Ddummy_configuration_policy_provider.cc30 void DummyConfigurationPolicyProvider::RemoveObserver( function in class:policy::DummyConfigurationPolicyProvider
32 observer_list_.RemoveObserver(observer);
H A Dasynchronous_policy_provider.cc37 void AsynchronousPolicyProvider::RemoveObserver( function in class:policy::AsynchronousPolicyProvider
39 loader_->RemoveObserver(observer);
/external/chromium_org/chrome/browser/profiles/
H A Dbookmark_model_loaded_observer.cc21 model->RemoveObserver(this);
27 model->RemoveObserver(this);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller.cc18 void ImmersiveModeController::RemoveObserver(Observer* observer) { function in class:ImmersiveModeController
19 observers_.RemoveObserver(observer);
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_configuration_observer.cc18 ash::Shell::GetInstance()->display_controller()->RemoveObserver(this);
/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_observer.cc19 BrowserChildProcessHostImpl::RemoveObserver(observer);
H A Dweb_contents_observer.cc24 web_contents_->RemoveObserver(this);
37 web_contents_->RemoveObserver(this);
66 web_contents_->RemoveObserver(this);
/external/chromium/chrome/browser/status_icons/
H A Dstatus_icon.cc20 void StatusIcon::RemoveObserver(Observer* observer) { function in class:StatusIcon
21 observers_.RemoveObserver(observer);
H A Dstatus_icon_unittest.cc36 icon.RemoveObserver(&observer);
37 icon.RemoveObserver(&observer2);
47 icon.RemoveObserver(&observer);
/external/chromium_org/ash/system/chromeos/
H A Dsystem_clock_observer.cc22 ->RemoveObserver(this);
23 chromeos::system::TimezoneSettings::GetInstance()->RemoveObserver(this);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dextension_system_event_observer.cc18 DBusThreadManager::Get()->GetPowerManagerClient()->RemoveObserver(this);
19 DBusThreadManager::Get()->GetSessionManagerClient()->RemoveObserver(this);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher.cc23 void PanelMouseWatcher::RemoveObserver(PanelMouseWatcherObserver* observer) { function in class:PanelMouseWatcher
25 observers_.RemoveObserver(observer);
/external/chromium_org/ui/app_list/
H A Dapp_list_model.cc28 void AppListModel::RemoveObserver(AppListModelObserver* observer) { function in class:app_list::AppListModel
29 observers_.RemoveObserver(observer);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dpointer_device_observer.cc25 ->RemoveObserver(this);
42 void PointerDeviceObserver::RemoveObserver(Observer* observer) { function in class:chromeos::system::PointerDeviceObserver
43 observers_.RemoveObserver(observer);
/external/chromium_org/components/policy/core/common/
H A Dconfiguration_policy_provider.cc33 schema_registry_->RemoveObserver(this);
67 void ConfigurationPolicyProvider::RemoveObserver(Observer* observer) { function in class:policy::ConfigurationPolicyProvider
68 observer_list_.RemoveObserver(observer);
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service.h26 virtual void RemoveObserver(Observer* observer) { function in class:chromeos::ProxyConfigService
27 impl_->RemoveObserver(observer);
/external/chromium/chrome/browser/extensions/
H A Dextension_pref_store.cc20 extension_pref_value_map_->RemoveObserver(this);
41 extension_pref_value_map_->RemoveObserver(this);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmock_candidate_window_controller.cc25 void MockCandidateWindowController::RemoveObserver( function in class:chromeos::input_method::MockCandidateWindowController
28 observers_.RemoveObserver(observer);
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_observable_provider.cc23 void ObservableProvider::RemoveObserver(Observer* observer) { function in class:content_settings::ObservableProvider
24 observer_list_.RemoveObserver(observer);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_pref_store.cc36 extension_pref_value_map_->RemoveObserver(this);
42 extension_pref_value_map_->RemoveObserver(this);
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon.cc19 void StatusIcon::RemoveObserver(StatusIconObserver* observer) { function in class:StatusIcon
20 observers_.RemoveObserver(observer);
/external/chromium_org/net/cert/
H A Dcert_database.cc21 void CertDatabase::RemoveObserver(Observer* observer) { function in class:net::CertDatabase
22 observer_list_->RemoveObserver(observer);
/external/chromium_org/ui/base/x/
H A Dwork_area_watcher_x.cc29 void WorkAreaWatcherX::RemoveObserver(WorkAreaWatcherObserver* observer) { function in class:ui::WorkAreaWatcherX
30 GetInstance()->observers_.RemoveObserver(observer);

Completed in 1056 milliseconds

1234567891011>>