Home
last modified time | relevance | path

Searched refs:GetDictionaryWithoutPathExpansion (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map.cc94 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion( in GetContentSetting()
125 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion( in GetAllOriginsSettings()
166 all_settings_dictionary->GetDictionaryWithoutPathExpansion( in SetContentSetting()
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider.cc456 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion( in SetContentSetting()
550 all_settings_dictionary->GetDictionaryWithoutPathExpansion( in ClearAllContentSettingsRules()
643 bool found = mutable_settings->GetDictionaryWithoutPathExpansion( in ReadExceptions()
677 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion( in CanonicalizeContentSettingsExceptions()
685 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion( in CanonicalizeContentSettingsExceptions()
797 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion( in MigrateObsoletePerhostPref()
Dhost_content_settings_map_unittest.cc566 EXPECT_FALSE(all_settings_dictionary->GetDictionaryWithoutPathExpansion( in TEST_F()
568 EXPECT_TRUE(all_settings_dictionary->GetDictionaryWithoutPathExpansion( in TEST_F()
/external/chromium/chrome/common/extensions/
Dextension_message_bundle.cc138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) { in GetMessageValue()
182 if (!placeholders_tree->GetDictionaryWithoutPathExpansion(content_key, in GetPlaceholders()
/external/chromium/chrome/browser/extensions/
Dextension_prefs.cc179 if (!dictionary->GetDictionaryWithoutPathExpansion(*i, &ext)) in CleanupBadExtensionKeys()
284 if (!dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) in MakePathsRelative()
308 update_dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict); in MakePathsRelative()
325 if (!dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) { in MakePathsAbsolute()
523 if (!extensions->GetDictionaryWithoutPathExpansion(*extension_id, &ext)) { in UpdateBlacklist()
1046 if (!extension_data->GetDictionaryWithoutPathExpansion(*extension_id, &ext)) { in GetInstalledExtensionInfoImpl()
Dexternal_extension_provider_impl.cc80 if (!prefs_->GetDictionaryWithoutPathExpansion(extension_id, &extension)) { in SetPrefs()
Dsandboxed_extension_unpacker.cc572 if (!catalogs.GetDictionaryWithoutPathExpansion(*key_it, &catalog)) { in RewriteCatalogFiles()
/external/chromium/chrome/browser/
Dbackground_contents_service.cc390 contents->GetDictionaryWithoutPathExpansion(extension_id, &dict); in LoadBackgroundContentsFromDictionary()
482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current)) in RegisterBackgroundContents()
Dbackground_contents_service_unittest.cc46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value); in GetPrefURLForApp()
/external/chromium/base/
Dvalues.h284 bool GetDictionaryWithoutPathExpansion(const std::string& key,
Dvalues.cc565 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in DictionaryValue
637 if (GetDictionaryWithoutPathExpansion(*key, &sub_dict)) { in MergeDictionary()
Dvalues_unittest.cc310 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST_F()
/external/chromium/chrome/browser/metrics/
Dmetrics_log.cc402 if (all_profiles_metrics.GetDictionaryWithoutPathExpansion(key_name, in WriteAllProfilesMetrics()
/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator_unittest.cc27 patterns_dict->GetDictionaryWithoutPathExpansion(expression, in SetContentPattern()
/external/chromium/net/base/
Dtransport_security_state.cc356 if (!dict_value->GetDictionaryWithoutPathExpansion(*i, &state)) in Deserialise()
/external/chromium/base/json/
Djson_reader_unittest.cc373 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f", in TEST()