Searched defs:resource_identifier (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_details.cc11 const std::string& resource_identifier)
15 resource_identifier_(resource_identifier) {
7 ContentSettingsDetails( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType type, const std::string& resource_identifier) argument
H A Dcontent_settings_details.h26 const std::string& resource_identifier);
48 const std::string& resource_identifier() const { function in class:ContentSettingsDetails
H A Dcontent_settings_observable_provider.cc31 const std::string& resource_identifier) {
38 resource_identifier));
27 NotifyObservers( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const std::string& resource_identifier) argument
H A Dcontent_settings_origin_identifier_value_map.h31 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...]
H A Dcontent_settings_origin_identifier_value_map.cc21 // |resource_identifier| in the precedence order of the rules.
59 const ResourceIdentifier& resource_identifier)
61 resource_identifier(resource_identifier) {
68 return (resource_identifier < other.resource_identifier);
92 const ResourceIdentifier& resource_identifier,
94 EntryMapKey key(content_type, resource_identifier);
126 const ResourceIdentifier& resource_identifier) const {
127 EntryMapKey key(content_type, resource_identifier);
57 EntryMapKey( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier) argument
90 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Lock* lock) const argument
145 SetValue( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* value) argument
160 DeleteValue( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier) argument
173 DeleteValues( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier) argument
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dmock_settings_observer.cc23 std::string resource_identifier) {
25 primary_pattern, secondary_pattern, content_type, resource_identifier);
19 OnContentSettingChanged( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, std::string resource_identifier) argument
H A Dcontent_settings_mock_provider.cc20 const ResourceIdentifier& resource_identifier,
22 return value_map_.GetRuleIterator(content_type, resource_identifier, NULL);
29 const ResourceIdentifier& resource_identifier,
37 resource_identifier,
18 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, bool incognito) const argument
25 SetWebsiteSetting( const ContentSettingsPattern& requesting_url_pattern, const ContentSettingsPattern& embedding_url_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* value) argument
H A Dcontent_settings_custom_extension_provider.cc26 const ResourceIdentifier& resource_identifier,
29 resource_identifier,
37 const ResourceIdentifier& resource_identifier,
24 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, bool incognito) const argument
33 SetWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* value) argument
H A Dcontent_settings_default_provider.cc192 const ResourceIdentifier& resource_identifier,
251 const ResourceIdentifier& resource_identifier,
254 if (resource_identifier.empty()) {
188 SetWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* in_value) argument
249 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, bool incognito) const argument
H A Dcontent_settings_internal_extension_provider.cc55 const ResourceIdentifier& resource_identifier,
57 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
64 const ResourceIdentifier& resource_identifier,
53 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, bool incognito) const argument
60 SetWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* value) argument
H A Dcontent_settings_override_provider.cc68 const ResourceIdentifier& resource_identifier,
71 if (resource_identifier.empty()) {
85 const ResourceIdentifier& resource_identifier,
66 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, bool incognito) const argument
81 SetWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* in_value) argument
H A Dcontent_settings_policy_provider.cc243 const ResourceIdentifier& resource_identifier,
245 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
436 const ResourceIdentifier& resource_identifier,
241 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, bool incognito) const argument
432 SetWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* value) argument
H A Dcontent_settings_utils.cc176 const std::string& resource_identifier,
185 provider->GetRuleIterator(content_type, resource_identifier, true));
194 provider->GetRuleIterator(content_type, resource_identifier, false));
224 const std::string& resource_identifier,
227 content_type, resource_identifier,
235 const std::string& resource_identifier,
239 content_type, resource_identifier,
171 GetContentSettingValueAndPatterns( const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito, ContentSettingsPattern* primary_pattern, ContentSettingsPattern* secondary_pattern) argument
220 GetContentSettingValue(const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito) argument
231 GetContentSetting(const ProviderInterface* provider, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool include_incognito) argument
H A Dcontent_settings_pref_provider.cc127 const ResourceIdentifier& resource_identifier,
138 resource_identifier.empty()) {
156 resource_identifier,
163 resource_identifier);
171 resource_identifier,
176 primary_pattern, secondary_pattern, content_type, resource_identifier);
222 const ResourceIdentifier& resource_identifier,
226 resource_identifier,
228 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
238 const ResourceIdentifier& resource_identifier,
123 SetWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, base::Value* in_value) argument
220 GetRuleIterator( ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, bool incognito) const argument
234 UpdatePref( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, const base::Value* value) argument
[all...]
H A Dhost_content_settings_map.cc192 const std::string& resource_identifier) const {
195 primary_url, secondary_url, content_type, resource_identifier, NULL);
201 const std::string& resource_identifier,
204 resource_identifier.empty());
220 resource_identifier,
227 resource_identifier,
253 const std::string& resource_identifier,
257 resource_identifier.empty());
266 resource_identifier,
278 const std::string& resource_identifier,
199 GetSettingsForOneType( ContentSettingsType content_type, const std::string& resource_identifier, ContentSettingsForOneType* settings) const argument
249 SetWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const std::string& resource_identifier, base::Value* value) argument
274 SetNarrowestWebsiteSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const std::string& resource_identifier, ContentSetting setting, content_settings::SettingInfo existing_info) argument
302 SetContentSetting( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, const std::string& resource_identifier, ContentSetting setting) argument
326 GetContentSettingAndMaybeUpdateLastUsage( const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier) argument
388 GetContentSettingWithoutOverride( const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier) argument
399 GetWebsiteSettingWithoutOverride( const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, content_settings::SettingInfo* info) const argument
561 OnContentSettingChanged( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, std::string resource_identifier) argument
639 AddSettingsForOneType( const content_settings::ProviderInterface* provider, ProviderType provider_type, ContentSettingsType content_type, const std::string& resource_identifier, ContentSettingsForOneType* settings, bool incognito) const argument
720 GetWebsiteSetting( const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, content_settings::SettingInfo* info) const argument
765 GetWebsiteSettingInternal( const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, content_settings::SettingInfo* info, bool get_override) const argument
[all...]
H A Dtab_specific_content_settings.cc696 std::string resource_identifier) {
698 primary_pattern, secondary_pattern, content_type, resource_identifier);
692 OnContentSettingChanged( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, std::string resource_identifier) argument
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_api.cc121 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, settin local
[all...]
H A Dcontent_settings_store_unittest.cc53 const std::string& resource_identifier,
56 store->GetRuleIterator(content_type, resource_identifier, incognito));
66 const std::string& resource_identifier,
71 store->GetRuleIterator(content_type, resource_identifier, incognito));
49 GetContentSettingFromStore( const ContentSettingsStore* store, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool incognito) argument
63 GetSettingsForOneTypeFromStore( const ContentSettingsStore* store, ContentSettingsType content_type, const std::string& resource_identifier, bool incognito, std::vector<content_settings::Rule>* rules) argument
H A Dcontent_settings_store.cc258 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_org/chrome/browser/ui/webui/options/
H A Dwebsite_settings_handler.cc193 std::string resource_identifier) {
189 OnContentSettingChanged( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, std::string resource_identifier) argument
H A Dcontent_settings_handler.cc521 std::string resource_identifier) {
523 primary_pattern, secondary_pattern, content_type, resource_identifier);
517 OnContentSettingChanged( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType content_type, std::string resource_identifier) argument

Completed in 238 milliseconds