Home
last modified time | relevance | path

Searched refs:resource_identifier (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/content_settings/
Dcontent_settings_mock_provider.h50 ResourceIdentifier resource_identifier,
63 const ResourceIdentifier& resource_identifier) const;
71 const ResourceIdentifier& resource_identifier,
76 const ResourceIdentifier& resource_identifier, in GetAllContentSettingsRules() argument
109 void set_resource_identifier(ResourceIdentifier resource_identifier) { in set_resource_identifier() argument
110 resource_identifier_ = resource_identifier; in set_resource_identifier()
113 ResourceIdentifier resource_identifier() const { in resource_identifier() function
Dcontent_settings_mock_provider.cc55 ResourceIdentifier resource_identifier, in MockProvider() argument
62 resource_identifier_(resource_identifier), in MockProvider()
73 const ResourceIdentifier& resource_identifier) const { in GetContentSetting()
76 resource_identifier_ == resource_identifier) { in GetContentSetting()
86 const ResourceIdentifier& resource_identifier, in SetContentSetting() argument
93 resource_identifier_ = resource_identifier; in SetContentSetting()
Dhost_content_settings_map.h66 const std::string& resource_identifier) const;
78 const std::string& resource_identifier) const;
103 const std::string& resource_identifier,
122 const std::string& resource_identifier,
133 const std::string& resource_identifier,
Dhost_content_settings_map.cc152 const std::string& resource_identifier) const { in GetContentSetting()
155 resource_identifier); in GetContentSetting()
164 const std::string& resource_identifier) const { in GetNonDefaultContentSetting()
175 url, url, content_type, resource_identifier); in GetNonDefaultContentSetting()
215 const std::string& resource_identifier, in GetSettingsForOneType() argument
232 content_type, resource_identifier, &rules); in GetSettingsForOneType()
262 const std::string& resource_identifier, in SetContentSetting() argument
268 pattern, pattern, content_type, resource_identifier, setting); in SetContentSetting()
275 const std::string& resource_identifier, in AddExceptionForURL() argument
281 resource_identifier, in AddExceptionForURL()
[all …]
Dcontent_settings_base_provider.h59 const ResourceIdentifier& resource_identifier) const;
65 const ResourceIdentifier& resource_identifier,
70 const ResourceIdentifier& resource_identifier,
91 const ResourceIdentifier& resource_identifier,
Dcontent_settings_details.h25 const std::string& resource_identifier) in ContentSettingsDetails() argument
28 resource_identifier_(resource_identifier) {} in ContentSettingsDetails()
40 const std::string& resource_identifier() const { in resource_identifier() function
Dcontent_settings_provider.h85 const ResourceIdentifier& resource_identifier) const = 0;
97 const ResourceIdentifier& resource_identifier,
111 const ResourceIdentifier& resource_identifier,
Dcontent_settings_base_provider.cc71 const ResourceIdentifier& resource_identifier) const { in GetContentSetting()
76 (RequiresResourceIdentifier(content_type) && resource_identifier.empty())) in GetContentSetting()
89 requested_setting(content_type, resource_identifier); in GetContentSetting()
143 const ResourceIdentifier& resource_identifier, in GetAllContentSettingsRules() argument
151 content_type, resource_identifier); in GetAllContentSettingsRules()
234 const ResourceIdentifier& resource_identifier, in UpdateContentSettingsMap() argument
Dcontent_settings_notification_provider.h45 const ResourceIdentifier& resource_identifier) const;
51 const ResourceIdentifier& resource_identifier,
56 const ResourceIdentifier& resource_identifier,
Dcontent_settings_pref_provider.cc385 const ResourceIdentifier& resource_identifier, in SetContentSetting() argument
393 resource_identifier.empty()); in SetContentSetting()
432 resource_identifier)] = setting; in SetContentSetting()
436 resource_identifier)); in SetContentSetting()
474 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier, in SetContentSetting()
478 resource_identifier, Value::CreateIntegerValue(setting)); in SetContentSetting()
746 const std::string& resource_identifier(*j); in GetResourceSettingsFromDictionary() local
749 resource_identifier, &setting); in GetResourceSettingsFromDictionary()
752 ContentSettingsType(type), resource_identifier)] = in GetResourceSettingsFromDictionary()
Dcontent_settings_policy_provider.h102 const ResourceIdentifier& resource_identifier,
109 const ResourceIdentifier& resource_identifier) const;
Dcontent_settings_notification_provider.cc101 const ResourceIdentifier& resource_identifier) const { in GetContentSetting()
112 const ResourceIdentifier& resource_identifier, in SetContentSetting() argument
138 const ResourceIdentifier& resource_identifier, in GetAllContentSettingsRules() argument
Dcontent_settings_pref_provider.h118 const ResourceIdentifier& resource_identifier,
Dcontent_settings_policy_provider.cc389 const ResourceIdentifier& resource_identifier, in SetContentSetting() argument
397 const ResourceIdentifier& resource_identifier) const { in GetContentSetting()
/external/chromium/chrome/browser/tab_contents/
Dtab_specific_content_settings.cc75 const std::string& resource_identifier) { in AddBlockedResource() argument
78 blocked_resources_[content_type]->insert(resource_identifier); in AddBlockedResource()
83 const std::string& resource_identifier) { in OnContentBlocked() argument
87 if (!resource_identifier.empty()) in OnContentBlocked()
88 AddBlockedResource(type, resource_identifier); in OnContentBlocked()
Dtab_specific_content_settings.h98 const std::string& resource_identifier);
164 const std::string& resource_identifier);
/external/chromium/chrome/browser/
Dcontent_setting_bubble_model.cc301 const std::string& resource_identifier) { in AddException() argument
303 bubble_content().radio_group.url, content_type(), resource_identifier, in AddException()
533 const std::string& resource_identifier) { in AddBlockedResource() argument
534 bubble_content_.resource_identifiers.insert(resource_identifier); in AddBlockedResource()
Dcontent_setting_bubble_model.h117 void AddBlockedResource(const std::string& resource_identifier);