HomeSort by relevance Sort by last modified time
    Searched refs:RemoveWithoutPathExpansion (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/
background_page_tracker.cc 216 contents->RemoveWithoutPathExpansion(*iter, NULL);
291 contents->RemoveWithoutPathExpansion(id, NULL);
background_contents_service.cc 500 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL);
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 156 default_settings_dictionary->RemoveWithoutPathExpansion(dictionary_path,
444 all_settings_dictionary->RemoveWithoutPathExpansion(
474 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier,
483 host_settings_dictionary->RemoveWithoutPathExpansion(dictionary_path,
545 all_settings_dictionary->RemoveWithoutPathExpansion(host, NULL);
553 host_settings_dictionary->RemoveWithoutPathExpansion(
692 all_settings_dictionary->RemoveWithoutPathExpansion(remove_items[i], NULL);
697 all_settings_dictionary->RemoveWithoutPathExpansion(
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 170 requesting_origin_settings_dictionary->RemoveWithoutPathExpansion(
173 all_settings_dictionary->RemoveWithoutPathExpansion(
  /external/chromium/base/
values.h 299 bool RemoveWithoutPathExpansion(const std::string& key, Value** out_value);
values.cc 604 return current_dictionary->RemoveWithoutPathExpansion(current_path,
608 bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key,
  /external/chromium/chrome/browser/history/
top_sites.cc 368 blacklist->RemoveWithoutPathExpansion(GetURLHash(url), NULL);
423 pinned_urls->RemoveWithoutPathExpansion(GetURLString(url), NULL);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 217 CHECK(update_dictionary->RemoveWithoutPathExpansion(i->first, NULL));
221 CHECK(update_dictionary->RemoveWithoutPathExpansion(
    [all...]
extension_prefs_unittest.cc 632 ASSERT_TRUE(extensions_dict_update->RemoveWithoutPathExpansion(
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 383 prefs_images_update->RemoveWithoutPathExpansion(email, NULL);

Completed in 698 milliseconds