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

1 2

  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.h 36 static std::string ContentSettingsTypeToGroupName(ContentSettingsType type);
42 void UpdateSettingDefaultFromModel(ContentSettingsType type);
45 void UpdateExceptionsViewFromModel(ContentSettingsType type);
48 void UpdateOTRExceptionsViewFromModel(ContentSettingsType type);
60 void UpdateExceptionsViewFromHostContentSettingsMap(ContentSettingsType type);
63 ContentSettingsType type);
98 std::string GetSettingDefaultFromModel(ContentSettingsType type);
102 bool GetDefaultSettingManagedFromModel(ContentSettingsType type);
content_settings_handler.cc 52 ContentSettingsType ContentSettingsTypeFromGroupName(const std::string& name) {
58 return static_cast<ContentSettingsType>(content_settings_type);
346 ContentSettingsType type) {
358 ContentSettingsType type) {
374 ContentSettingsType type) {
389 UpdateExceptionsViewFromModel(static_cast<ContentSettingsType>(type));
396 UpdateOTRExceptionsViewFromModel(static_cast<ContentSettingsType>(type));
401 ContentSettingsType type) {
422 ContentSettingsType type) {
506 ContentSettingsType type)
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_mock_provider.h 20 MockDefaultProvider(ContentSettingsType content_type,
28 ContentSettingsType content_type) const;
29 virtual void UpdateDefaultSetting(ContentSettingsType content_type,
32 virtual bool DefaultSettingIsManaged(ContentSettingsType content_type) const;
35 ContentSettingsType content_type_;
49 ContentSettingsType content_type,
56 virtual bool ContentSettingsTypeIsManaged(ContentSettingsType type);
62 ContentSettingsType content_type,
70 ContentSettingsType content_type,
75 ContentSettingsType content_type
    [all...]
content_settings_base_provider.h 18 typedef std::pair<ContentSettingsType, std::string>
41 static ContentSetting ClickToPlayFixup(ContentSettingsType content_type,
53 ContentSettingsType content_type) = 0;
58 ContentSettingsType content_type,
64 ContentSettingsType content_type,
69 ContentSettingsType content_type,
74 ContentSettingsType content_type) = 0;
81 ContentSettingsType content_type) const;
90 ContentSettingsType content_type,
content_settings_provider.h 31 ContentSettingsType content_type) const = 0;
36 virtual void UpdateDefaultSetting(ContentSettingsType content_type,
45 ContentSettingsType content_type) const = 0;
73 ContentSettingsType content_type) = 0;
84 ContentSettingsType content_type,
96 ContentSettingsType content_type,
110 ContentSettingsType content_type,
121 ContentSettingsType content_type) = 0;
content_settings_policy_provider.h 37 ContentSettingsType content_type) const;
38 virtual void UpdateDefaultSetting(ContentSettingsType content_type,
41 virtual bool DefaultSettingIsManaged(ContentSettingsType content_type) const;
63 void UpdateManagedDefaultSetting(ContentSettingsType content_type);
96 ContentSettingsType content_type);
101 ContentSettingsType content_type,
108 ContentSettingsType content_type,
112 ContentSettingsType content_type);
124 ContentSettingsType,
136 ContentSettingsType content_type)
    [all...]
