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

1234

/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);
H A Dpref_service_unittest.cc240 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
253 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
276 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
290 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
309 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
319 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
338 ProxyConfigDictionary dict(prefs->GetDictionary(prefs::kProxy));
348 ProxyConfigDictionary dict2(prefs2->GetDictionary(prefs::kProxy));
/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/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/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));
H A Dextension_prefs.cc127 if (!dict->GetDictionary(extension_id_, &extension)) {
153 if (!dict->GetDictionary(key, &preferences)) {
174 prefs->GetDictionary(ExtensionPrefs::kExtensionsPref);
275 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
348 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
517 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
608 return ReadTime(prefs_->GetDictionary(kExtensionsBlacklistUpdate),
987 !extension_dict->GetDictionary(kPrefManifest, &old_manifest) ||
998 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
1033 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPre
[all...]
H A Dextension_browser_actions_api.cc24 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details_));
H A Dextension_omnibox_api.cc120 EXTENSION_FUNCTION_VALIDATE(suggestions_value->GetDictionary(
150 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &suggestion_value));
195 if (!styles_value.GetDictionary(i, &style))
H A Dextension_history_api.cc224 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
261 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
311 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
329 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
347 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
H A Dextension_proxy_api_helpers.cc79 proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict);
103 proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict);
165 proxy_config->GetDictionary(keys::kProxyConfigRules, &proxy_rules);
180 has_proxy[i] = proxy_rules->GetDictionary(keys::field_name[i],
257 proxy_config->GetDictionary(keys::kProxyConfigRules, &proxy_rules);
H A Dextension_cookies_api.cc183 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
248 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details_));
308 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
415 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
H A Dextension_input_api.cc78 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
/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/chrome/browser/translate/
H A Dtranslate_prefs.cc57 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists);
95 prefs_->GetDictionary(kPrefTranslateDeniedCount);
117 prefs_->GetDictionary(kPrefTranslateAcceptedCount);
261 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists);
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error_unittest.cc64 EXPECT_TRUE(value->GetDictionary("captcha", &captcha_value));
/external/chromium/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc91 prefs->GetDictionary(WideToUTF8(window_name).c_str());
113 prefs->GetDictionary(WideToUTF8(window_name).c_str());
/external/chromium/chrome/browser/geolocation/
H A Daccess_token_store.cc44 g_browser_process->local_state()->GetDictionary(
H A Dgeolocation_content_settings_map.cc90 profile_->GetPrefs()->GetDictionary(prefs::kGeolocationContentSettings);
115 profile_->GetPrefs()->GetDictionary(prefs::kGeolocationContentSettings);
/external/chromium/chrome/browser/
H A Dbackground_page_tracker.cc58 prefs->GetDictionary(prefs::kKnownBackgroundPages);
67 prefs->GetDictionary(prefs::kKnownBackgroundPages);
197 prefs->GetDictionary(prefs::kKnownBackgroundPages) == NULL;
/external/chromium/chrome/common/
H A Djson_schema_validator.cc152 CHECK(types->GetDictionary(i, &type));
241 CHECK(choices->GetDictionary(i, &choice));
292 schema->GetDictionary("properties", &properties);
298 CHECK(properties->GetDictionary(*key, &prop_schema));
341 if (schema->GetDictionary("items", &single_type)) {
389 CHECK(tuple_type->GetDictionary(i, &item_schema));
494 schema->GetDictionary("additionalProperties", additional_properties_schema);
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc46 protocolHandlers->GetDictionary(i, &dict);
/external/chromium/chrome/browser/web_resource/
H A Dgpu_blacklist_updater.cc51 gpu_blacklist_cache_ = local_state->GetDictionary(prefs::kGpuBlacklist);

Completed in 1034 milliseconds

1234