HomeSort by relevance Sort by last modified time
    Searched defs:resource_identifier (Results 1 - 4 of 4) 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/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 49 milliseconds