HomeSort by relevance Sort by last modified time
    Searched refs:GetDictionary (Results 1 - 25 of 386) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chromeos/network/onc/
onc_normalizer_unittest.cc 24 data->GetDictionary("ethernet-and-vpn", &original);
25 data->GetDictionary("ethernet-and-vpn-normalized", &expected_normalized);
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 41 SpellcheckCustomDictionary* GetDictionary(int index) {
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/chrome/browser/prefs/
scoped_user_pref_update_unittest.cc 56 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_org/base/prefs/
scoped_user_pref_update_unittest.cc 58 const DictionaryValue* current_value = prefs_.GetDictionary(kPref);
67 const DictionaryValue* current_value = prefs_.GetDictionary(kPref);
73 const DictionaryValue* old_value = prefs_.GetDictionary(kPref);
78 const DictionaryValue* new_value = prefs_.GetDictionary(kPref);
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler_unittest.cc 57 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(1, &entry))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler_unittest.cc 71 ASSERT_TRUE(list->GetDictionary(0, &entry));
74 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
81 ASSERT_TRUE(list->GetDictionary(1, &entry));
84 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
90 ASSERT_TRUE(list->GetDictionary(2, &entry));
93 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
99 ASSERT_TRUE(list->GetDictionary(3, &entry));
102 ASSERT_TRUE(entry->GetDictionary("languageCodeSet", &language_code_set));
117 ASSERT_TRUE(list->GetDictionary(i, &dict));
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils_unittest.cc 35 test_case->GetDictionary("ONC_ProxySettings", &onc_proxy_settings);
38 test_case->GetDictionary("ProxyConfig", &expected_proxy_config);
  /external/chromium_org/printing/
page_size_margins.cc 16 if (!settings.GetDictionary(kSettingMarginsCustom, &custom_margins) ||
  /external/chromium_org/chrome/common/extensions/api/system_indicator/
system_indicator_handler.cc 27 if (!extension->manifest()->GetDictionary(
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.cc 45 local_state->GetDictionary(prefs::kSignedSettingsTempStorage);
59 local_state->GetDictionary(prefs::kSignedSettingsTempStorage);
user_image_downloader.cc 113 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/prefs/
proxy_policy_unittest.cc 137 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
147 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
167 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
178 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
194 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
201 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
217 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
224 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
proxy_config_dictionary.h 40 const base::DictionaryValue& GetDictionary() const;
  /external/chromium/chrome/browser/extensions/
extension_page_actions_module.cc 41 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));
extension_infobar_module.cc 28 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
extension_bookmarks_unittest.cc 62 ASSERT_TRUE(children->GetDictionary(1, &digg));
77 ASSERT_TRUE(children->GetDictionary(1, &inner_folder));
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 116 !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/
browser_action_handler.cc 29 if (!extension->manifest()->GetDictionary(
page_action_handler.cc 43 if (!list_value->GetDictionary(0, &page_action_value)) {
52 if (!extension->manifest()->GetDictionary(keys::kPageAction,
  /external/chromium_org/chrome/common/extensions/api/omnibox/
omnibox_handler.cc 40 if (!extension->manifest()->GetDictionary(manifest_keys::kOmnibox,
  /external/chromium_org/chrome/browser/chromeos/
mobile_config.cc 88 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/managed_mode/
managed_user_registration_utility_unittest.cc 237 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
250 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
265 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
267 EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
279 EXPECT_EQ(1u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
281 EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_response_parser.cc 103 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/web_resource/
notification_promo.cc 219 if (!promo_list->GetDictionary(0, &promo))
226 if (date_list->GetDictionary(0, &date)) {
246 if (promo->GetDictionary("grouping", &grouping)) {
262 promo->GetDictionary("strings", &strings);
266 if (promo->GetDictionary("payload", &payload)) {
351 promo_dict.MergeDictionary(prefs_->GetDictionary(kPrefPromoObject));
360 prefs_->GetDictionary(kPrefPromoObject);
370 promo_list->GetDictionary(0, &ntp_promo);
376 if (ntp_promo->GetDictionary(kPrefPromoPayload, &promo_payload))
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 27 if (theme_value->GetDictionary(keys::kThemeImages, &images_value)) {
62 if (theme_value->GetDictionary(keys::kThemeColors, &colors_value)) {
94 if (!theme_value->GetDictionary(keys::kThemeTints, &tints_value))
119 if (theme_value->GetDictionary(keys::kThemeDisplayProperties,
172 if (!extension->manifest()->GetDictionary(keys::kTheme, &theme_value)) {

Completed in 927 milliseconds

1 2 3 4 5 6 7 8 91011>>