HomeSort by relevance Sort by last modified time
    Searched defs:resource_identifier (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/content_settings/
content_settings_details.h 25 const std::string& resource_identifier)
28 resource_identifier_(resource_identifier) {}
40 const std::string& resource_identifier() const { function in class:ContentSettingsDetails
content_settings_mock_provider.h 50 ResourceIdentifier resource_identifier,
63 const ResourceIdentifier& resource_identifier) const;
71 const ResourceIdentifier& resource_identifier,
76 const ResourceIdentifier& resource_identifier,
109 void set_resource_identifier(ResourceIdentifier resource_identifier) {
110 resource_identifier_ = resource_identifier;
113 ResourceIdentifier resource_identifier() const { function in class:content_settings::MockProvider
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...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_details.h 26 const std::string& resource_identifier);
48 const std::string& resource_identifier() const { function in class:ContentSettingsDetails
content_settings_origin_identifier_value_map.h 31 ResourceIdentifier resource_identifier; member in struct:content_settings::OriginIdentifierValueMap::EntryMapKey
33 const ResourceIdentifier& resource_identifier);
71 // |resource_identifier|. The caller takes the ownership of the iterator. It
77 const ResourceIdentifier& resource_identifier,
84 // |secondary_pattern|, |content_type|, |resource_identifier| tuple. If
90 const ResourceIdentifier& resource_identifier) const;
93 // |content_type|, |resource_identifier| tuple. The method takes the ownership
99 const ResourceIdentifier& resource_identifier,
103 // |secondary_pattern|, |content_type|, |resource_identifier| tuple.
108 const ResourceIdentifier& resource_identifier);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc 123 std::string resource_identifier; local
124 if (params->details.resource_identifier.get())
125 resource_identifier = params->details.resource_identifier->id;
161 resource_identifier);
201 std::string resource_identifier; local
202 if (params->details.resource_identifier.get())
203 resource_identifier = params->details.resource_identifier->id;
248 resource_identifier, setting, scope) local
    [all...]
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/
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);

Completed in 212 milliseconds