Searched refs:RemoveWithoutPathExpansion (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/content_settings/ |
D | content_settings_pref_provider.cc | 156 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/ |
D | background_page_tracker.cc | 216 contents->RemoveWithoutPathExpansion(*iter, NULL); in UpdateExtensionList() 291 contents->RemoveWithoutPathExpansion(id, NULL); in OnExtensionUnloaded()
|
D | background_contents_service.cc | 500 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL); in UnregisterBackgroundContents()
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map.cc | 170 requesting_origin_settings_dictionary->RemoveWithoutPathExpansion( in SetContentSetting() 173 all_settings_dictionary->RemoveWithoutPathExpansion( in SetContentSetting()
|
/external/chromium/base/ |
D | values.h | 299 bool RemoveWithoutPathExpansion(const std::string& key, Value** out_value);
|
D | values.cc | 604 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/ |
D | top_sites.cc | 368 blacklist->RemoveWithoutPathExpansion(GetURLHash(url), NULL); in RemoveBlacklistedURL() 423 pinned_urls->RemoveWithoutPathExpansion(GetURLString(url), NULL); in RemovePinnedURL()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_prefs.cc | 217 CHECK(update_dictionary->RemoveWithoutPathExpansion(i->first, NULL)); in CleanupBadExtensionKeys() 221 CHECK(update_dictionary->RemoveWithoutPathExpansion( in CleanupBadExtensionKeys() 1508 dict->RemoveWithoutPathExpansion(pref_key, NULL); in RemoveExtensionControlledPref()
|
D | extension_prefs_unittest.cc | 632 ASSERT_TRUE(extensions_dict_update->RemoveWithoutPathExpansion( in Initialize()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | user_manager.cc | 383 prefs_images_update->RemoveWithoutPathExpansion(email, NULL); in RemoveUserFromList()
|