Searched refs:ContentSettingsDetails (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/content_settings/ |
D | content_settings_policy_provider.h | 22 class ContentSettingsDetails; variable 55 void NotifyObservers(const ContentSettingsDetails& details); 138 void NotifyObservers(const ContentSettingsDetails& details);
|
D | content_settings_pref_provider.h | 23 class ContentSettingsDetails; variable 58 void NotifyObservers(const ContentSettingsDetails& details); 153 void NotifyObservers(const ContentSettingsDetails& details);
|
D | content_settings_details.h | 20 class ContentSettingsDetails { 23 ContentSettingsDetails(const ContentSettingsPattern& pattern, in ContentSettingsDetails() function
|
D | content_settings_policy_provider.cc | 181 NotifyObservers(ContentSettingsDetails( in Observe() 204 const ContentSettingsDetails& details) { in NotifyObservers() 211 Details<const ContentSettingsDetails>(&details)); in NotifyObservers() 423 const ContentSettingsDetails& details) { in NotifyObservers() 430 Details<const ContentSettingsDetails>(&details)); in NotifyObservers() 453 NotifyObservers(ContentSettingsDetails( in Observe()
|
D | content_settings_pref_provider.cc | 167 ContentSettingsDetails(ContentSettingsPattern(), content_type, "")); in UpdateDefaultSetting() 208 NotifyObservers(ContentSettingsDetails( in Observe() 286 const ContentSettingsDetails& details) { in NotifyObservers() 293 Details<const ContentSettingsDetails>(&details)); in NotifyObservers() 494 NotifyObservers(ContentSettingsDetails(pattern, content_type, "")); in SetContentSetting() 566 ContentSettingsDetails(ContentSettingsPattern(), content_type, "")); in ClearAllContentSettingsRules() 589 NotifyObservers(ContentSettingsDetails(ContentSettingsPattern(), in Observe() 764 const ContentSettingsDetails& details) { in NotifyObservers() 772 Details<const ContentSettingsDetails>(&details)); in NotifyObservers()
|
D | host_content_settings_map.h | 33 class ContentSettingsDetails; variable 182 void NotifyObservers(const ContentSettingsDetails& details);
|
D | host_content_settings_map.cc | 386 NotifyObservers(ContentSettingsDetails(ContentSettingsPattern(), in ResetToDefaults() 420 NotifyObservers(ContentSettingsDetails(ContentSettingsPattern(), in Observe() 448 const ContentSettingsDetails& details) { in NotifyObservers() 452 Details<const ContentSettingsDetails>(&details)); in NotifyObservers()
|
D | stub_settings_observer.cc | 24 Details<ContentSettingsDetails> settings_details(details); in Observe()
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map.h | 26 class ContentSettingsDetails; variable 105 void NotifyObservers(const ContentSettingsDetails& details);
|
D | geolocation_content_settings_map.cc | 198 const ContentSettingsDetails& details) { in NotifyObservers() 202 Details<const ContentSettingsDetails>(&details)); in NotifyObservers() 212 NotifyObservers(ContentSettingsDetails( in Observe()
|
D | geolocation_content_settings_map_unittest.cc | 32 Details<ContentSettingsDetails> settings_details(details); in Observe()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | content_settings_handler.cc | 310 const ContentSettingsDetails* settings_details = in Observe() 311 Details<const ContentSettingsDetails>(details).ptr(); in Observe()
|