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

/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map.cc94 if (all_settings_dictionary->GetDictionaryWithoutPathExpansion(
125 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion(
166 all_settings_dictionary->GetDictionaryWithoutPathExpansion(
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle.cc138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) {
182 if (!placeholders_tree->GetDictionaryWithoutPathExpansion(content_key,
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc456 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(
H A Dhost_content_settings_map_unittest.cc566 EXPECT_FALSE(all_settings_dictionary->GetDictionaryWithoutPathExpansion(
568 EXPECT_TRUE(all_settings_dictionary->GetDictionaryWithoutPathExpansion(
/external/chromium/chrome/browser/
H A Dbackground_contents_service.cc390 contents->GetDictionaryWithoutPathExpansion(extension_id, &dict);
482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &current))
H A Dbackground_contents_service_unittest.cc46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value);
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_provider_impl.cc80 if (!prefs_->GetDictionaryWithoutPathExpansion(extension_id, &extension)) {
H A Dextension_prefs.cc179 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)) {
1046 if (!extension_data->GetDictionaryWithoutPathExpansion(*extension_id, &ext)) {
H A Dsandboxed_extension_unpacker.cc572 if (!catalogs.GetDictionaryWithoutPathExpansion(*key_it, &catalog)) {
/external/chromium/base/
H A Dvalues.h284 bool GetDictionaryWithoutPathExpansion(const std::string& key,
H A Dvalues.cc565 bool DictionaryValue::GetDictionaryWithoutPathExpansion( function in class:DictionaryValue
637 if (GetDictionaryWithoutPathExpansion(*key, &sub_dict)) {
H A Dvalues_unittest.cc310 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2));
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log.cc402 if (all_profiles_metrics.GetDictionaryWithoutPathExpansion(key_name,
/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator_unittest.cc27 patterns_dict->GetDictionaryWithoutPathExpansion(expression,
/external/chromium/net/base/
H A Dtransport_security_state.cc356 if (!dict_value->GetDictionaryWithoutPathExpansion(*i, &state))
/external/chromium/base/json/
H A Djson_reader_unittest.cc373 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f",

Completed in 846 milliseconds