HomeSort by relevance Sort by last modified time
    Searched refs:GetDictionary (Results 1 - 25 of 360) 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_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler_unittest.cc 75 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("languageCodeSet", &language_code_set))
    [all...]
  /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/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/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/chrome/browser/prefs/
scoped_user_pref_update_unittest.cc 60 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);
proxy_policy_unittest.cc 135 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));
proxy_config_dictionary.h 40 const base::DictionaryValue& GetDictionary() const;
  /external/chromium_org/chrome/test/webdriver/commands/
response.h 48 const base::Value* GetDictionary() const;
  /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 26 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/chromeos/display/
display_preferences_unittest.cc 215 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(base::Int64ToString(id1), &property))
    [all...]
  /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(extension_manifest_keys::kOmnibox,
  /external/chromium_org/extensions/common/
event_matcher.cc 42 return url_filters->GetDictionary(i, url_filter_out);
  /external/chromium_org/chrome/browser/chromeos/
mobile_config.cc 90 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/
managed_user_registration_utility_unittest.cc 219 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());

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 91011>>