Home
last modified time | relevance | path

Searched refs:RemoveWithoutPathExpansion (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider.cc156 default_settings_dictionary->RemoveWithoutPathExpansion(dictionary_path, in UpdateDefaultSetting()
444 all_settings_dictionary->RemoveWithoutPathExpansion( in SetContentSetting()
474 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier, in SetContentSetting()
483 host_settings_dictionary->RemoveWithoutPathExpansion(dictionary_path, in SetContentSetting()
545 all_settings_dictionary->RemoveWithoutPathExpansion(host, NULL); in ClearAllContentSettingsRules()
553 host_settings_dictionary->RemoveWithoutPathExpansion( in ClearAllContentSettingsRules()
692 all_settings_dictionary->RemoveWithoutPathExpansion(remove_items[i], NULL); in CanonicalizeContentSettingsExceptions()
697 all_settings_dictionary->RemoveWithoutPathExpansion( in CanonicalizeContentSettingsExceptions()
/external/chromium/chrome/browser/
Dbackground_page_tracker.cc216 contents->RemoveWithoutPathExpansion(*iter, NULL); in UpdateExtensionList()
291 contents->RemoveWithoutPathExpansion(id, NULL); in OnExtensionUnloaded()
Dbackground_contents_service.cc500 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL); in UnregisterBackgroundContents()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map.cc170 requesting_origin_settings_dictionary->RemoveWithoutPathExpansion( in SetContentSetting()
173 all_settings_dictionary->RemoveWithoutPathExpansion( in SetContentSetting()
/external/chromium/base/
Dvalues.h299 bool RemoveWithoutPathExpansion(const std::string& key, Value** out_value);
Dvalues.cc604 return current_dictionary->RemoveWithoutPathExpansion(current_path, in Remove()
608 bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key, in RemoveWithoutPathExpansion() function in DictionaryValue
/external/chromium/chrome/browser/history/
Dtop_sites.cc368 blacklist->RemoveWithoutPathExpansion(GetURLHash(url), NULL); in RemoveBlacklistedURL()
423 pinned_urls->RemoveWithoutPathExpansion(GetURLString(url), NULL); in RemovePinnedURL()
/external/chromium/chrome/browser/extensions/
Dextension_prefs.cc217 CHECK(update_dictionary->RemoveWithoutPathExpansion(i->first, NULL)); in CleanupBadExtensionKeys()
221 CHECK(update_dictionary->RemoveWithoutPathExpansion( in CleanupBadExtensionKeys()
1508 dict->RemoveWithoutPathExpansion(pref_key, NULL); in RemoveExtensionControlledPref()
Dextension_prefs_unittest.cc632 ASSERT_TRUE(extensions_dict_update->RemoveWithoutPathExpansion( in Initialize()
/external/chromium/chrome/browser/chromeos/login/
Duser_manager.cc383 prefs_images_update->RemoveWithoutPathExpansion(email, NULL); in RemoveUserFromList()