HomeSort by relevance Sort by last modified time
    Searched refs:ContentSettingsType (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/chrome/common/
common_param_traits_macros.h 15 IPC_ENUM_TRAITS_MAX_VALUE(ContentSettingsType, CONTENT_SETTINGS_NUM_TYPES - 1)
content_settings_types.h 10 enum ContentSettingsType {
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_delegate.h 22 virtual void ShowContentSettingsPage(ContentSettingsType type) = 0;
25 virtual void ShowLearnMorePage(ContentSettingsType type) = 0;
content_setting_image_model.h 25 ContentSettingsType content_settings_type);
31 ContentSettingsType get_content_settings_type() const {
42 explicit ContentSettingImageModel(ContentSettingsType content_settings_type);
51 const ContentSettingsType content_settings_type_;
  /external/chromium_org/chrome/browser/content_settings/
content_settings_provider.h 40 ContentSettingsType content_type,
55 ContentSettingsType content_type,
65 ContentSettingsType content_type) = 0;
host_content_settings_map.h 70 ContentSetting GetDefaultContentSetting(ContentSettingsType content_type,
83 ContentSettingsType content_type,
102 ContentSettingsType content_type,
111 void GetSettingsForOneType(ContentSettingsType content_type,
119 void SetDefaultContentSetting(ContentSettingsType content_type,
133 ContentSettingsType content_type,
144 ContentSettingsType content_type,
154 ContentSettingsType content_type,
160 void ClearSettingsForOneType(ContentSettingsType content_type);
164 ContentSettingsType content_type)
    [all...]
content_settings_policy_provider.h 35 ContentSettingsType content_type,
42 ContentSettingsType content_type,
47 ContentSettingsType content_type) OVERRIDE;
59 void UpdateManagedDefaultSetting(ContentSettingsType content_type);
68 void ReadManagedContentSettingsTypes(ContentSettingsType content_type);
content_settings_custom_extension_provider.h 28 ContentSettingsType content_type,
35 ContentSettingsType content_type,
39 virtual void ClearAllContentSettingsRules(ContentSettingsType content_type)
content_settings_details.h 25 ContentSettingsType type,
45 ContentSettingsType type() const { return type_; }
61 ContentSettingsType type_;
content_settings_mock_provider.h 26 ContentSettingsType content_type,
35 ContentSettingsType content_type,
40 ContentSettingsType content_type) OVERRIDE {}
content_settings_default_provider.h 39 ContentSettingsType content_type,
46 ContentSettingsType content_type,
51 ContentSettingsType content_type) OVERRIDE;
71 typedef std::map<ContentSettingsType, ValuePtr> ValueMap;
content_settings_details.cc 10 ContentSettingsType type,
content_settings_observer.h 20 ContentSettingsType content_type,
content_settings_origin_identifier_value_map.h 30 ContentSettingsType content_type;
32 EntryMapKey(ContentSettingsType content_type,
76 RuleIterator* GetRuleIterator(ContentSettingsType content_type,
89 ContentSettingsType content_type,
98 ContentSettingsType content_type,
107 ContentSettingsType content_type,
113 ContentSettingsType content_type,
content_settings_internal_extension_provider.h 34 ContentSettingsType content_type,
41 ContentSettingsType content_type,
45 virtual void ClearAllContentSettingsRules(ContentSettingsType content_type)
content_settings_mock_provider.cc 19 ContentSettingsType content_type,
28 ContentSettingsType content_type,
content_settings_mock_observer.h 23 ContentSettingsType content_type,
content_settings_observable_provider.h 28 ContentSettingsType content_type,
content_settings_pref_provider.h 42 ContentSettingsType content_type,
49 ContentSettingsType content_type,
54 ContentSettingsType content_type) OVERRIDE;
75 ContentSettingsType content_type,
content_settings_utils.h 29 std::string GetTypeName(ContentSettingsType type);
58 ContentSettingsType content_type,
68 ContentSettingsType content_type,
76 ContentSettingsType content_type,
mock_settings_observer.h 27 ContentSettingsType,
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.h 25 // ContentSettingsType. Returns CONTENT_SETTINGS_TYPE_DEFAULT if the string
27 ContentSettingsType StringToContentSettingsType(
29 // Returns a string representation of a ContentSettingsType.
30 const char* ContentSettingsTypeToString(ContentSettingsType type);
  /external/chromium_org/chrome/browser/ui/
browser_content_setting_bubble_model_delegate.h 25 virtual void ShowContentSettingsPage(ContentSettingsType type) OVERRIDE;
26 virtual void ShowLearnMorePage(ContentSettingsType type) OVERRIDE;
browser_content_setting_bubble_model_delegate.cc 33 ContentSettingsType type) {
52 ContentSettingsType type) {
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h 53 static std::string ContentSettingsTypeToGroupName(ContentSettingsType type);
90 void UpdateSettingDefaultFromModel(ContentSettingsType type);
96 void UpdateExceptionsViewFromModel(ContentSettingsType type);
100 void UpdateOTRExceptionsViewFromModel(ContentSettingsType type);
126 void UpdateExceptionsViewFromHostContentSettingsMap(ContentSettingsType type);
130 ContentSettingsType type);
151 ContentSettingsType type);
180 void ApplyWhitelist(ContentSettingsType content_type,
192 std::string GetSettingDefaultFromModel(ContentSettingsType type,
203 ContentSettingsType type
    [all...]

Completed in 274 milliseconds

1 2 3