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

  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 94 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
125 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion(
166 all_settings_dictionary->GetDictionaryWithoutPathExpansion(
  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) {
182 if (!placeholders_tree->GetDictionaryWithoutPathExpansion(content_key,
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 456 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion(
550 all_settings_dictionary->GetDictionaryWithoutPathExpansion(
643 bool found = mutable_settings->GetDictionaryWithoutPathExpansion(
677 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
685 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
797 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion(
host_content_settings_map_unittest.cc 566 EXPECT_FALSE(all_settings_dictionary->GetDictionaryWithoutPathExpansion(
568 EXPECT_TRUE(all_settings_dictionary->GetDictionaryWithoutPathExpansion(
    [all...]
  /external/chromium/chrome/browser/
background_contents_service.cc 390 contents->GetDictionaryWithoutPathExpansion(extension_id, &dict);
482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current))
background_contents_service_unittest.cc 46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value);
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc 80 if (!prefs_->GetDictionaryWithoutPathExpansion(extension_id, &extension)) {
extension_prefs.cc 179 if (!dictionary->GetDictionaryWithoutPathExpansion(*i, &ext))
284 if (!dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict))
308 update_dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict);
325 if (!dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) {
523 if (!extensions->GetDictionaryWithoutPathExpansion(*extension_id, &ext)) {
    [all...]
sandboxed_extension_unpacker.cc 572 if (!catalogs.GetDictionaryWithoutPathExpansion(*key_it, &catalog)) {
  /external/chromium/base/
values.h 284 bool GetDictionaryWithoutPathExpansion(const std::string& key,
values.cc 565 bool DictionaryValue::GetDictionaryWithoutPathExpansion(
637 if (GetDictionaryWithoutPathExpansion(*key, &sub_dict)) {
values_unittest.cc 310 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2));
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 402 if (all_profiles_metrics.GetDictionaryWithoutPathExpansion(key_name,
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator_unittest.cc 27 patterns_dict->GetDictionaryWithoutPathExpansion(expression,
  /external/chromium/net/base/
transport_security_state.cc 356 if (!dict_value->GetDictionaryWithoutPathExpansion(*i, &state))
  /external/chromium/base/json/
json_reader_unittest.cc 373 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f",

Completed in 898 milliseconds