Searched refs:GetDictionaryWithoutPathExpansion (Results 1 – 16 of 16) sorted by relevance
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map.cc | 94 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/ |
D | content_settings_pref_provider.cc | 456 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()
|
D | host_content_settings_map_unittest.cc | 566 EXPECT_FALSE(all_settings_dictionary->GetDictionaryWithoutPathExpansion( in TEST_F() 568 EXPECT_TRUE(all_settings_dictionary->GetDictionaryWithoutPathExpansion( in TEST_F()
|
/external/chromium/chrome/common/extensions/ |
D | extension_message_bundle.cc | 138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) { in GetMessageValue() 182 if (!placeholders_tree->GetDictionaryWithoutPathExpansion(content_key, in GetPlaceholders()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_prefs.cc | 179 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()
|
D | external_extension_provider_impl.cc | 80 if (!prefs_->GetDictionaryWithoutPathExpansion(extension_id, &extension)) { in SetPrefs()
|
D | sandboxed_extension_unpacker.cc | 572 if (!catalogs.GetDictionaryWithoutPathExpansion(*key_it, &catalog)) { in RewriteCatalogFiles()
|
/external/chromium/chrome/browser/ |
D | background_contents_service.cc | 390 contents->GetDictionaryWithoutPathExpansion(extension_id, &dict); in LoadBackgroundContentsFromDictionary() 482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), ¤t)) in RegisterBackgroundContents()
|
D | background_contents_service_unittest.cc | 46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value); in GetPrefURLForApp()
|
/external/chromium/base/ |
D | values.h | 284 bool GetDictionaryWithoutPathExpansion(const std::string& key,
|
D | values.cc | 565 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in DictionaryValue 637 if (GetDictionaryWithoutPathExpansion(*key, &sub_dict)) { in MergeDictionary()
|
D | values_unittest.cc | 310 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST_F()
|
/external/chromium/chrome/browser/metrics/ |
D | metrics_log.cc | 402 if (all_profiles_metrics.GetDictionaryWithoutPathExpansion(key_name, in WriteAllProfilesMetrics()
|
/external/chromium/chrome/browser/sync/glue/ |
D | preference_model_associator_unittest.cc | 27 patterns_dict->GetDictionaryWithoutPathExpansion(expression, in SetContentPattern()
|
/external/chromium/net/base/ |
D | transport_security_state.cc | 356 if (!dict_value->GetDictionaryWithoutPathExpansion(*i, &state)) in Deserialise()
|
/external/chromium/base/json/ |
D | json_reader_unittest.cc | 373 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f", in TEST()
|