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

  /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 121 std::string resource_identifier; local
122 if (params->details.resource_identifier.get())
123 resource_identifier = params->details.resource_identifier->id;
159 resource_identifier);
199 std::string resource_identifier; local
200 if (params->details.resource_identifier.get())
201 resource_identifier = params->details.resource_identifier->id;
245 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,

Completed in 255 milliseconds