content_settings_details.h 24 ContentSettingsType type,
37 ContentSettingsType type() const { return type_; }
52 ContentSettingsType type_;
content_settings_mock_provider.cc 10 ContentSettingsType content_type,
24 ContentSettingsType content_type) const {
29 ContentSettingsType content_type,
36 ContentSettingsType content_type) const {
54 ContentSettingsType content_type,
72 ContentSettingsType content_type,
85 ContentSettingsType content_type,
97 bool MockProvider::ContentSettingsTypeIsManaged(ContentSettingsType type) {
host_content_settings_map.h 55 ContentSettingsType content_type) const;
65 ContentSettingsType content_type,
77 ContentSettingsType content_type,
102 void GetSettingsForOneType(ContentSettingsType content_type,
110 void SetDefaultContentSetting(ContentSettingsType content_type,
121 ContentSettingsType content_type,
132 ContentSettingsType content_type,
139 void ClearSettingsForOneType(ContentSettingsType content_type);
165 bool IsDefaultContentSettingManaged(ContentSettingsType content_type) const;
content_settings_notification_provider.h 39 ContentSettingsType content_type);
44 ContentSettingsType content_type,
50 ContentSettingsType content_type,
55 ContentSettingsType content_type,
60 ContentSettingsType content_type);
content_settings_pref_provider.h 40 ContentSettingsType content_type) const;
41 virtual void UpdateDefaultSetting(ContentSettingsType content_type,
44 virtual bool DefaultSettingIsManaged(ContentSettingsType content_type) const;
112 ContentSettingsType content_type);
117 ContentSettingsType content_type,
122 ContentSettingsType content_type);
stub_settings_observer.h 30 ContentSettingsType last_type;
content_settings_policy_provider.cc 44 ContentSettingsType content_type;
133 ContentSettingsType content_type) const {
139 ContentSettingsType content_type,
144 ContentSettingsType content_type) const {
219 UpdateManagedDefaultSetting(ContentSettingsType(type));
224 ContentSettingsType type) {
284 ContentSettingsType content_type) {
299 ReadManagedContentSettingsTypes(ContentSettingsType(i));
325 ContentSettingsType content_type) {
388 ContentSettingsType content_type
    [all...]
host_content_settings_map.cc 132 ContentSettingsType content_type) const {
151 ContentSettingsType content_type,
163 ContentSettingsType content_type,
194 output.settings[j] = GetDefaultContentSetting(ContentSettingsType(j));
208 url, ContentSettingsType(j) , "");
214 ContentSettingsType content_type,
250 ContentSettingsType content_type,
261 ContentSettingsType content_type,
274 ContentSettingsType content_type,
290 ContentSettingsType content_type)
    [all...]
  /external/chromium/chrome/common/
content_settings_types.h 11 enum ContentSettingsType {
common_param_traits.h 27 struct ParamTraits<ContentSettingsType> {
28 typedef ContentSettingsType param_type;
common_param_traits.cc 50 void ParamTraits<ContentSettingsType>::Write(Message* m, const param_type& p) {
54 bool ParamTraits<ContentSettingsType>::Read(const Message* m, void** iter,
63 void ParamTraits<ContentSettingsType>::Log(const param_type& p,
  /external/chromium/chrome/browser/
content_setting_combo_model.h 16 explicit ContentSettingComboModel(ContentSettingsType content_type);
27 const ContentSettingsType content_type_;
content_setting_image_model.h 23 ContentSettingsType content_settings_type);
29 ContentSettingsType get_content_settings_type() const {
40 explicit ContentSettingImageModel(ContentSettingsType content_settings_type);
49 const ContentSettingsType content_settings_type_;
content_setting_bubble_model.h 32 ContentSettingsType content_type);
34 ContentSettingsType content_type() const { return content_type_; }
93 ContentSettingsType content_type);
122 ContentSettingsType content_type_;
content_setting_image_model.cc 19 ContentSettingsType content_settings_type);
103 ContentSettingsType content_settings_type)
194 ContentSettingsType content_settings_type)
204 ContentSettingsType content_settings_type) {
content_setting_bubble_model.cc 30 ContentSettingsType content_type)
133 ContentSettingsType content_type)
167 ContentSettingsType content_type)
316 ContentSettingsType content_type)
346 ContentSettingsType content_type)
370 ContentSettingsType content_type)
413 ContentSettingsType content_type)
482 ContentSettingsType content_type) {
506 ContentSettingsType content_type)
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 65 bool IsContentBlocked(ContentSettingsType content_type) const;
68 bool IsBlockageIndicated(ContentSettingsType content_type) const;
70 void SetBlockageHasBeenIndicated(ContentSettingsType content_type);
74 bool IsContentAccessed(ContentSettingsType content_type) const;
77 ContentSettingsType content_type) const;
97 virtual void OnContentBlocked(ContentSettingsType type,
163 void AddBlockedResource(ContentSettingsType content_type,
166 void OnContentAccessed(ContentSettingsType type);
tab_specific_content_settings.cc 25 ContentSettingsType content_type) const {
44 ContentSettingsType content_type) const {
49 ContentSettingsType content_type) {
54 ContentSettingsType content_type) const {
64 ContentSettingsType content_type) const {
74 ContentSettingsType content_type,
82 ContentSettingsType type,
96 void TabSpecificContentSettings::OnContentAccessed(ContentSettingsType type) {
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 24 ContentSettingDecoration(ContentSettingsType settings_type,

Completed in 518 milliseconds

1 2