HomeSort by relevance Sort by last modified time
    Searched full:resource_identifier (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/chrome/browser/content_settings/
content_settings_observable_provider.h 29 const std::string& resource_identifier);
content_settings_details.h 26 const std::string& resource_identifier);
48 const std::string& resource_identifier() const { function in class:ContentSettingsDetails
content_settings_pref_provider.cc 126 const ResourceIdentifier& resource_identifier,
137 resource_identifier.empty()) {
155 resource_identifier,
162 resource_identifier);
170 resource_identifier,
175 primary_pattern, secondary_pattern, content_type, resource_identifier);
221 const ResourceIdentifier& resource_identifier,
225 resource_identifier,
227 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
237 const ResourceIdentifier& resource_identifier,
    [all...]
content_settings_internal_extension_provider.cc 52 const ResourceIdentifier& resource_identifier,
54 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
61 const ResourceIdentifier& resource_identifier,
content_settings_default_provider.h 40 const ResourceIdentifier& resource_identifier,
47 const ResourceIdentifier& resource_identifier,
content_settings_provider.h 41 const ResourceIdentifier& resource_identifier,
56 const ResourceIdentifier& resource_identifier,
content_settings_default_provider.cc 182 const ResourceIdentifier& resource_identifier,
241 const ResourceIdentifier& resource_identifier,
244 if (resource_identifier.empty()) {
content_settings_policy_provider.cc 241 const ResourceIdentifier& resource_identifier,
243 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
433 const ResourceIdentifier& resource_identifier,
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map.cc 152 const std::string& resource_identifier) const {
155 resource_identifier);
164 const std::string& resource_identifier) const {
175 url, url, content_type, resource_identifier);
215 const std::string& resource_identifier,
221 // resource_identifier from the content settings providers.
232 content_type, resource_identifier, &rules);
262 const std::string& resource_identifier,
268 pattern, pattern, content_type, resource_identifier, setting);
275 const std::string& resource_identifier,
281 resource_identifier, local
285 resource_identifier, local
    [all...]
content_settings_base_provider.cc 71 const ResourceIdentifier& resource_identifier) const {
76 (RequiresResourceIdentifier(content_type) && resource_identifier.empty()))
89 requested_setting(content_type, resource_identifier);
143 const ResourceIdentifier& resource_identifier,
151 content_type, resource_identifier);
234 const ResourceIdentifier& resource_identifier,
content_settings_policy_provider.h 102 const ResourceIdentifier& resource_identifier,
109 const ResourceIdentifier& resource_identifier) const;
content_settings_pref_provider.cc 385 const ResourceIdentifier& resource_identifier,
393 resource_identifier.empty());
432 resource_identifier)] = setting;
436 resource_identifier));
474 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier,
478 resource_identifier, Value::CreateIntegerValue(setting));
746 const std::string& resource_identifier(*j);
749 resource_identifier, &setting);
752 ContentSettingsType(type), resource_identifier)] =
content_settings_notification_provider.cc 101 const ResourceIdentifier& resource_identifier) const {
112 const ResourceIdentifier& resource_identifier,
138 const ResourceIdentifier& resource_identifier,
content_settings_pref_provider.h 118 const ResourceIdentifier& resource_identifier,
content_settings_policy_provider.cc 389 const ResourceIdentifier& resource_identifier,
397 const ResourceIdentifier& resource_identifier) const {
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store_unittest.cc 52 const std::string& resource_identifier,
55 store->GetRuleIterator(content_type, resource_identifier, incognito));
65 const std::string& resource_identifier,
70 store->GetRuleIterator(content_type, resource_identifier, incognito));
content_settings_store.cc 258 it->first.resource_identifier,
271 it->first.resource_identifier);
312 std::string resource_identifier; local
313 dict->GetString(keys::kResourceIdentifierKey, &resource_identifier);
326 resource_identifier,
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 75 const std::string& resource_identifier) {
78 blocked_resources_[content_type]->insert(resource_identifier);
83 const std::string& resource_identifier) {
87 if (!resource_identifier.empty())
88 AddBlockedResource(type, resource_identifier);
tab_specific_content_settings.h 98 const std::string& resource_identifier);
164 const std::string& resource_identifier);
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 301 const std::string& resource_identifier) {
303 bubble_content().radio_group.url, content_type(), resource_identifier, local
533 const std::string& resource_identifier) {
534 bubble_content_.resource_identifiers.insert(resource_identifier);
content_setting_bubble_model.h 117 void AddBlockedResource(const std::string& resource_identifier);

Completed in 328 milliseconds

12