GetDictionary 217 ash/system/chromeos/network/tray_sms.cc if (!messages.GetDictionary(index, &message)) { GetDictionary 381 ash/system/chromeos/network/tray_sms.cc if (!messages_.GetDictionary(message_index, &message)) GetDictionary 219 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 309 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 1924 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 1941 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 1959 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 1978 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2035 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2042 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2050 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2060 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2070 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2080 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2086 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2094 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2102 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2110 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2117 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2124 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2131 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2138 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2145 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2152 base/debug/trace_event_unittest.cc dict->GetDictionary("args", &args_dict); GetDictionary 2796 base/debug/trace_event_unittest.cc EXPECT_TRUE(trace_parsed_.GetDictionary(i, &item)); GetDictionary 370 base/json/json_reader_unittest.cc ASSERT_TRUE(dict_val->GetDictionary("inner", &inner_dict)); GetDictionary 378 base/json/json_reader_unittest.cc EXPECT_TRUE(dict_val->GetDictionary("d", &inner_dict)); GetDictionary 591 base/json/json_reader_unittest.cc ASSERT_TRUE(root_dict->GetDictionary("test", &dict)); GetDictionary 293 base/metrics/statistics_recorder_unittest.cc ASSERT_TRUE(histogram_list->GetDictionary(0, &histogram_dict)); GetDictionary 314 base/metrics/statistics_recorder_unittest.cc ASSERT_TRUE(histogram_list->GetDictionary(0, &histogram_dict)); GetDictionary 181 base/prefs/pref_service.h const base::DictionaryValue* GetDictionary( GetDictionary 58 base/prefs/scoped_user_pref_update_unittest.cc const base::DictionaryValue* current_value = prefs_.GetDictionary(kPref); GetDictionary 67 base/prefs/scoped_user_pref_update_unittest.cc const base::DictionaryValue* current_value = prefs_.GetDictionary(kPref); GetDictionary 73 base/prefs/scoped_user_pref_update_unittest.cc const base::DictionaryValue* old_value = prefs_.GetDictionary(kPref); GetDictionary 78 base/prefs/scoped_user_pref_update_unittest.cc const base::DictionaryValue* new_value = prefs_.GetDictionary(kPref); GetDictionary 78 base/test/trace_event_analyzer.cc if (!dictionary->GetDictionary("args", &args)) { GetDictionary 27 base/test/values_test_util.cc EXPECT_TRUE(value.GetDictionary(key, &dict_value)) << key; GetDictionary 411 base/values.cc if (!current_dictionary->GetDictionary(key, &child_dictionary)) { GetDictionary 492 base/values.cc if (!current_dictionary->GetDictionary( GetDictionary 604 base/values.cc return static_cast<const DictionaryValue&>(*this).GetDictionary( GetDictionary 747 base/values.cc if (!GetDictionary(current_path.substr(0, delimiter_position), GetDictionary 783 base/values.cc if (!GetDictionary(subdict_path, &subdict)) GetDictionary 979 base/values.cc return static_cast<const ListValue&>(*this).GetDictionary( GetDictionary 290 base/values.h bool GetDictionary(const std::string& path, GetDictionary 292 base/values.h bool GetDictionary(const std::string& path, DictionaryValue** out_value); GetDictionary 426 base/values.h bool GetDictionary(size_t index, const DictionaryValue** out_value) const; GetDictionary 427 base/values.h bool GetDictionary(size_t index, DictionaryValue** out_value); GetDictionary 49 base/values_unittest.cc ASSERT_TRUE(bookmark_list->GetDictionary(0, &bookmark)); GetDictionary 730 base/values_unittest.cc EXPECT_TRUE(base->GetDictionary("sub_dict_key", &res_sub_dict)); GetDictionary 758 base/values_unittest.cc EXPECT_TRUE(base->GetDictionary("dict", &ptr)); GetDictionary 764 base/values_unittest.cc EXPECT_TRUE(merged->GetDictionary("dict", &ptr)); GetDictionary 906 base/values_unittest.cc EXPECT_FALSE(main_dict.GetDictionary("bool", NULL)); GetDictionary 907 base/values_unittest.cc EXPECT_FALSE(main_dict.GetDictionary("int", NULL)); GetDictionary 908 base/values_unittest.cc EXPECT_FALSE(main_dict.GetDictionary("double", NULL)); GetDictionary 909 base/values_unittest.cc EXPECT_FALSE(main_dict.GetDictionary("string", NULL)); GetDictionary 910 base/values_unittest.cc EXPECT_FALSE(main_dict.GetDictionary("binary", NULL)); GetDictionary 911 base/values_unittest.cc EXPECT_TRUE(main_dict.GetDictionary("dict", NULL)); GetDictionary 912 base/values_unittest.cc EXPECT_FALSE(main_dict.GetDictionary("list", NULL)); GetDictionary 913 base/values_unittest.cc EXPECT_FALSE(main_dict.GetDictionary("DNE", NULL)); GetDictionary 1078 base/values_unittest.cc EXPECT_FALSE(main_list.GetDictionary(0, NULL)); GetDictionary 1079 base/values_unittest.cc EXPECT_FALSE(main_list.GetDictionary(1, NULL)); GetDictionary 1080 base/values_unittest.cc EXPECT_FALSE(main_list.GetDictionary(2, NULL)); GetDictionary 1081 base/values_unittest.cc EXPECT_FALSE(main_list.GetDictionary(3, NULL)); GetDictionary 1082 base/values_unittest.cc EXPECT_FALSE(main_list.GetDictionary(4, NULL)); GetDictionary 1083 base/values_unittest.cc EXPECT_TRUE(main_list.GetDictionary(5, NULL)); GetDictionary 1084 base/values_unittest.cc EXPECT_FALSE(main_list.GetDictionary(6, NULL)); GetDictionary 1085 base/values_unittest.cc EXPECT_FALSE(main_list.GetDictionary(7, NULL)); GetDictionary 76 chrome/browser/android/new_tab_page_prefs.cc const base::DictionaryValue* dict = profile_->GetPrefs()->GetDictionary( GetDictionary 773 chrome/browser/autocomplete/base_search_provider.cc if (root_list->GetDictionary(4, &extras)) { GetDictionary 791 chrome/browser/autocomplete/base_search_provider.cc if (extras->GetDictionary("google:clientdata", &client_data) && client_data) GetDictionary 850 chrome/browser/autocomplete/base_search_provider.cc suggestion_details->GetDictionary(index, &suggestion_detail); GetDictionary 528 chrome/browser/background/background_contents_service.cc prefs_->GetDictionary(prefs::kRegisteredBackgroundContents); GetDictionary 582 chrome/browser/background/background_contents_service.cc prefs_->GetDictionary(prefs::kRegisteredBackgroundContents); GetDictionary 716 chrome/browser/background/background_contents_service.cc prefs_->GetDictionary(prefs::kRegisteredBackgroundContents); GetDictionary 50 chrome/browser/background/background_contents_service_unittest.cc return profile->GetPrefs()->GetDictionary( GetDictionary 2279 chrome/browser/chrome_content_browser_client.cc prefs->GetDictionary(prefs::kWebKitInspectorSettings); GetDictionary 351 chrome/browser/chromeos/app_mode/kiosk_app_data.cc local_state->GetDictionary(KioskAppManager::kKioskDictionaryName); GetDictionary 63 chrome/browser/chromeos/app_mode/kiosk_app_launch_error.cc local_state->GetDictionary(KioskAppManager::kKioskDictionaryName); GetDictionary 463 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc prefs->GetDictionary(KioskAppManager::kKioskDictionaryName); GetDictionary 362 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc local_state->GetDictionary(KioskAppManager::kKioskDictionaryName); GetDictionary 364 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc EXPECT_TRUE(dict->GetDictionary(KioskAppManager::kKeyApps, &apps_dict)); GetDictionary 432 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc local_state->GetDictionary(KioskAppManager::kKioskDictionaryName); GetDictionary 156 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc local_state_->GetDictionary(prefs::kAudioDevicesMute); GetDictionary 174 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc local_state_->GetDictionary(prefs::kAudioDevicesVolumePercent); GetDictionary 109 chrome/browser/chromeos/customization_document.cc if (!root || !root->GetDictionary(dictionary_name, &dictionary_content)) GetDictionary 113 chrome/browser/chromeos/customization_document.cc if (dictionary_content->GetDictionary(locale, &locale_dictionary)) { GetDictionary 120 chrome/browser/chromeos/customization_document.cc if (dictionary_content->GetDictionary(kDefaultAttr, &default_dictionary)) { GetDictionary 272 chrome/browser/chromeos/customization_document.cc if (hwid_list->GetDictionary(i, &hwid_dictionary) && GetDictionary 609 chrome/browser/chromeos/customization_document.cc profile->GetPrefs()->GetDictionary(kServicesCustomizationKey); GetDictionary 113 chrome/browser/chromeos/display/display_preferences.cc const base::DictionaryValue* layouts = local_state->GetDictionary( GetDictionary 141 chrome/browser/chromeos/display/display_preferences.cc const base::DictionaryValue* properties = local_state->GetDictionary( GetDictionary 229 chrome/browser/chromeos/display/display_preferences_unittest.cc local_state()->GetDictionary(prefs::kSecondaryDisplays); GetDictionary 232 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); GetDictionary 245 chrome/browser/chromeos/display/display_preferences_unittest.cc local_state()->GetDictionary(prefs::kDisplayProperties); GetDictionary 247 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property)); GetDictionary 274 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property)); GetDictionary 300 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property)); GetDictionary 309 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property)); GetDictionary 316 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); GetDictionary 337 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); GetDictionary 348 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property)); GetDictionary 354 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property)); GetDictionary 370 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); GetDictionary 382 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property)); GetDictionary 396 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &layout_value)); GetDictionary 408 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property)); GetDictionary 428 chrome/browser/chromeos/display/display_preferences_unittest.cc local_state()->GetDictionary(prefs::kDisplayProperties); GetDictionary 430 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id), &property)); GetDictionary 449 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id), &property)); GetDictionary 472 chrome/browser/chromeos/display/display_preferences_unittest.cc local_state()->GetDictionary(prefs::kSecondaryDisplays); GetDictionary 475 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &new_value)); GetDictionary 484 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(displays->GetDictionary(key, &new_value)); GetDictionary 132 chrome/browser/chromeos/extensions/echo_private_api.cc GetDictionary(prefs::kEchoCheckedOffers); GetDictionary 166 chrome/browser/chromeos/extensions/external_cache.cc if (cached_extensions_->GetDictionary(id, &extension_dictionary)) { GetDictionary 269 chrome/browser/chromeos/extensions/external_cache.cc if (!extensions_->GetDictionary(id, &entry)) { GetDictionary 182 chrome/browser/chromeos/extensions/external_cache_unittest.cc ASSERT_TRUE(provided_prefs()->GetDictionary(kTestExtensionId1, &entry1)); GetDictionary 196 chrome/browser/chromeos/extensions/external_cache_unittest.cc ASSERT_TRUE(provided_prefs()->GetDictionary(kTestExtensionId3, &entry3)); GetDictionary 222 chrome/browser/chromeos/extensions/external_cache_unittest.cc ASSERT_TRUE(provided_prefs()->GetDictionary(kTestExtensionId2, &entry2)); GetDictionary 251 chrome/browser/chromeos/extensions/external_cache_unittest.cc ASSERT_TRUE(provided_prefs()->GetDictionary(kTestExtensionId4, &entry4)); GetDictionary 307 chrome/browser/chromeos/extensions/external_cache_unittest.cc ASSERT_TRUE(provided_prefs()->GetDictionary(kTestExtensionId1, &entry1)); GetDictionary 344 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api_test.cc EXPECT_FALSE(result->GetDictionary("entry", &entry_info)); GetDictionary 373 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api_test.cc EXPECT_FALSE(result->GetDictionary("entry", &entry_info)); GetDictionary 203 chrome/browser/chromeos/file_manager/file_tasks.cc pref_service.GetDictionary(prefs::kDefaultTasksByMimeType); GetDictionary 214 chrome/browser/chromeos/file_manager/file_tasks.cc pref_service.GetDictionary(prefs::kDefaultTasksBySuffix); GetDictionary 315 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc if (!component_list->GetDictionary(i, &dictionary)) GetDictionary 227 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc if (!existing_users_->GetDictionary(user_id, &user_info)) { GetDictionary 293 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc if (!existing_users_->GetDictionary(user_id, &user_info)) { GetDictionary 155 chrome/browser/chromeos/login/multi_profile_user_controller.cc local_state_->GetDictionary(prefs::kCachedMultiProfileUserBehavior); GetDictionary 198 chrome/browser/chromeos/login/oauth2_browsertest.cc local_state->GetDictionary("OAuthTokenStatus"); GetDictionary 235 chrome/browser/chromeos/login/supervised_user_manager_impl.cc local_state->GetDictionary(kManagedUserManagerNames); GetDictionary 307 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const base::DictionaryValue* dictionary = local_state->GetDictionary(key); GetDictionary 316 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const base::DictionaryValue* dictionary = local_state->GetDictionary(key); GetDictionary 324 chrome/browser/chromeos/login/supervised_user_manager_impl.cc const base::DictionaryValue* dictionary = local_state->GetDictionary(key); GetDictionary 479 chrome/browser/chromeos/login/supervised_user_manager_impl.cc local_state->GetDictionary(kManagedUserManagers); GetDictionary 178 chrome/browser/chromeos/login/user_image_manager_browsertest.cc ExpectUserImageInfo(local_state_->GetDictionary("UserImages"), GetDictionary 180 chrome/browser/chromeos/login/user_image_manager_browsertest.cc ExpectNoUserImageInfo(local_state_->GetDictionary("user_image_info"), GetDictionary 189 chrome/browser/chromeos/login/user_image_manager_browsertest.cc ExpectUserImageInfo(local_state_->GetDictionary("user_image_info"), GetDictionary 191 chrome/browser/chromeos/login/user_image_manager_browsertest.cc ExpectNoUserImageInfo(local_state_->GetDictionary("UserImages"), GetDictionary 486 chrome/browser/chromeos/login/user_image_manager_impl.cc local_state->GetDictionary(kUserImages); GetDictionary 488 chrome/browser/chromeos/login/user_image_manager_impl.cc local_state->GetDictionary(kUserImageProperties); GetDictionary 568 chrome/browser/chromeos/login/user_image_manager_impl.cc g_browser_process->local_state()->GetDictionary(kUserImages); GetDictionary 938 chrome/browser/chromeos/login/user_image_manager_impl.cc g_browser_process->local_state()->GetDictionary(kUserImages); GetDictionary 195 chrome/browser/chromeos/login/user_image_sync_observer.cc const base::DictionaryValue* dict = prefs_->GetDictionary(kUserImageInfo); GetDictionary 1217 chrome/browser/chromeos/login/user_manager_impl.cc local_state->GetDictionary(kUserDisplayName); GetDictionary 1219 chrome/browser/chromeos/login/user_manager_impl.cc local_state->GetDictionary(kUserGivenName); GetDictionary 1221 chrome/browser/chromeos/login/user_manager_impl.cc local_state->GetDictionary(kUserDisplayEmail); GetDictionary 1564 chrome/browser/chromeos/login/user_manager_impl.cc local_state->GetDictionary(kUserOAuthTokenStatus); GetDictionary 1583 chrome/browser/chromeos/login/user_manager_impl.cc local_state->GetDictionary(kUserForceOnlineSignin); GetDictionary 1166 chrome/browser/chromeos/login/wallpaper_manager.cc GetDictionary(prefs::kUsersWallpaperInfo); GetDictionary 141 chrome/browser/chromeos/mobile/mobile_activator.cc if (!root_dict->GetDictionary(kErrorsField, &errors)) GetDictionary 88 chrome/browser/chromeos/mobile_config.cc deal_dict->GetDictionary(kLocalizedContentAttr, &localized_strings_); GetDictionary 99 chrome/browser/chromeos/mobile_config.cc if (localized_strings_->GetDictionary(locale, &locale_dict) && GetDictionary 102 chrome/browser/chromeos/mobile_config.cc } else if (localized_strings_->GetDictionary(kDefaultAttr, &locale_dict) && GetDictionary 166 chrome/browser/chromeos/mobile_config.cc if (id_list->GetDictionary(i, &id_dict) && GetDictionary 178 chrome/browser/chromeos/mobile_config.cc if (deals_list->GetDictionary(i, &deal_dict)) { GetDictionary 258 chrome/browser/chromeos/mobile_config.cc if (root_.get() && root_->GetDictionary(kCarriersAttr, &carriers)) { GetDictionary 289 chrome/browser/chromeos/mobile_config.cc if (root_.get() && root_->GetDictionary(kInitialLocalesAttr, GetDictionary 293 chrome/browser/chromeos/mobile_config.cc if (initial_locales->GetDictionary(initial_locale_, GetDictionary 35 chrome/browser/chromeos/net/onc_utils_unittest.cc test_case->GetDictionary("ONC_ProxySettings", &onc_proxy_settings); GetDictionary 38 chrome/browser/chromeos/net/onc_utils_unittest.cc test_case->GetDictionary("ProxyConfig", &expected_proxy_config); GetDictionary 115 chrome/browser/chromeos/net/proxy_config_handler.cc base::JSONWriter::Write(&proxy_config.GetDictionary(), &proxy_config_str); GetDictionary 177 chrome/browser/chromeos/policy/app_pack_updater.cc if (prefs->GetDictionary(screen_saver_id_, &screen_saver)) { GetDictionary 236 chrome/browser/chromeos/policy/auto_enrollment_client.cc local_state_->GetDictionary(prefs::kServerBackedDeviceState); GetDictionary 229 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc local_state_->GetDictionary(prefs::kServerBackedDeviceState); GetDictionary 385 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc local_state_->GetDictionary(prefs::kServerBackedDeviceState); GetDictionary 128 chrome/browser/chromeos/policy/device_local_account.cc if (!list->GetDictionary(i, &entry)) { GetDictionary 1037 chrome/browser/chromeos/policy/device_local_account_browsertest.cc g_browser_process->local_state()->GetDictionary("user_image_info"); GetDictionary 182 chrome/browser/chromeos/policy/device_status_collector.cc local_state_->GetDictionary(prefs::kDeviceLocation); GetDictionary 276 chrome/browser/chromeos/policy/device_status_collector.cc local_state_->GetDictionary(prefs::kDeviceActivityTimes); GetDictionary 579 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc EXPECT_FALSE(prefs_.GetDictionary(prefs::kDeviceLocation)->empty()); GetDictionary 595 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc EXPECT_TRUE(prefs_.GetDictionary(prefs::kDeviceLocation)->empty()); GetDictionary 84 chrome/browser/chromeos/settings/cros_settings.h bool GetDictionary(const std::string& path, GetDictionary 294 chrome/browser/content_settings/content_settings_default_provider.cc prefs_->GetDictionary(prefs::kDefaultContentSettings); GetDictionary 267 chrome/browser/content_settings/content_settings_pref_provider.cc found = settings_dictionary->GetDictionary( GetDictionary 369 chrome/browser/content_settings/content_settings_pref_provider.cc prefs_->GetDictionary(prefs::kContentSettingsPatternPairs); GetDictionary 418 chrome/browser/content_settings/content_settings_pref_provider.cc if (settings_dictionary->GetDictionary( GetDictionary 685 chrome/browser/content_settings/host_content_settings_map_unittest.cc prefs->GetDictionary(prefs::kContentSettingsPatternPairs); GetDictionary 711 chrome/browser/content_settings/host_content_settings_map_unittest.cc profile.GetPrefs()->GetDictionary(prefs::kContentSettingsPatternPairs); GetDictionary 858 chrome/browser/custom_handlers/protocol_handler_registry.cc if (!handlers->GetDictionary(i, &dict)) GetDictionary 26 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc if (!list.GetDictionary(pos, &dict)) GetDictionary 43 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc if (!list.GetDictionary(pos, &dict)) GetDictionary 189 chrome/browser/devtools/devtools_file_helper.cc profile->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths); GetDictionary 233 chrome/browser/devtools/devtools_file_helper.cc profile_->GetPrefs()->GetDictionary(prefs::kDevToolsEditedFiles); GetDictionary 347 chrome/browser/devtools/devtools_file_helper.cc profile_->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths); GetDictionary 80 chrome/browser/devtools/devtools_protocol.cc dict->GetDictionary(kParamsParam, ¶ms); GetDictionary 99 chrome/browser/devtools/devtools_protocol.cc if (dict->GetDictionary(kErrorParam, &error_dict)) GetDictionary 1347 chrome/browser/devtools/devtools_window.cc const base::DictionaryValue* wp_pref = prefs->GetDictionary(wp_key.c_str()); GetDictionary 353 chrome/browser/devtools/port_forwarding_controller.cc pref_service->GetDictionary(prefs::kDevToolsPortForwardingConfig); GetDictionary 596 chrome/browser/devtools/port_forwarding_controller.cc pref_service_->GetDictionary(prefs::kDevToolsPortForwardingConfig); GetDictionary 68 chrome/browser/diagnostics/recon_diagnostics.cc if (!list->GetDictionary(i, &dictionary)) GetDictionary 210 chrome/browser/drive/fake_drive_service.cc if (entries->GetDictionary(i, &entry)) { GetDictionary 1203 chrome/browser/drive/fake_drive_service.cc if (items->GetDictionary(i, &item) && item->GetString("id", &id) && GetDictionary 284 chrome/browser/extensions/activity_log/activity_log.cc if (action->mutable_args()->GetDictionary(url_index, &dict) && GetDictionary 117 chrome/browser/extensions/activity_log/activity_log_policy.cc if (action->mutable_other()->GetDictionary(constants::kActionWebRequest, GetDictionary 72 chrome/browser/extensions/api/alarms/alarm_manager.cc if (list->GetDictionary(i, &alarm_dict) && GetDictionary 81 chrome/browser/extensions/api/alarms/alarms_api_unittest.cc if (!value->GetDictionary(i, &alarm_value)) { GetDictionary 392 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &options)); GetDictionary 395 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc EXTENSION_FUNCTION_VALIDATE(options->GetDictionary("socket", &socket)); GetDictionary 455 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &options)); GetDictionary 468 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc EXTENSION_FUNCTION_VALIDATE(options->GetDictionary("data", &data_in)); GetDictionary 216 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc ASSERT_TRUE(event_args->GetDictionary(0, &socket_value)); GetDictionary 222 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc ASSERT_TRUE(socket_value->GetDictionary("profile", &profile_value)); GetDictionary 734 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc if (!args->GetDictionary(0, &json)) GetDictionary 233 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &options)); GetDictionary 318 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc EXTENSION_FUNCTION_VALIDATE(options.GetDictionary( GetDictionary 356 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc if (!args_->GetDictionary(1, &data_to_remove)) { GetDictionary 147 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc EXPECT_TRUE(result->GetDictionary("options", &options)); GetDictionary 197 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc EXPECT_TRUE(result->GetDictionary("options", &options)); GetDictionary 199 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc EXPECT_TRUE(options->GetDictionary("originTypes", &origin_types)); GetDictionary 208 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc EXPECT_TRUE(result->GetDictionary("dataToRemove", &data_to_remove)); GetDictionary 418 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc EXPECT_TRUE(result->GetDictionary("dataToRemove", &data_to_remove)); GetDictionary 295 chrome/browser/extensions/api/commands/command_service.cc bindings->GetDictionary(key, &item); GetDictionary 374 chrome/browser/extensions/api/commands/command_service.cc profile_->GetPrefs()->GetDictionary(prefs::kExtensionCommands); GetDictionary 51 chrome/browser/extensions/api/context_menus/context_menus_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &properties)); GetDictionary 440 chrome/browser/extensions/api/debugger/debugger_api.cc if (dictionary->GetDictionary("params", ¶ms_value)) GetDictionary 648 chrome/browser/extensions/api/debugger/debugger_api.cc if (response->GetDictionary("result", &result_body)) GetDictionary 54 chrome/browser/extensions/api/declarative/rules_registry.cc if (!list->GetDictionary(i, &dict)) GetDictionary 303 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kFilterKey, &filter)); GetDictionary 310 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kCookieKey, &value)); GetDictionary 314 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kModificationKey, &value)); GetDictionary 349 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kFilterKey, &filter)); GetDictionary 356 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kCookieKey, &value)); GetDictionary 360 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kModificationKey, &value)); GetDictionary 989 chrome/browser/extensions/api/downloads/downloads_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &options_value)); GetDictionary 131 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc !left_list->GetDictionary(0, &left_dict) || GetDictionary 132 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc !right_list->GetDictionary(0, &right_dict)) GetDictionary 1110 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(0, &item_value)); GetDictionary 1130 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(0, &item_value)); GetDictionary 1175 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(0, &item0_value)); GetDictionary 1176 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(1, &item1_value)); GetDictionary 1208 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(0, &item0_value)); GetDictionary 1209 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(1, &item1_value)); GetDictionary 1319 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(0, &item_value)); GetDictionary 1364 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(0, &result_dict)); GetDictionary 1369 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(1, &result_dict)); GetDictionary 1383 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_list->GetDictionary(0, &result_dict)); GetDictionary 182 chrome/browser/extensions/api/extension_action/extension_action_api.cc if (dict->GetDictionary(kIconStorageKey, &icon_value) && GetDictionary 679 chrome/browser/extensions/api/extension_action/extension_action_api.cc if (details_->GetDictionary("imageData", &canvas_set)) { GetDictionary 873 chrome/browser/extensions/api/extension_action/extension_action_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &action)); GetDictionary 384 chrome/browser/extensions/api/font_settings/font_settings_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details)); GetDictionary 514 chrome/browser/extensions/api/management/management_browsertest.cc prefs->GetDictionary(extensions::pref_names::kInstallForceList); GetDictionary 588 chrome/browser/extensions/api/management/management_browsertest.cc prefs->GetDictionary(extensions::pref_names::kInstallForceList); GetDictionary 65 chrome/browser/extensions/api/preference/chrome_direct_setting.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); GetDictionary 530 chrome/browser/extensions/api/preference/preference_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); GetDictionary 592 chrome/browser/extensions/api/preference/preference_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); GetDictionary 678 chrome/browser/extensions/api/preference/preference_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); GetDictionary 109 chrome/browser/extensions/api/preference/preference_helpers.cc bool rv = args->GetDictionary(0, &dict); GetDictionary 82 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict); GetDictionary 103 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict); GetDictionary 129 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict); GetDictionary 196 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc proxy_config->GetDictionary(keys::kProxyConfigRules, &proxy_rules); GetDictionary 211 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc has_proxy[i] = proxy_rules->GetDictionary(keys::field_name[i], GetDictionary 291 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc proxy_config->GetDictionary(keys::kProxyConfigRules, &proxy_rules); GetDictionary 37 chrome/browser/extensions/api/proxy/proxy_apitest.cc ProxyConfigDictionary dict(pref_service->GetDictionary(prefs::kProxy)); GetDictionary 230 chrome/browser/extensions/api/sessions/sessions_apitest.cc EXPECT_TRUE(devices->GetDictionary(i, &device)); GetDictionary 251 chrome/browser/extensions/api/sessions/sessions_apitest.cc EXPECT_TRUE(devices->GetDictionary(i, &device)); GetDictionary 293 chrome/browser/extensions/api/sessions/sessions_apitest.cc EXPECT_TRUE(restored_window_session->GetDictionary("window", GetDictionary 298 chrome/browser/extensions/api/sessions/sessions_apitest.cc EXPECT_TRUE(windows->GetDictionary(i, &window)); GetDictionary 159 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc if (!value->GetDictionary(index, &dictionary)) { GetDictionary 294 chrome/browser/extensions/api/system_display/system_display_apitest.cc ASSERT_TRUE(set_info->GetDictionary("overscan", &overscan)); GetDictionary 1894 chrome/browser/extensions/api/tabs/tabs_api.cc if (!args_->GetDictionary(1, &details_value)) GetDictionary 101 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc EXPECT_TRUE(result_tabs->GetDictionary(i, &result_tab)); GetDictionary 118 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc EXPECT_TRUE(result_tabs->GetDictionary(i, &result_tab)); GetDictionary 197 chrome/browser/extensions/api/tabs/tabs_test.cc EXPECT_TRUE(windows->GetDictionary(i, &result_window)); GetDictionary 219 chrome/browser/extensions/api/tabs/tabs_test.cc EXPECT_TRUE(windows->GetDictionary(i, &result_window)); GetDictionary 412 chrome/browser/extensions/api/tabs/tabs_test.cc EXPECT_TRUE(result_tabs->GetDictionary(i, &result_tab)); GetDictionary 429 chrome/browser/extensions/api/tabs/tabs_test.cc EXPECT_TRUE(result_tabs->GetDictionary(i, &result_tab)); GetDictionary 1173 chrome/browser/extensions/api/web_request/web_request_api.cc CHECK(args_filtered->GetDictionary(0, &dict) && dict); GetDictionary 2157 chrome/browser/extensions/api/web_request/web_request_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &value)); GetDictionary 2264 chrome/browser/extensions/api/web_request/web_request_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(3, &value)); GetDictionary 2336 chrome/browser/extensions/api/web_request/web_request_api.cc headers_value->GetDictionary(i, &header_value)); GetDictionary 2378 chrome/browser/extensions/api/web_request/web_request_api.cc EXTENSION_FUNCTION_VALIDATE(value->GetDictionary( GetDictionary 130 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc ASSERT_TRUE(list->GetDictionary(0, out)); GetDictionary 933 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc ASSERT_TRUE(event_arg->GetDictionary(0, &event_arg_dict)); GetDictionary 942 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc ASSERT_TRUE(request_headers->GetDictionary(j, &header)); GetDictionary 189 chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc sink_list->GetDictionary(ix, &dict); GetDictionary 288 chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc sink_list->GetDictionary(ix, &dict); GetDictionary 76 chrome/browser/extensions/api/webview/webview_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &properties)); GetDictionary 176 chrome/browser/extensions/api/webview/webview_api.cc if (!args_->GetDictionary(2, &data_to_remove)) { GetDictionary 202 chrome/browser/extensions/api/webview/webview_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &options)); GetDictionary 267 chrome/browser/extensions/api/webview/webview_api.cc if (!args_->GetDictionary(1, &details_value)) GetDictionary 27 chrome/browser/extensions/extension_override_apitest.cc browser()->profile()->GetPrefs()->GetDictionary( GetDictionary 380 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(prefs_->GetDictionary(id, &pref)) GetDictionary 422 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(prefs_->GetDictionary(id, &pref)) GetDictionary 1025 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs()->GetDictionary("extensions.settings"); GetDictionary 1087 chrome/browser/extensions/extension_service_unittest.cc prefs->GetDictionary("extensions.settings"); GetDictionary 1094 chrome/browser/extensions/extension_service_unittest.cc if (!dict->GetDictionary(extension_id, &pref)) { GetDictionary 1113 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs()->GetDictionary("extensions.settings"); GetDictionary 1116 chrome/browser/extensions/extension_service_unittest.cc if (!dict->GetDictionary(extension_id, &pref)) { GetDictionary 1141 chrome/browser/extensions/extension_service_unittest.cc prefs->GetDictionary("extensions.settings"); GetDictionary 1144 chrome/browser/extensions/extension_service_unittest.cc ASSERT_TRUE(dict->GetDictionary(extension_id, &pref)) << msg; GetDictionary 1162 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs()->GetDictionary("extensions.settings"); GetDictionary 1166 chrome/browser/extensions/extension_service_unittest.cc ASSERT_TRUE(dict->GetDictionary(manifest_path, &pref)) << msg; GetDictionary 1181 chrome/browser/extensions/extension_service_unittest.cc ASSERT_TRUE(dict->GetDictionary(extension_id, &pref)) << msg; GetDictionary 1219 chrome/browser/extensions/extension_service_unittest.cc ASSERT_TRUE(dict->GetDictionary(extension_id, &pref)) << msg; GetDictionary 205 chrome/browser/extensions/extension_web_ui.cc profile->GetPrefs()->GetDictionary(kExtensionURLOverrides); GetDictionary 271 chrome/browser/extensions/extension_web_ui.cc profile->GetPrefs()->GetDictionary(kExtensionURLOverrides); GetDictionary 61 chrome/browser/extensions/external_policy_loader.cc profile_->GetPrefs()->GetDictionary(pref_names::kInstallForceList); GetDictionary 320 chrome/browser/extensions/external_provider_impl.cc if (!prefs_->GetDictionary(id, &extension)) GetDictionary 511 chrome/browser/extensions/install_verifier.cc pref_service->GetDictionary(pref_names::kInstallForceList); GetDictionary 80 chrome/browser/extensions/menu_manager.cc if (!list->GetDictionary(i, &dict)) GetDictionary 612 chrome/browser/extensions/menu_manager_unittest.cc ASSERT_TRUE(list->GetDictionary(0, &info)); GetDictionary 45 chrome/browser/extensions/standard_management_policy_provider.cc pref_service->GetDictionary(pref_names::kInstallForceList); GetDictionary 89 chrome/browser/history/most_visited_tiles_experiment.cc if (pages_value->GetDictionary(i, &page_value) && GetDictionary 329 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); GetDictionary 363 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); GetDictionary 700 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); GetDictionary 845 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); GetDictionary 25 chrome/browser/infobars/infobar_extension_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args)); GetDictionary 33 chrome/browser/invalidation/invalidator_storage.cc if (!value.GetDictionary(i, &dict) || !storage.ResetFromValue(*dict)) { GetDictionary 39 chrome/browser/local_discovery/storage/privet_filesystem_attribute_cache.cc if (!entry_list->GetDictionary(i, &entry_value)) GetDictionary 169 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc if (!entries->GetDictionary(i, &entry_value)) { GetDictionary 101 chrome/browser/managed_mode/chromeos/manager_password_service.cc if (!managed_users->GetDictionary(sync_mu_id, &managed_user)) GetDictionary 229 chrome/browser/managed_mode/managed_mode_site_list.cc if (dict->GetDictionary(kCategoriesKey, &categories)) GetDictionary 233 chrome/browser/managed_mode/managed_user_registration_utility.cc prefs_->GetDictionary(prefs::kManagedUsers); GetDictionary 246 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size()); GetDictionary 259 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size()); GetDictionary 274 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size()); GetDictionary 276 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kManagedUsers)->size()); GetDictionary 288 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size()); GetDictionary 290 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kManagedUsers)->size()); GetDictionary 496 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualHosts); GetDictionary 507 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); GetDictionary 519 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); GetDictionary 670 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualHosts); GetDictionary 684 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); GetDictionary 337 chrome/browser/managed_mode/managed_user_settings_service.cc if (!split_settings->GetDictionary(prefix, &dict)) { GetDictionary 131 chrome/browser/managed_mode/managed_user_shared_settings_service.cc prefs_->GetDictionary(prefs::kManagedUserSharedSettings); GetDictionary 233 chrome/browser/managed_mode/managed_user_shared_settings_service.cc prefs_->GetDictionary(prefs::kManagedUserSharedSettings); GetDictionary 276 chrome/browser/managed_mode/managed_user_shared_settings_service.cc prefs_->GetDictionary(prefs::kManagedUserSharedSettings); GetDictionary 98 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc return profile_.GetPrefs()->GetDictionary( GetDictionary 312 chrome/browser/managed_mode/managed_user_sync_service.cc return prefs_->GetDictionary(prefs::kManagedUsers); GetDictionary 564 chrome/browser/managed_mode/managed_user_sync_service.cc prefs_->GetDictionary(prefs::kManagedUsers); GetDictionary 226 chrome/browser/managed_mode/managed_user_sync_service_unittest.cc ASSERT_TRUE(managed_users->GetDictionary(kUserId2, &managed_user)); GetDictionary 240 chrome/browser/managed_mode/managed_user_sync_service_unittest.cc ASSERT_TRUE(managed_users->GetDictionary(kUserId3, &managed_user)); GetDictionary 254 chrome/browser/managed_mode/managed_user_sync_service_unittest.cc ASSERT_TRUE(managed_users->GetDictionary(kUserId4, &managed_user)); GetDictionary 112 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc EXPECT_FALSE(fixture.changed_prefs()->GetDictionary( GetDictionary 134 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc ASSERT_TRUE(fixture.changed_prefs()->GetDictionary( GetDictionary 204 chrome/browser/media/webrtc_browsertest_perf.cc ASSERT_TRUE(pc_dict.GetDictionary("stats", &stats_dict)); GetDictionary 985 chrome/browser/media_galleries/media_galleries_preferences.cc prefs->pref_service()->GetDictionary(extensions::pref_names::kExtensions); GetDictionary 1219 chrome/browser/media_galleries/media_galleries_preferences.cc prefs->pref_service()->GetDictionary(extensions::pref_names::kExtensions); GetDictionary 305 chrome/browser/net/http_server_properties_manager.cc *pref_service_->GetDictionary(prefs::kHttpServerProperties); GetDictionary 236 chrome/browser/net/pref_proxy_config_tracker_impl.cc pref_service->GetDictionary(prefs::kProxy); GetDictionary 181 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc pref_service_.GetDictionary(prefs::kProxy); GetDictionary 47 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc pref_service_.GetDictionary(prefs::kProxy); GetDictionary 35 chrome/browser/network_time/network_time_service.cc profile_->GetPrefs()->GetDictionary(prefs::kNetworkTimeMapping); GetDictionary 67 chrome/browser/plugins/plugins_resource_service.cc prefs_->GetDictionary(prefs::kPluginsMetadata); GetDictionary 262 chrome/browser/policy/policy_prefs_browsertest.cc if (!tests->GetDictionary(name, &policy_test_dict)) GetDictionary 283 chrome/browser/policy/policy_prefs_browsertest.cc if (policy_test_dict->GetDictionary("test_policy", &policy)) GetDictionary 290 chrome/browser/policy/policy_prefs_browsertest.cc if (!pref_mappings->GetDictionary(i, &pref_mapping_dict) || GetDictionary 320 chrome/browser/policy/policy_prefs_browsertest.cc if (!indicator_tests->GetDictionary(i, &indicator_test_dict) || GetDictionary 321 chrome/browser/policy/policy_prefs_browsertest.cc !indicator_test_dict->GetDictionary("policy", &policy)) { GetDictionary 209 chrome/browser/prefs/pref_hash_browsertest.cc g_browser_process->local_state()->GetDictionary( GetDictionary 238 chrome/browser/prefs/pref_hash_browsertest.cc g_browser_process->local_state()->GetDictionary( GetDictionary 285 chrome/browser/prefs/pref_hash_store_impl.cc if (!hashed_prefs || !hashed_prefs->GetDictionary(key, &split_mac_dictionary)) GetDictionary 253 chrome/browser/prefs/pref_model_associator_unittest.cc pref_service_->GetDictionary(prefs::kContentSettingsPatternPairs); GetDictionary 273 chrome/browser/prefs/pref_model_associator_unittest.cc pref_service_->GetDictionary(prefs::kContentSettingsPatternPairs); GetDictionary 40 chrome/browser/prefs/proxy_config_dictionary.h const base::DictionaryValue& GetDictionary() const; GetDictionary 137 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy)); GetDictionary 147 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy)); GetDictionary 167 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy)); GetDictionary 178 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy)); GetDictionary 194 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy)); GetDictionary 201 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy)); GetDictionary 217 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy)); GetDictionary 224 chrome/browser/prefs/proxy_policy_unittest.cc ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy)); GetDictionary 88 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc if (update->GetDictionary(kStoreVersionsDict, &version_dict)) GetDictionary 101 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc pref_service_->GetDictionary(prefs::kProfilePreferenceHashes); GetDictionary 109 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc pref_service_->GetDictionary(prefs::kProfilePreferenceHashes); GetDictionary 112 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc return pref_hash_data->GetDictionary(kStoreVersionsDict, &version_dict) && GetDictionary 123 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc pref_service_->GetDictionary(prefs::kProfilePreferenceHashes); GetDictionary 138 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc pref_service_->GetDictionary(prefs::kProfilePreferenceHashes); GetDictionary 37 chrome/browser/prefs/tracked/tracked_split_preference.cc if (!pref_store_contents->GetDictionary(pref_path_, &dict_value) && GetDictionary 75 chrome/browser/prefs/tracked/tracked_split_preference.cc pref_store_contents->GetDictionary(pref_path_, &new_dict_value); GetDictionary 23 chrome/browser/prerender/prerender_history_unittest.cc if (!list->GetDictionary(index, &dict)) GetDictionary 777 chrome/browser/prerender/prerender_local_predictor.cc if (!list->GetDictionary(i, &d)) GetDictionary 826 chrome/browser/prerender/prerender_local_predictor.cc if (!list->GetDictionary(i, &d)) GetDictionary 137 chrome/browser/printing/print_job_worker.cc if (!page_range_array->GetDictionary(index, &dict)) GetDictionary 86 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc if (!module_list.GetDictionary(i, &module_dictionary)) GetDictionary 100 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc EXPECT_TRUE(pref_values_with_path_expansion->GetDictionary( GetDictionary 441 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc ASSERT_TRUE(search_engines_details->GetDictionary(i, &details)); GetDictionary 56 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc local_state->GetDictionary(prefs::kProfileResetPromptMemento); GetDictionary 68 chrome/browser/profile_resetter/brandcoded_default_settings.cc master_dictionary_->GetDictionary( GetDictionary 1071 chrome/browser/profile_resetter/profile_resetter_unittest.cc ASSERT_TRUE(list->GetDictionary(i, &dict)); GetDictionary 652 chrome/browser/profiles/profile_impl.cc prefs_->GetDictionary(prefs::kPerHostZoomLevels); GetDictionary 976 chrome/browser/profiles/profile_info_cache.cc prefs_->GetDictionary(prefs::kProfileInfoCache); GetDictionary 1046 chrome/browser/profiles/profile_info_cache.cc const base::DictionaryValue* cache = local_state->GetDictionary( GetDictionary 1130 chrome/browser/search_engines/template_url_prepopulate_data.cc if (list->GetDictionary(i, &engine) && GetDictionary 212 chrome/browser/speech/extension_api/tts_engine_extension_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &event)); GetDictionary 151 chrome/browser/speech/extension_api/tts_extension_api.cc if (args_->GetDictionary(1, &temp_options)) GetDictionary 425 chrome/browser/spellchecker/feedback_sender_unittest.cc suggestions->GetDictionary(0, &suggestion); GetDictionary 194 chrome/browser/spellchecker/spelling_service_client.cc if (value->GetDictionary(kErrorPath, &error)) GetDictionary 209 chrome/browser/spellchecker/spelling_service_client.cc if (!misspellings->GetDictionary(i, &misspelling)) GetDictionary 223 chrome/browser/spellchecker/spelling_service_client.cc if (!suggestions->GetDictionary(0, &suggestion) || GetDictionary 72 chrome/browser/sync/test/integration/dictionary_helper.cc LoadDictionary(GetDictionary(i)); GetDictionary 78 chrome/browser/sync/test/integration/dictionary_helper.cc return GetDictionary(index)->GetWords().size(); GetDictionary 89 chrome/browser/sync/test/integration/dictionary_helper.cc : GetDictionary(0)->GetWords(); GetDictionary 92 chrome/browser/sync/test/integration/dictionary_helper.cc GetDictionary(i)->GetWords(); GetDictionary 178 chrome/browser/sync/test/integration/dictionary_helper.cc GetDictionary(index)->GetWords(); GetDictionary 187 chrome/browser/sync/test/integration/dictionary_helper.cc GetDictionary(index), dictionary_change); GetDictionary 199 chrome/browser/sync/test/integration/dictionary_helper.cc GetDictionary(index), dictionary_change); GetDictionary 1151 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ASSERT_TRUE(files->GetDictionary(0, &file)); GetDictionary 1156 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ASSERT_TRUE(files->GetDictionary(1, &file)); GetDictionary 612 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc ASSERT_TRUE(files->GetDictionary(0, &file)); GetDictionary 617 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc ASSERT_TRUE(files->GetDictionary(1, &file)); GetDictionary 538 chrome/browser/sync_file_system/sync_file_system_service.cc if (!files->GetDictionary(i, &file) || GetDictionary 268 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc profile_->GetPrefs()->GetDictionary(::prefs::kAutofillDialogDefaults); GetDictionary 113 chrome/browser/ui/app_list/search/common/webservice_cache.cc if (!dict->GetDictionary(kKeyResult, &result)) GetDictionary 177 chrome/browser/ui/app_list/search/history_data_store.cc CHECK(cached_dict->GetDictionary(kKeyAssociations, &assoc_dict) && GetDictionary 131 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (!shelf_prefs->GetDictionary(key, &prefs)) { GetDictionary 166 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc const base::DictionaryValue* shelf_prefs = pref_service->GetDictionary( GetDictionary 170 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (shelf_prefs->GetDictionary(pref_key, &display_pref) && GetDictionary 1895 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (pinned_apps_pref->GetDictionary(index, &app) && GetDictionary 3795 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc const base::DictionaryValue* choices = profile()->GetPrefs()->GetDictionary( GetDictionary 3801 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc if (!choices->GetDictionary(SectionToPrefString(section), &choice)) GetDictionary 524 chrome/browser/ui/gtk/task_manager_gtk.cc g_browser_process->local_state()->GetDictionary( GetDictionary 159 chrome/browser/ui/tabs/pinned_tab_codec.cc if (tabs_list->GetDictionary(i, &tab_values)) { GetDictionary 112 chrome/browser/ui/views/chrome_views_delegate.cc prefs->GetDictionary(window_name.c_str()); GetDictionary 103 chrome/browser/ui/views/profile_reset_bubble_view.cc if (!feedback.GetDictionary(i, &dictionary) || !dictionary) GetDictionary 644 chrome/browser/ui/views/task_manager_view.cc g_browser_process->local_state()->GetDictionary(GetWindowName().c_str()); GetDictionary 654 chrome/browser/ui/webui/about_ui.cc if (counters->GetDictionary(scan_index, &dictionary)) { GetDictionary 395 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc if (!languages_list->GetDictionary(i, &language_info)) GetDictionary 181 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc local_state->GetDictionary(prefs::kUsersLRUInputMethod); GetDictionary 461 chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc if (!args->GetDictionary(0, &record_data_const)) { GetDictionary 32 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc CHECK(left_list->GetDictionary(i, &left_dict)); GetDictionary 33 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc CHECK(right_list->GetDictionary(i, &right_dict)); GetDictionary 90 chrome/browser/ui/webui/extensions/extension_error_handler.cc if (!args->GetDictionary(0, &dict)) { GetDictionary 112 chrome/browser/ui/webui/extensions/extension_error_handler.cc if (!args->GetDictionary(0, &dict)) { GetDictionary 836 chrome/browser/ui/webui/history_ui.cc if (!(events->GetDictionary(i, &event) && GetDictionary 838 chrome/browser/ui/webui/history_ui.cc results->GetDictionary(0, &result) && GetDictionary 855 chrome/browser/ui/webui/history_ui.cc if (!(ids->GetDictionary(j, &id) && GetDictionary 174 chrome/browser/ui/webui/inspect_ui.cc if (args->GetSize() == 1 && args->GetDictionary(0, &dict_src)) GetDictionary 75 chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc if (!processes->GetDictionary(i, &process)) GetDictionary 272 chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc processes->GetDictionary(i, &process); GetDictionary 149 chrome/browser/ui/webui/ntp/most_visited_handler.cc profile->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); GetDictionary 120 chrome/browser/ui/webui/ntp/suggestions_combiner.cc if (page_values_->GetDictionary(i, &page_value)) GetDictionary 291 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc results->GetDictionary(j, &dictionary); GetDictionary 448 chrome/browser/ui/webui/options/browser_options_handler.cc CHECK(values->GetDictionary(kSettingsAppKey, &app_values)); GetDictionary 1659 chrome/browser/ui/webui/options/browser_options_handler.cc GetPrefs()->GetDictionary(prefs::kManagedUsers)->empty(); GetDictionary 1668 chrome/browser/ui/webui/options/browser_options_handler.cc ->GetDictionary(prefs::kEasyUnlockPairing)->empty(); GetDictionary 111 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(list->GetDictionary(0, &entry)); GetDictionary 114 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set)); GetDictionary 121 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(list->GetDictionary(1, &entry)); GetDictionary 124 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set)); GetDictionary 130 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(list->GetDictionary(2, &entry)); GetDictionary 133 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set)); GetDictionary 139 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(list->GetDictionary(3, &entry)); GetDictionary 142 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set)); GetDictionary 159 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(list->GetDictionary(i, &dict)); GetDictionary 185 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(list->GetDictionary(i, &dict)); \ GetDictionary 204 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc ASSERT_TRUE(list->GetDictionary(i, &dict)); GetDictionary 104 chrome/browser/ui/webui/options/language_options_handler_common.cc CHECK(localized_strings->GetDictionary(kSettingsAppKey, &app_values)); GetDictionary 462 chrome/browser/ui/webui/plugins_ui.cc profile->GetPrefs()->GetDictionary( GetDictionary 230 chrome/browser/ui/webui/policy_ui.cc if (list->GetDictionary(i, &dict)) GetDictionary 51 chrome/browser/ui/webui/print_preview/sticky_settings.cc prefs->GetDictionary(prefs::kPrintPreviewStickySettings); GetDictionary 275 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc args->GetDictionary(0, &dict); GetDictionary 56 chrome/browser/ui/window_sizer/window_sizer.cc browser_->profile()->GetPrefs()->GetDictionary(window_name.c_str()); GetDictionary 219 chrome/browser/web_resource/notification_promo.cc if (!promo_list->GetDictionary(0, &promo)) GetDictionary 226 chrome/browser/web_resource/notification_promo.cc if (date_list->GetDictionary(0, &date)) { GetDictionary 246 chrome/browser/web_resource/notification_promo.cc if (promo->GetDictionary("grouping", &grouping)) { GetDictionary 262 chrome/browser/web_resource/notification_promo.cc promo->GetDictionary("strings", &strings); GetDictionary 266 chrome/browser/web_resource/notification_promo.cc if (promo->GetDictionary("payload", &payload)) { GetDictionary 351 chrome/browser/web_resource/notification_promo.cc promo_dict.MergeDictionary(prefs_->GetDictionary(kPrefPromoObject)); GetDictionary 360 chrome/browser/web_resource/notification_promo.cc prefs_->GetDictionary(kPrefPromoObject); GetDictionary 370 chrome/browser/web_resource/notification_promo.cc promo_list->GetDictionary(0, &ntp_promo); GetDictionary 376 chrome/browser/web_resource/notification_promo.cc if (ntp_promo->GetDictionary(kPrefPromoPayload, &promo_payload)) GetDictionary 68 chrome/common/extensions/api/commands/commands_handler.cc if (!extension->manifest()->GetDictionary(keys::kCommands, &dict)) { GetDictionary 93 chrome/common/extensions/api/extension_action/action_info.cc if (dict->GetDictionary(keys::kPageActionDefaultIcon, &icons_value)) { GetDictionary 152 chrome/common/extensions/api/extension_action/action_info.cc dict->GetDictionary(popup_key, &popup)) { GetDictionary 29 chrome/common/extensions/api/extension_action/browser_action_handler.cc if (!extension->manifest()->GetDictionary( GetDictionary 43 chrome/common/extensions/api/extension_action/page_action_handler.cc if (!list_value->GetDictionary(0, &page_action_value)) { GetDictionary 52 chrome/common/extensions/api/extension_action/page_action_handler.cc if (!extension->manifest()->GetDictionary(keys::kPageAction, GetDictionary 753 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(list->GetDictionary(list_index, out)); GetDictionary 782 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(dict->GetDictionary("properties", &sub_dict)); GetDictionary 784 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(sub_dict->GetDictionary("foo", &property)); GetDictionary 787 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(sub_dict->GetDictionary("bar", &property)); GetDictionary 795 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(dict->GetDictionary("returns", &sub_dict)); GetDictionary 803 chrome/common/extensions/api/extension_api_unittest.cc EXPECT_TRUE(dict->GetDictionary("returns", &sub_dict)); GetDictionary 116 chrome/common/extensions/api/file_handlers/file_handlers_parser.cc if (!extension->manifest()->GetDictionary(keys::kFileHandlers, GetDictionary 51 chrome/common/extensions/api/identity/oauth2_manifest_handler.cc if (!extension->manifest()->GetDictionary(keys::kOAuth2, &dict)) { GetDictionary 72 chrome/common/extensions/api/input_ime/input_components_handler.cc if (!list_value->GetDictionary(i, &module_value)) { GetDictionary 153 chrome/common/extensions/api/input_ime/input_components_handler.cc if (!module_value->GetDictionary(keys::kShortcutKey, GetDictionary 53 chrome/common/extensions/api/managed_mode_private/managed_mode_handler.cc if (!extension->manifest()->GetDictionary(keys::kContentPack, GetDictionary 40 chrome/common/extensions/api/omnibox/omnibox_handler.cc if (!extension->manifest()->GetDictionary(manifest_keys::kOmnibox, GetDictionary 80 chrome/common/extensions/api/plugins/plugins_handler.cc if (!list_value->GetDictionary(i, &plugin_value)) { GetDictionary 54 chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc if (!extension->manifest()->GetDictionary(keys::kTtsEngine, &tts_dict)) { GetDictionary 70 chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc if (!tts_voices->GetDictionary(i, &one_tts_voice)) { GetDictionary 29 chrome/common/extensions/api/spellcheck/spellcheck_handler.cc if (!extension->manifest()->GetDictionary(keys::kSpellcheck, GetDictionary 27 chrome/common/extensions/api/system_indicator/system_indicator_handler.cc if (!extension->manifest()->GetDictionary( GetDictionary 138 chrome/common/extensions/api/url_handlers/url_handlers_parser.cc if (!extension->manifest()->GetDictionary( GetDictionary 416 chrome/common/extensions/command.cc if (command->GetDictionary(keys::kSuggestedKey, &suggested_key_dict)) { GetDictionary 178 chrome/common/extensions/extension_l10n_util.cc if (!file_handlers->GetDictionary(i, &handler)) { GetDictionary 194 chrome/common/extensions/extension_l10n_util.cc if (!media_galleries_handlers->GetDictionary(i, &handler)) { GetDictionary 209 chrome/common/extensions/extension_l10n_util.cc if (!input_components->GetDictionary(i, &module)) { GetDictionary 230 chrome/common/extensions/extension_l10n_util.cc if (manifest->GetDictionary(keys::kCommands, &commands_handler)) { GetDictionary 243 chrome/common/extensions/extension_l10n_util.cc if (manifest->GetDictionary(keys::kOverrideSearchProvider, GetDictionary 393 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc if (!scripts_list->GetDictionary(i, &script_dict)) { GetDictionary 79 chrome/common/extensions/manifest_handlers/icons_handler.cc if (!extension->manifest()->GetDictionary(keys::kIcons, &icons_dict)) { GetDictionary 54 chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc if (!list_value->GetDictionary(i, &module_value)) { GetDictionary 27 chrome/common/extensions/manifest_handlers/theme_handler.cc if (theme_value->GetDictionary(keys::kThemeImages, &images_value)) { GetDictionary 62 chrome/common/extensions/manifest_handlers/theme_handler.cc if (theme_value->GetDictionary(keys::kThemeColors, &colors_value)) { GetDictionary 94 chrome/common/extensions/manifest_handlers/theme_handler.cc if (!theme_value->GetDictionary(keys::kThemeTints, &tints_value)) GetDictionary 119 chrome/common/extensions/manifest_handlers/theme_handler.cc if (theme_value->GetDictionary(keys::kThemeDisplayProperties, GetDictionary 172 chrome/common/extensions/manifest_handlers/theme_handler.cc if (!extension->manifest()->GetDictionary(keys::kTheme, &theme_value)) { GetDictionary 275 chrome/common/extensions/manifest_url_handler.cc if (!extension->manifest()->GetDictionary(keys::kChromeURLOverrides, GetDictionary 170 chrome/common/extensions/message_bundle.cc if (!name_tree.GetDictionary(kPlaceholdersKey, &placeholders_tree)) { GetDictionary 116 chrome/common/extensions/message_bundle_unittest.cc dict->GetDictionary("n1.placeholders", &value); GetDictionary 199 chrome/installer/util/master_preferences.cc master_dictionary_->GetDictionary(installer::master_preferences::kDistroDict, GetDictionary 216 chrome/installer/util/master_preferences.cc master_dictionary_->GetDictionary( GetDictionary 309 chrome/installer/util/master_preferences.cc return master_dictionary_->GetDictionary( GetDictionary 62 chrome/installer/util/uninstall_metrics.cc !root.GetDictionary(installer::kUninstallMetricsName, GetDictionary 191 chrome/renderer/chrome_mock_render_thread.cc if (!page_range_array->GetDictionary(index, &dict)) GetDictionary 241 chrome/service/cloud_print/cloud_print_connector.cc if (printer_list->GetDictionary(index, &printer_data)) { GetDictionary 325 chrome/service/cloud_print/cloud_print_connector.cc if (printer_list->GetDictionary(0, &printer_data)) GetDictionary 451 chrome/service/cloud_print/cloud_print_connector.cc if (printer_list->GetDictionary(index, &printer_data)) { GetDictionary 49 chrome/service/cloud_print/connector_settings.cc prefs->GetDictionary(prefs::kCloudPrintPrintSystemSettings); GetDictionary 88 chrome/service/cloud_print/connector_settings.cc if (printers->GetDictionary(i, &dictionary) && dictionary) { GetDictionary 117 chrome/service/cloud_print/printer_job_queue_handler.cc if (job_list->GetDictionary(cur_job, &job_data)) { GetDictionary 53 chrome/service/service_process_prefs.h const base::DictionaryValue* GetDictionary(const std::string& key) const; GetDictionary 53 chrome/test/chromedriver/chrome/console_logger.cc if (params.GetDictionary("message", &message_dict)) { GetDictionary 445 chrome/test/chromedriver/chrome/devtools_client_impl.cc message_dict->GetDictionary("params", ¶ms); GetDictionary 457 chrome/test/chromedriver/chrome/devtools_client_impl.cc if (!message_dict->GetDictionary("error", &unscoped_error) && GetDictionary 458 chrome/test/chromedriver/chrome/devtools_client_impl.cc !message_dict->GetDictionary("result", &unscoped_result)) GetDictionary 56 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc EXPECT_TRUE(dict->GetDictionary("params", ¶ms)); GetDictionary 300 chrome/test/chromedriver/chrome/devtools_http_client.cc if (!list->GetDictionary(i, &info)) GetDictionary 45 chrome/test/chromedriver/chrome/frame_tracker.cc if (!params.GetDictionary("context", &context)) { GetDictionary 136 chrome/test/chromedriver/chrome/performance_logger_unittest.cc EXPECT_TRUE(message->GetDictionary("message.params", ¶ms)); GetDictionary 531 chrome/test/chromedriver/chrome/web_view_impl.cc if (!cmd_result->GetDictionary("result", &unscoped_result)) GetDictionary 50 chrome/test/chromedriver/logging_unittest.cc ASSERT_TRUE(entries->GetDictionary(index, &entry)); GetDictionary 110 chrome/test/chromedriver/session_commands.cc if (!params.GetDictionary("desiredCapabilities", &desired_caps)) GetDictionary 101 chrome/test/chromedriver/window_commands.cc if (!internal_cookies->GetDictionary(i, &cookie_dict)) GetDictionary 787 chrome/test/chromedriver/window_commands.cc if (!params.GetDictionary("cookie", &cookie)) GetDictionary 848 chrome/test/chromedriver/window_commands.cc if (!params.GetDictionary("location", &location) || GetDictionary 57 chromeos/dbus/fake_gsm_sms_client.cc if (message_list_.GetDictionary(index, &dictionary)) { GetDictionary 179 chromeos/dbus/fake_shill_service_client.cc if (!stub_services_.GetDictionary( GetDictionary 528 chromeos/dbus/fake_shill_service_client.cc if (!stub_services_.GetDictionary(service_path, &service_properties)) { GetDictionary 159 chromeos/network/certificate_pattern.cc if (dict.GetDictionary(kIssuerKey, &child_dict) && child_dict) { GetDictionary 164 chromeos/network/certificate_pattern.cc if (dict.GetDictionary(kSubjectKey, &child_dict) && child_dict) { GetDictionary 121 chromeos/network/geolocation_handler.cc if (!entry_list->GetDictionary(i, &entry) || !entry) { GetDictionary 98 chromeos/network/network_ui_data.cc dict.GetDictionary(kKeyCertificatePattern, &cert_dict); GetDictionary 109 chromeos/network/network_ui_data.cc if (dict.GetDictionary(kKeyUserSettings, &user_settings)) GetDictionary 64 chromeos/network/onc/onc_certificate_importer_impl.cc certificates.GetDictionary(i, &certificate); GetDictionary 129 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc onc_certificates_->GetDictionary(0, &certificate); GetDictionary 24 chromeos/network/onc/onc_normalizer_unittest.cc data->GetDictionary("ethernet-and-vpn", &original); GetDictionary 25 chromeos/network/onc/onc_normalizer_unittest.cc data->GetDictionary("ethernet-and-vpn-normalized", &expected_normalized); GetDictionary 230 chromeos/network/onc/onc_validator_unittest.cc CHECK(dict->GetDictionary(name, &onc_object)); GetDictionary 103 cloud_print/gcp20/prototype/cloud_print_response_parser.cc if (!list->GetDictionary(0, &printer)) { GetDictionary 190 cloud_print/gcp20/prototype/cloud_print_response_parser.cc jobs->GetDictionary(idx, &job); GetDictionary 239 cloud_print/gcp20/prototype/cloud_print_response_parser.cc if (!list->GetDictionary(0, &printer)) { GetDictionary 245 cloud_print/gcp20/prototype/cloud_print_response_parser.cc if (!printer->GetDictionary("local_settings", &local_settings_dict)) { GetDictionary 251 cloud_print/gcp20/prototype/cloud_print_response_parser.cc if (!local_settings_dict->GetDictionary("current", ¤t)) { GetDictionary 259 cloud_print/gcp20/prototype/cloud_print_response_parser.cc if (local_settings_dict->GetDictionary("pending", &pending)) { GetDictionary 142 cloud_print/gcp20/prototype/printer_state.cc if (!json->GetDictionary(kLocalSettings, &settings_dict)) { GetDictionary 159 cloud_print/gcp20/prototype/printer_state.cc if (!json->GetDictionary(kCdd, &cdd_dict)) GetDictionary 111 cloud_print/service/service_state.cc if (!services->GetDictionary(kCloudPrintJsonName, &cloud_print)) GetDictionary 101 components/autofill/content/browser/wallet/full_wallet.cc if (!dictionary.GetDictionary("billing_address", &billing_address_dict)) { GetDictionary 115 components/autofill/content/browser/wallet/full_wallet.cc if (dictionary.GetDictionary("shipping_address", &shipping_address_dict)) { GetDictionary 135 components/autofill/content/browser/wallet/wallet_client.cc if (form_errors_list->GetDictionary(i, &dictionary)) GetDictionary 159 components/autofill/content/browser/wallet/wallet_items.cc if (!dictionary.GetDictionary("billing_address", &address_dict)) { GetDictionary 477 components/autofill/content/browser/wallet/wallet_items.cc if (!gaia_profiles->GetDictionary(i, &account_dict)) GetDictionary 493 components/autofill/content/browser/wallet/wallet_items.cc if (legal_docs->GetDictionary(i, &legal_doc_dict)) { GetDictionary 516 components/autofill/content/browser/wallet/wallet_items.cc if (instruments->GetDictionary(i, &instrument_dict)) { GetDictionary 531 components/autofill/content/browser/wallet/wallet_items.cc if (addresses->GetDictionary(i, &address_dict)) { GetDictionary 58 components/cloud_devices/cloud_device_description.cc root_->GetDictionary(path, &value); GetDictionary 48 components/cloud_devices/description_items_inl.h if (!options->GetDictionary(i, &option_value)) GetDictionary 103 components/cloud_devices/description_items_inl.h if (!options->GetDictionary(i, &option_value)) GetDictionary 712 components/cloud_devices/printer_description.cc if (!list->GetDictionary(i, &interval)) GetDictionary 142 components/json_schema/json_schema_validator.cc if (!list_value->GetDictionary(i, &dictionary_value)) { GetDictionary 267 components/json_schema/json_schema_validator.cc if (!list_value->GetDictionary(i, &dictionary_value)) { GetDictionary 429 components/json_schema/json_schema_validator.cc CHECK(types->GetDictionary(i, &type)); GetDictionary 524 components/json_schema/json_schema_validator.cc CHECK(choices->GetDictionary(i, &choice)); GetDictionary 581 components/json_schema/json_schema_validator.cc if (schema->GetDictionary(schema::kProperties, &properties)) { GetDictionary 611 components/json_schema/json_schema_validator.cc if (schema->GetDictionary(schema::kPatternProperties, &pattern_properties)) { GetDictionary 663 components/json_schema/json_schema_validator.cc if (schema->GetDictionary(schema::kItems, &single_type)) { GetDictionary 711 components/json_schema/json_schema_validator.cc CHECK(tuple_type->GetDictionary(i, &item_schema)); GetDictionary 834 components/json_schema/json_schema_validator.cc schema->GetDictionary(schema::kAdditionalProperties, GetDictionary 109 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(instance->GetDictionary(0, &item)); GetDictionary 294 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(schema->GetDictionary(schema::kProperties, &properties)); GetDictionary 295 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(properties->GetDictionary("bar", &bar_property)); GetDictionary 316 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(schema->GetDictionary(schema::kPatternProperties, &properties)); GetDictionary 441 components/json_schema/json_schema_validator_unittest_base.cc ASSERT_TRUE(items_schema->GetDictionary(0, &item0_schema)); GetDictionary 96 components/policy/core/common/policy_loader_win.cc !dict->GetDictionary(schema::kProperties, &properties)) { GetDictionary 104 components/policy/core/common/policy_loader_win.cc if (properties->GetDictionary(it.key(), &policy_schema) && GetDictionary 349 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kItems, &items)) GetDictionary 355 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kAdditionalProperties, &dict)) GetDictionary 359 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kProperties, &properties)) { GetDictionary 464 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kAdditionalProperties, &dict)) { GetDictionary 472 components/policy/core/common/schema.cc if (schema.GetDictionary(schema::kProperties, &properties)) { GetDictionary 505 components/policy/core/common/schema.cc if (!schema.GetDictionary(schema::kItems, &dict)) { GetDictionary 291 components/translate/core/browser/translate_language_list.cc if (!language_dict->GetDictionary(TranslateLanguageList::kTargetLanguagesKey, GetDictionary 323 components/translate/core/browser/translate_language_list.cc if (!language_dict->GetDictionary(TranslateLanguageList::kAlphaLanguagesKey, GetDictionary 156 components/translate/core/browser/translate_prefs.cc prefs_->GetDictionary(kPrefTranslateWhitelists); GetDictionary 216 components/translate/core/browser/translate_prefs.cc prefs_->GetDictionary(kPrefTranslateDeniedCount); GetDictionary 238 components/translate/core/browser/translate_prefs.cc prefs_->GetDictionary(kPrefTranslateAcceptedCount); GetDictionary 312 components/translate/core/browser/translate_prefs.cc prefs_->GetDictionary(kPrefTranslateWhitelists); GetDictionary 538 components/translate/core/browser/translate_prefs.cc const base::DictionaryValue* dict = prefs_->GetDictionary(pref_id); GetDictionary 74 components/wifi/wifi_service.cc if (value.GetDictionary(onc::network_type::kWiFi, &wifi)) { GetDictionary 1442 components/wifi/wifi_service_win.cc properties->GetDictionary(onc::network_type::kWiFi, &wifi) && GetDictionary 90 content/browser/accessibility/accessibility_tree_formatter.cc children->GetDictionary(i, &child_dict); GetDictionary 234 content/browser/devtools/devtools_protocol.cc command_dict->GetDictionary(kParamsParam, ¶ms); GetDictionary 260 content/browser/devtools/devtools_protocol.cc dict->GetDictionary(kParamsParam, ¶ms); GetDictionary 53 content/browser/devtools/renderer_overrides_handler_browsertest.cc if (!list->GetDictionary(i, &item)) GetDictionary 81 content/browser/devtools/renderer_overrides_handler_browsertest.cc root->GetDictionary("result", &result); GetDictionary 303 content/browser/geolocation/network_location_provider_unittest.cc ASSERT_TRUE(expected_wifi_aps_json.GetDictionary(i, &expected_json)); GetDictionary 305 content/browser/geolocation/network_location_provider_unittest.cc ASSERT_TRUE(wifi_aps_json->GetDictionary(i, &actual_json)); GetDictionary 261 content/browser/media/media_internals.cc CHECK(cached_data_.GetDictionary(cache_key, &existing_dict)); GetDictionary 97 content/browser/media/webrtc_internals.cc peer_connection_data_.GetDictionary(i, &dict); GetDictionary 125 content/browser/media/webrtc_internals.cc peer_connection_data_.GetDictionary(i, &record); GetDictionary 303 content/browser/media/webrtc_internals.cc peer_connection_data_.GetDictionary(i, &record); GetDictionary 328 content/browser/media/webrtc_internals.cc get_user_media_requests_.GetDictionary(i, &record); GetDictionary 247 content/browser/media/webrtc_internals_browsertest.cc ASSERT_TRUE(list_request->GetDictionary(i, &dict)); GetDictionary 705 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(test_index, &test)); GetDictionary 726 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(test_index, &test)); GetDictionary 764 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(test_index, &test)); GetDictionary 929 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(test_index, &test)); GetDictionary 2444 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(test_index, &test)); GetDictionary 2555 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(0, &test)); GetDictionary 2602 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(test_index, &test)); GetDictionary 2664 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(5, &test)); GetDictionary 2717 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(5, &test)); GetDictionary 2818 content/child/webcrypto/shared_crypto_unittest.cc ASSERT_TRUE(tests->GetDictionary(test_index, &test)); GetDictionary 851 device/nfc/nfc_chromeos_unittest.cc EXPECT_TRUE(titles->GetDictionary(0, &title)); GetDictionary 235 device/nfc/nfc_ndef_record_unittest.cc EXPECT_TRUE(const_list_value->GetDictionary(0, &const_dictionary_value)); GetDictionary 127 device/nfc/nfc_ndef_record_utils_chromeos.cc value_result = titles->GetDictionary(0, &first_title); GetDictionary 257 extensions/browser/api/storage/storage_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &input)); GetDictionary 178 extensions/browser/event_listener_map.cc if (!filter_list->GetDictionary(i, &filter)) GetDictionary 396 extensions/browser/event_router.cc CHECK(filter_list->GetDictionary(i, &filter)); GetDictionary 208 extensions/browser/extension_prefs.cc if (!dict->GetDictionary(extension_id_, &extension)) { GetDictionary 249 extensions/browser/extension_prefs.cc prefs->pref_service()->GetDictionary(pref_names::kExtensions); GetDictionary 251 extensions/browser/extension_prefs.cc if (!source_dict->GetDictionary(key, &preferences)) GetDictionary 300 extensions/browser/extension_prefs.cc if (!dict->GetDictionary(extension_id_, &extension) || GetDictionary 315 extensions/browser/extension_prefs.cc if (!dict->GetDictionary(extension_id_, &extension)) { GetDictionary 397 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 445 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 448 extensions/browser/extension_prefs.cc !extensions->GetDictionary(extension_id, &extension_dict)) { GetDictionary 527 extensions/browser/extension_prefs.cc if (!ext || !ext->GetDictionary(pref_key, &out)) GetDictionary 828 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 916 extensions/browser/extension_prefs.cc return ReadTime(prefs_->GetDictionary(kExtensionsBlacklistUpdate), GetDictionary 1283 extensions/browser/extension_prefs.cc !extension_dict->GetDictionary(kPrefManifest, &old_manifest) || GetDictionary 1335 extensions/browser/extension_prefs.cc !extension->GetDictionary(kPrefManifest, &manifest)) { GetDictionary 1348 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 1378 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 1398 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 1461 extensions/browser/extension_prefs.cc if (!extension_dict->GetDictionary(kDelayedInstallInfo, GetDictionary 1503 extensions/browser/extension_prefs.cc if (!extension_prefs->GetDictionary(kDelayedInstallInfo, &ext)) GetDictionary 1517 extensions/browser/extension_prefs.cc if (!extension_prefs->GetDictionary(kDelayedInstallInfo, &ext)) GetDictionary 1532 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 1551 extensions/browser/extension_prefs.cc prefs_->GetDictionary(pref_names::kExtensions); GetDictionary 1833 extensions/browser/extension_prefs.cc if (!extension_prefs->GetDictionary(kPrefGeometryCache, &ext)) GetDictionary 1846 extensions/browser/extension_prefs.cc return prefs_->GetDictionary(kInstallSignature); GetDictionary 47 extensions/common/event_matcher.cc return url_filters->GetDictionary(i, url_filter_out); GetDictionary 72 extensions/common/extension_api.cc CHECK(list->GetDictionary(i, &item)) GetDictionary 154 extensions/common/extension_api.cc CHECK(types->GetDictionary(i, &type)); GetDictionary 217 extensions/common/manifest.cc return CanAccessPath(path) && value_->GetDictionary(path, out_value); GetDictionary 158 extensions/common/manifest.h bool GetDictionary(const std::string& path, GetDictionary 74 extensions/common/manifest_handlers/requirements_info.cc if (!extension->manifest()->GetDictionary(keys::kRequirements, GetDictionary 122 extensions/common/manifest_handlers/shared_module_info.cc if (!extension->manifest()->GetDictionary(keys::kExport, &export_value)) { GetDictionary 157 extensions/common/manifest_handlers/shared_module_info.cc if (!import_list->GetDictionary(i, &import_entry)) { GetDictionary 108 extensions/common/manifest_handlers/webview_info.cc if (!extension->manifest()->GetDictionary(keys::kWebview, GetDictionary 128 extensions/common/manifest_handlers/webview_info.cc if (!partition_list->GetDictionary(i, &partition)) { GetDictionary 146 extensions/common/permissions/api_permission_set.cc if (!permissions->GetDictionary(i, &dict) || dict->size() != 1) { GetDictionary 71 extensions/common/permissions/manifest_permission_set.cc if (!permissions->GetDictionary(i, &dict) || dict->size() != 1) { GetDictionary 378 google_apis/drive/base_requests.cc errors->GetDictionary(0, &first_error)) { GetDictionary 643 google_apis/drive/gdata_wapi_parser.cc as_dict->GetDictionary(kEntryField, &entry_dict)) { GetDictionary 719 google_apis/drive/gdata_wapi_parser.cc as_dict->GetDictionary(kFeedField, &feed_dict)) { GetDictionary 245 google_apis/drive/gdata_wapi_parser_unittest.cc ASSERT_TRUE(document_dict->GetDictionary(std::string("entry"), &entry_value)); GetDictionary 77 google_apis/gaia/oauth2_mint_token_flow.cc if (!response->GetDictionary(kError, &error)) { GetDictionary 250 google_apis/gaia/oauth2_mint_token_flow.cc if (!dict->GetDictionary(kConsentKey, &consent_dict)) GetDictionary 262 google_apis/gaia/oauth2_mint_token_flow.cc if (!scopes_list->GetDictionary(index, &scopes_entry) || GetDictionary 471 gpu/config/gpu_control_list.cc if (value->GetDictionary("os", &os_value)) { GetDictionary 478 gpu/config/gpu_control_list.cc if (os_value->GetDictionary("version", &os_version_value)) { GetDictionary 532 gpu/config/gpu_control_list.cc if (value->GetDictionary("driver_vendor", &driver_vendor_value)) { GetDictionary 545 gpu/config/gpu_control_list.cc if (value->GetDictionary("driver_version", &driver_version_value)) { GetDictionary 565 gpu/config/gpu_control_list.cc if (value->GetDictionary("driver_date", &driver_date_value)) { GetDictionary 581 gpu/config/gpu_control_list.cc if (value->GetDictionary("gl_vendor", &gl_vendor_value)) { GetDictionary 594 gpu/config/gpu_control_list.cc if (value->GetDictionary("gl_renderer", &gl_renderer_value)) { GetDictionary 607 gpu/config/gpu_control_list.cc if (value->GetDictionary("gl_extensions", &gl_extensions_value)) { GetDictionary 620 gpu/config/gpu_control_list.cc if (value->GetDictionary("gl_reset_notification_strategy", GetDictionary 638 gpu/config/gpu_control_list.cc if (value->GetDictionary("cpu_info", &cpu_brand_value)) { GetDictionary 651 gpu/config/gpu_control_list.cc if (value->GetDictionary("perf_graphics", &perf_graphics_value)) { GetDictionary 666 gpu/config/gpu_control_list.cc if (value->GetDictionary("perf_gaming", &perf_gaming_value)) { GetDictionary 681 gpu/config/gpu_control_list.cc if (value->GetDictionary("perf_overall", &perf_overall_value)) { GetDictionary 696 gpu/config/gpu_control_list.cc if (value->GetDictionary("machine_model", &machine_model_value)) { GetDictionary 700 gpu/config/gpu_control_list.cc if (machine_model_value->GetDictionary("name", &name)) { GetDictionary 709 gpu/config/gpu_control_list.cc if (machine_model_value->GetDictionary("version", &version_value)) { GetDictionary 723 gpu/config/gpu_control_list.cc if (value->GetDictionary("gpu_count", &gpu_count_value)) { GetDictionary 770 gpu/config/gpu_control_list.cc if (!exception_list_value->GetDictionary(i, &exception_value)) { GetDictionary 1276 gpu/config/gpu_control_list.cc bool valid = list->GetDictionary(i, &list_item); GetDictionary 233 gpu/tools/compositor_model_bench/render_tree.cc node->GetDictionary("tiles", &tiles_dict); GetDictionary 257 gpu/tools/compositor_model_bench/render_tree.cc tiles->GetDictionary(i, &tdict); GetDictionary 298 gpu/tools/compositor_model_bench/render_tree.cc textures->GetDictionary(i, &tex); GetDictionary 361 gpu/tools/compositor_model_bench/render_tree.cc children->GetDictionary(i, &childNode); GetDictionary 146 media/cdm/json_web_key.cc if (!list_val->GetDictionary(i, &jwk)) { GetDictionary 110 net/base/net_log.cc !dict->GetDictionary("source_dependency", &source_dict) || GetDictionary 95 net/cert/multi_log_ct_verifier_unittest.cc if (!verified_scts->GetDictionary(0, &the_sct)) GetDictionary 694 net/http/http_stream_factory_impl_unittest.cc if (dict->GetDictionary("groups", &groups) && (groups != NULL)) { GetDictionary 38 net/spdy/spdy_header_block.cc !dict->GetDictionary("headers", &header_dict)) { GetDictionary 16 printing/page_size_margins.cc if (!settings.GetDictionary(kSettingMarginsCustom, &custom_margins) || GetDictionary 306 remoting/client/plugin/chromoting_instance.cc !message_dict->GetDictionary("data", &data)) { GetDictionary 67 remoting/host/pairing_registry_delegate_linux_unittest.cc EXPECT_TRUE(pairings->GetDictionary(0, &json)); GetDictionary 81 remoting/host/pairing_registry_delegate_win_unittest.cc EXPECT_TRUE(pairings->GetDictionary(0, &json)); GetDictionary 60 remoting/host/setup/me2me_native_messaging_host.cc if (message->GetDictionary("config", &config_dict)) { GetDictionary 75 remoting/host/setup/me2me_native_messaging_host_unittest.cc EXPECT_TRUE(response->GetDictionary("config", &config)); GetDictionary 262 remoting/protocol/pairing_registry.cc if (!pairings->GetDictionary(i, &pairing_json)) { GetDictionary 127 remoting/protocol/pairing_registry_unittest.cc ASSERT_TRUE(pairings_->GetDictionary(0, &actual_pairing_1)); GetDictionary 128 remoting/protocol/pairing_registry_unittest.cc ASSERT_TRUE(pairings_->GetDictionary(1, &actual_pairing_2)); GetDictionary 160 remoting/protocol/pairing_registry_unittest.cc ASSERT_TRUE(pairings_->GetDictionary(0, &actual_pairing_2)); GetDictionary 51 sync/internal_api/public/base/invalidation.cc if (!value.GetDictionary(kObjectIdKey, &object_id_dict) GetDictionary 977 sync/internal_api/sync_manager_impl_unittest.cc ASSERT_TRUE(node_list->GetDictionary(0, &first_result)); GetDictionary 98 sync/notifier/object_id_invalidation_map.cc if (!value.GetDictionary(i, &dict)) { GetDictionary 101 sync/notifier/single_object_invalidation_set.cc if (!list.GetDictionary(i, &dict)) { GetDictionary 168 sync/notifier/unacked_invalidation_set.cc if (!list.GetDictionary(i, &dict)) { GetDictionary 163 sync/protocol/proto_value_conversions_unittest.cc ASSERT_TRUE(meta_info_list->GetDictionary(0, &meta_info)); GetDictionary 168 sync/protocol/proto_value_conversions_unittest.cc ASSERT_TRUE(meta_info_list->GetDictionary(1, &meta_info)); GetDictionary 321 sync/protocol/proto_value_conversions_unittest.cc if (!entities_list->GetDictionary(0, &entry_dictionary)) GetDictionary 324 sync/protocol/proto_value_conversions_unittest.cc return entry_dictionary->GetDictionary("specifics", GetDictionary 70 tools/json_schema_compiler/test/crossref_unittest.cc results->GetDictionary(0, &result_dict); GetDictionary 58 tools/json_schema_compiler/test/functions_on_types_unittest.cc ASSERT_TRUE(results->GetDictionary(0, &item_result)); GetDictionary 57 tools/json_schema_compiler/test/objects_unittest.cc ASSERT_TRUE(results->GetDictionary(0, &result)); GetDictionary 69 tools/json_schema_compiler/test/objects_unittest.cc ASSERT_TRUE(results->GetDictionary(0, &result)); GetDictionary 148 tools/json_schema_compiler/test/simple_api_unittest.cc results->GetDictionary(0, &result); GetDictionary 183 tools/json_schema_compiler/test/simple_api_unittest.cc results->GetDictionary(0, &result); GetDictionary 41 tools/json_schema_compiler/util.cc if (!from.GetDictionary(index, &dict)) GetDictionary 38 tools/json_schema_compiler/util.h if (!from.GetDictionary(index, &dict))