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

1234567891011>>

/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/sync/test/integration/
H A Ddictionary_helper.cc41 SpellcheckCustomDictionary* GetDictionary(int index) { function in namespace:dictionary_helper::__anon5854
68 LoadDictionary(GetDictionary(i));
74 return GetDictionary(index)->GetWords().size();
85 : GetDictionary(0)->GetWords();
88 GetDictionary(i)->GetWords();
101 GetDictionary(index)->GetWords();
110 GetDictionary(index), dictionary_change);
122 GetDictionary(index), dictionary_change);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcros_language_options_handler_unittest.cc75 ASSERT_TRUE(list->GetDictionary(0, &entry));
78 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
87 ASSERT_TRUE(list->GetDictionary(1, &entry));
90 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
96 ASSERT_TRUE(list->GetDictionary(2, &entry));
99 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
105 ASSERT_TRUE(list->GetDictionary(3, &entry));
108 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
114 ASSERT_TRUE(list->GetDictionary(4, &entry));
117 ASSERT_TRUE(entry->GetDictionary("languageCodeSe
[all...]
/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update_unittest.cc56 const DictionaryValue* current_value = prefs_.GetDictionary(kPref);
65 const DictionaryValue* current_value = prefs_.GetDictionary(kPref);
71 const DictionaryValue* old_value = prefs_.GetDictionary(kPref);
76 const DictionaryValue* new_value = prefs_.GetDictionary(kPref);
/external/chromium/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler_unittest.cc57 ASSERT_TRUE(list->GetDictionary(0, &entry));
60 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
69 ASSERT_TRUE(list->GetDictionary(1, &entry));
72 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
78 ASSERT_TRUE(list->GetDictionary(2, &entry));
81 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
87 ASSERT_TRUE(list->GetDictionary(3, &entry));
90 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
112 ASSERT_TRUE(list->GetDictionary(0, &entry));
120 ASSERT_TRUE(list->GetDictionary(
[all...]
/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/prefs/
H A Dscoped_user_pref_update_unittest.cc60 const DictionaryValue* current_value = prefs_.GetDictionary(kPref);
69 const DictionaryValue* current_value = prefs_.GetDictionary(kPref);
75 const DictionaryValue* old_value = prefs_.GetDictionary(kPref);
80 const DictionaryValue* new_value = prefs_.GetDictionary(kPref);
H A Dproxy_policy_unittest.cc135 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
145 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
165 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
176 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
192 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
199 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
215 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
222 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
/external/chromium_org/printing/
H A Dpage_size_margins.cc16 if (!settings.GetDictionary(kSettingMarginsCustom, &custom_margins) ||
/external/chromium_org/chrome/common/extensions/api/system_indicator/
H A Dsystem_indicator_handler.cc26 if (!extension->manifest()->GetDictionary(
/external/chromium_org/chrome/test/webdriver/commands/
H A Dresponse.h48 const base::Value* GetDictionary() const;
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage.cc45 local_state->GetDictionary(prefs::kSignedSettingsTempStorage);
59 local_state->GetDictionary(prefs::kSignedSettingsTempStorage);
H A Duser_image_downloader.cc113 if (!root_dictionary->GetDictionary("feed", &feed_dictionary))
129 if (!entry_list->GetDictionary(i, &entry_dictionary))
154 if (!email_list->GetDictionary(i, &email_dictionary))
173 if (!link_list->GetDictionary(i, &link_dictionary))
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc215 local_state()->GetDictionary(prefs::kSecondaryDisplays);
218 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
231 local_state()->GetDictionary(prefs::kDisplayProperties);
233 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
256 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
278 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
286 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
293 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
314 EXPECT_TRUE(displays->GetDictionary(key, &layout_value));
325 EXPECT_TRUE(properties->GetDictionary(bas
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_page_actions_module.cc41 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &action));
149 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
185 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
202 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
227 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
253 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
279 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
H A Dextension_infobar_module.cc28 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
H A Dextension_bookmarks_unittest.cc62 ASSERT_TRUE(children->GetDictionary(1, &digg));
77 ASSERT_TRUE(children->GetDictionary(1, &inner_folder));
/external/chromium/chrome/browser/chromeos/
H A Dcustomization_document.cc116 !root_->GetDictionary(dictionary_name, &dictionary_content))
120 if (dictionary_content->GetDictionary(locale, &locale_dictionary)) {
127 if (dictionary_content->GetDictionary(kDefaultAttr, &default_dictionary)) {
175 if (hwid_list->GetDictionary(i, &hwid_dictionary) &&
229 deal_dict->GetDictionary(kLocalizedContentAttr, &localized_strings);
237 if (localized_strings->GetDictionary(locale, &locale_dict) &&
240 } else if (localized_strings->GetDictionary(kDefaultAttr, &locale_dict) &&
387 if (root_.get() && root_->GetDictionary(kCarrierDealsAttr, &carriers)) {
391 if (carriers->GetDictionary(*iter, &carrier_deal)) {
/external/chromium_org/chrome/common/extensions/api/extension_action/
H A Dbrowser_action_handler.cc29 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(extension_manifest_keys::kOmnibox,
/external/chromium_org/extensions/common/
H A Devent_matcher.cc42 return url_filters->GetDictionary(i, url_filter_out);
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.cc90 deal_dict->GetDictionary(kLocalizedContentAttr, &localized_strings_);
101 if (localized_strings_->GetDictionary(locale, &locale_dict) &&
104 } else if (localized_strings_->GetDictionary(kDefaultAttr, &locale_dict) &&
168 if (id_list->GetDictionary(i, &id_dict) &&
180 if (deals_list->GetDictionary(i, &deal_dict)) {
260 if (root_.get() && root_->GetDictionary(kCarriersAttr, &carriers)) {
291 if (root_.get() && root_->GetDictionary(kInitialLocalesAttr,
295 if (initial_locales->GetDictionary(initial_locale_,
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_registration_utility_unittest.cc219 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
237 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
257 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
259 EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
276 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
278 EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc224 if (!promo_list->GetDictionary(0, &promo))
231 if (date_list->GetDictionary(0, &date)) {
251 if (promo->GetDictionary("grouping", &grouping)) {
267 promo->GetDictionary("strings", &strings);
271 if (promo->GetDictionary("payload", &payload)) {
356 promo_dict.MergeDictionary(prefs_->GetDictionary(kPrefPromoObject));
365 prefs_->GetDictionary(kPrefPromoObject);
375 promo_list->GetDictionary(0, &ntp_promo);
381 if (ntp_promo->GetDictionary(kPrefPromoPayload, &promo_payload))

Completed in 1699 milliseconds

1234567891011>>