/external/chromium/chrome/browser/sync/ |
D | profile_sync_service.cc | 409 NotifyObservers(); in DisableForUser() 431 void ProfileSyncService::NotifyObservers() { in NotifyObservers() function in ProfileSyncService 485 NotifyObservers(); in OnUnrecoverableError() 509 NotifyObservers(); in OnBackendInitialized() 527 NotifyObservers(); in OnSyncCycleCompleted() 551 NotifyObservers(); in UpdateAuthErrorState() 571 NotifyObservers(); in OnClearServerDataTimeout() 584 NotifyObservers(); in OnClearServerDataFailed() 595 NotifyObservers(); in OnClearServerDataSucceeded() 642 NotifyObservers(); in OnPassphraseRequired() [all …]
|
D | profile_sync_service.h | 533 void NotifyObservers();
|
/external/chromium/chrome/browser/content_settings/ |
D | content_settings_pref_provider.h | 58 void NotifyObservers(const ContentSettingsDetails& details); 153 void NotifyObservers(const ContentSettingsDetails& details);
|
D | content_settings_policy_provider.h | 55 void NotifyObservers(const ContentSettingsDetails& details); 138 void NotifyObservers(const ContentSettingsDetails& details);
|
D | content_settings_pref_provider.cc | 166 NotifyObservers( in UpdateDefaultSetting() 208 NotifyObservers(ContentSettingsDetails( in Observe() 285 void PrefDefaultProvider::NotifyObservers( in NotifyObservers() function in content_settings::PrefDefaultProvider 494 NotifyObservers(ContentSettingsDetails(pattern, content_type, "")); in SetContentSetting() 565 NotifyObservers( in ClearAllContentSettingsRules() 589 NotifyObservers(ContentSettingsDetails(ContentSettingsPattern(), in Observe() 763 void PrefProvider::NotifyObservers( in NotifyObservers() function in content_settings::PrefProvider
|
D | content_settings_policy_provider.cc | 181 NotifyObservers(ContentSettingsDetails( in Observe() 203 void PolicyDefaultProvider::NotifyObservers( in NotifyObservers() function in content_settings::PolicyDefaultProvider 422 void PolicyProvider::NotifyObservers( in NotifyObservers() function in content_settings::PolicyProvider 453 NotifyObservers(ContentSettingsDetails( in Observe()
|
D | host_content_settings_map.cc | 386 NotifyObservers(ContentSettingsDetails(ContentSettingsPattern(), in ResetToDefaults() 420 NotifyObservers(ContentSettingsDetails(ContentSettingsPattern(), in Observe() 447 void HostContentSettingsMap::NotifyObservers( in NotifyObservers() function in HostContentSettingsMap
|
D | host_content_settings_map.h | 182 void NotifyObservers(const ContentSettingsDetails& details);
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_model.cc | 291 NotifyObservers(); in Add() 296 NotifyObservers(); in Remove() 314 NotifyObservers(); in RemoveAutoGeneratedBetween() 352 NotifyObservers(); in RegisterExtensionKeyword() 400 NotifyObservers(); in ResetTemplateURL() 418 NotifyObservers(); in SetDefaultSearchProvider() 547 NotifyObservers(); in OnWebDataServiceRequestDone() 1081 NotifyObservers(); in GoogleBaseURLChanged() 1167 NotifyObservers(); in UpdateDefaultSearch() 1265 void TemplateURLModel::NotifyObservers() { in NotifyObservers() function in TemplateURLModel
|
D | template_url_model.h | 371 void NotifyObservers();
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map.h | 105 void NotifyObservers(const ContentSettingsDetails& details);
|
D | geolocation_content_settings_map.cc | 197 void GeolocationContentSettingsMap::NotifyObservers( in NotifyObservers() function in GeolocationContentSettingsMap 212 NotifyObservers(ContentSettingsDetails( in Observe()
|