Searched refs:GetDictionary (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcros_language_options_handler_unittest.cc52 ASSERT_TRUE(list->GetDictionary(0, &entry));
55 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
62 ASSERT_TRUE(list->GetDictionary(1, &entry));
65 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
71 ASSERT_TRUE(list->GetDictionary(2, &entry));
74 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
80 ASSERT_TRUE(list->GetDictionary(3, &entry));
83 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer_unittest.cc24 data->GetDictionary("ethernet-and-vpn", &original);
25 data->GetDictionary("ethernet-and-vpn-normalized", &expected_normalized);
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils_unittest.cc35 test_case->GetDictionary("ONC_ProxySettings", &onc_proxy_settings);
38 test_case->GetDictionary("ProxyConfig", &expected_proxy_config);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc45 SpellcheckCustomDictionary* GetDictionary(int index) { function in namespace:dictionary_helper::__anon4811
72 LoadDictionary(GetDictionary(i));
78 return GetDictionary(index)->GetWords().size();
89 : GetDictionary(0)->GetWords();
92 GetDictionary(i)->GetWords();
178 GetDictionary(index)->GetWords();
187 GetDictionary(index), dictionary_change);
199 GetDictionary(index), dictionary_change);
/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update_unittest.cc58 const base::DictionaryValue* current_value = prefs_.GetDictionary(kPref);
67 const base::DictionaryValue* current_value = prefs_.GetDictionary(kPref);
73 const base::DictionaryValue* old_value = prefs_.GetDictionary(kPref);
78 const base::DictionaryValue* new_value = prefs_.GetDictionary(kPref);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Ddictionary_hash_store_contents.cc40 if (!storage_->GetDictionary(kPreferenceMACs, &mac_dictionary)) {
76 return storage_->GetDictionary(kPreferenceMACs, NULL);
81 storage_->GetDictionary(kPreferenceMACs, &mac_dictionary);
H A Dpref_service_hash_store_contents.cc110 pref_service_->GetDictionary(kProfilePreferenceHashes);
117 pref_service_->GetDictionary(kProfilePreferenceHashes);
132 pref_service_->GetDictionary(kProfilePreferenceHashes);
H A Dtracked_split_preference.cc40 if (!pref_store_contents->GetDictionary(pref_path_, &dict_value) &&
82 pref_store_contents->GetDictionary(pref_path_, &new_dict_value);
/external/chromium_org/chrome/common/extensions/api/system_indicator/
H A Dsystem_indicator_handler.cc25 if (!extension->manifest()->GetDictionary(
/external/chromium_org/chrome/browser/prefs/
H A Dproxy_policy_unittest.cc143 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
153 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
173 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
184 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
200 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
207 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
223 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
230 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_mapping.cc66 prefs_->GetDictionary(prefs::kAppLauncherDriveAppMapping);
80 prefs_->GetDictionary(prefs::kAppLauncherDriveAppMapping);
99 prefs_->GetDictionary(prefs::kAppLauncherDriveAppMapping);
120 prefs_->GetDictionary(prefs::kAppLauncherDriveAppMapping);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddefault_app_order.cc89 if (!root || !root->GetDictionary(dictionary_name, &dictionary_content))
93 if (dictionary_content->GetDictionary(locale, &locale_dictionary)) {
100 if (dictionary_content->GetDictionary(kDefaultAttr, &default_dictionary)) {
163 } else if (ordinals_value->GetDictionary(i, &dict)) {
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window_state.cc56 if (!all_apps_dict->GetDictionary(window_name_, &this_app_dict)) {
97 return prefs->GetDictionary(window_name.c_str());
100 prefs->GetDictionary(prefs::kAppWindowPlacement);
104 app_windows->GetDictionary(window_name, &to_return);
/external/chromium_org/chrome/common/extensions/api/extension_action/
H A Dbrowser_action_handler.cc28 if (!extension->manifest()->GetDictionary(
H A Dpage_action_handler.cc43 if (!list_value->GetDictionary(0, &page_action_value)) {
52 if (!extension->manifest()->GetDictionary(keys::kPageAction,
/external/chromium_org/chrome/common/extensions/api/omnibox/
H A Domnibox_handler.cc40 if (!extension->manifest()->GetDictionary(manifest_keys::kOmnibox,
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.cc88 deal_dict->GetDictionary(kLocalizedContentAttr, &localized_strings_);
99 if (localized_strings_->GetDictionary(locale, &locale_dict) &&
102 } else if (localized_strings_->GetDictionary(kDefaultAttr, &locale_dict) &&
166 if (id_list->GetDictionary(i, &id_dict) &&
178 if (deals_list->GetDictionary(i, &deal_dict)) {
258 if (root_.get() && root_->GetDictionary(kCarriersAttr, &carriers)) {
289 if (root_.get() && root_->GetDictionary(kInitialLocalesAttr,
293 if (initial_locales->GetDictionary(initial_locale_,
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_error_handler.cc90 if (!args->GetDictionary(0, &dict)) {
112 if (!args->GetDictionary(0, &dict)) {
/external/chromium_org/components/search_provider_logos/
H A Dgoogle_logo_api.cc67 if (!outer_dict->GetDictionary("update", &update_dict))
70 if (!update_dict->GetDictionary("logo", &logo_dict))
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility_unittest.cc255 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kSupervisedUsers)->size());
268 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kSupervisedUsers)->size());
284 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kSupervisedUsers)->size());
286 EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kSupervisedUsers)->size());
298 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kSupervisedUsers)->size());
300 EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kSupervisedUsers)->size());
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_response_parser.cc103 if (!list->GetDictionary(0, &printer)) {
190 jobs->GetDictionary(idx, &job);
239 if (!list->GetDictionary(0, &printer)) {
245 if (!printer->GetDictionary("local_settings", &local_settings_dict)) {
251 if (!local_settings_dict->GetDictionary("current", &current)) {
259 if (local_settings_dict->GetDictionary("pending", &pending)) {
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc245 local_state()->GetDictionary(prefs::kSecondaryDisplays);
248 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
261 local_state()->GetDictionary(prefs::kDisplayProperties);
263 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
290 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
318 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
328 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
338 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
359 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
370 EXPECT_TRUE(properties->GetDictionary(bas
[all...]
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc225 if (!promo_list->GetDictionary(0, &promo))
232 if (date_list->GetDictionary(0, &date)) {
252 if (promo->GetDictionary("grouping", &grouping)) {
268 promo->GetDictionary("strings", &strings);
272 if (promo->GetDictionary("payload", &payload)) {
362 promo_dict.MergeDictionary(prefs_->GetDictionary(kPrefPromoObject));
371 prefs_->GetDictionary(kPrefPromoObject);
381 promo_list->GetDictionary(0, &ntp_promo);
387 if (ntp_promo->GetDictionary(kPrefPromoPayload, &promo_payload))
/external/chromium_org/net/base/
H A Dtrace_net_log_observer_unittest.cc113 if (!trace_events.GetDictionary(i, &dict)) {
179 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
181 ASSERT_TRUE(trace_events()->GetDictionary(1, &item2));
183 ASSERT_TRUE(trace_events()->GetDictionary(2, &item3));
233 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
235 ASSERT_TRUE(trace_events()->GetDictionary(1, &item2));
274 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
339 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
341 ASSERT_TRUE(trace_events()->GetDictionary(1, &item2));
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_regular.cc122 profile()->GetPrefs()->GetDictionary(prefs::kEasyUnlockPairing);
125 pairing_dict->GetDictionary(kKeyPermitAccess, &permit_dict))
146 profile()->GetPrefs()->GetDictionary(prefs::kEasyUnlockPairing);
201 profile()->GetPrefs()->GetDictionary(prefs::kEasyUnlockPairing);
206 !devices_list || !devices_list->GetDictionary(0, &first_device) ||

Completed in 2247 milliseconds

1234567891011>>