Searched refs:GetDictionary (Results 26 - 50 of 360) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_sync_service_unittest.cc152 EXPECT_EQ(0u, prefs()->GetDictionary(prefs::kManagedUsers)->size());
200 prefs()->GetDictionary(prefs::kManagedUsers);
204 ASSERT_TRUE(managed_users->GetDictionary(kUserId2, &managed_user));
215 ASSERT_TRUE(managed_users->GetDictionary(kUserId3, &managed_user));
226 ASSERT_TRUE(managed_users->GetDictionary(kUserId4, &managed_user));
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dtheme_handler.cc27 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)) {
/external/chromium_org/chrome/browser/spellchecker/
H A Dspelling_service_client.cc187 if (value->GetDictionary(kErrorPath, &error))
202 if (!misspellings->GetDictionary(i, &misspelling))
216 if (!suggestions->GetDictionary(0, &suggestion) ||
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_protocol.cc80 dict->GetDictionary(kParamsParam, &params);
99 if (dict->GetDictionary(kErrorParam, &error_dict))
/external/chromium_org/chrome/service/cloud_print/
H A Dconnector_settings.cc48 prefs->GetDictionary(prefs::kCloudPrintPrintSystemSettings);
84 if (printers->GetDictionary(i, &dictionary) && dictionary) {
/external/chromium_org/tools/json_schema_compiler/test/
H A Dobjects_unittest.cc57 ASSERT_TRUE(results->GetDictionary(0, &result));
69 ASSERT_TRUE(results->GetDictionary(0, &result));
/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_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_launch_error.cc62 local_state->GetDictionary(KioskAppManager::kKioskDictionaryName);
/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_image_manager_browsertest.cc136 ExpectUserImageInfo(local_state_->GetDictionary("UserImages"),
138 ExpectNoUserImageInfo(local_state_->GetDictionary("user_image_info"),
147 ExpectUserImageInfo(local_state_->GetDictionary("user_image_info"),
149 ExpectNoUserImageInfo(local_state_->GetDictionary("UserImages"),
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_policy_loader.cc60 profile_->GetPrefs()->GetDictionary(prefs::kExtensionInstallForceList);
H A Dstandard_management_policy_provider.cc44 pref_service->GetDictionary(prefs::kExtensionInstallForceList);
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_extension_api.cc36 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
/external/chromium_org/chrome/browser/plugins/
H A Dplugins_resource_service.cc67 prefs_->GetDictionary(prefs::kPluginsMetadata);
/external/chromium_org/chrome/browser/prefs/
H A Dproxy_config_dictionary.h40 const base::DictionaryValue& GetDictionary() const;
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dsticky_settings.cc51 prefs->GetDictionary(prefs::kPrintPreviewStickySettings);
/external/chromium_org/chrome/common/extensions/api/spellcheck/
H A Dspellcheck_handler.cc29 if (!extension->manifest()->GetDictionary(keys::kSpellcheck,
/external/chromium_org/chrome/installer/util/
H A Duninstall_metrics.cc60 !root.GetDictionary(installer::kUninstallMetricsName,
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.h53 const base::DictionaryValue* GetDictionary(const std::string& key) const;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dframe_tracker.cc45 if (!params.GetDictionary("context", &context)) {
/external/chromium_org/chrome/test/webdriver/commands/
H A Dresponse.cc68 const Value* Response::GetDictionary() const { function in class:webdriver::Response
H A Dwebdriver_command.cc84 JsonStringifyForDisplay(response->GetDictionary()).c_str()));
/external/chromium_org/net/spdy/
H A Dspdy_header_block.cc38 !dict->GetDictionary("headers", &header_dict)) {
/external/chromium_org/chrome/browser/extensions/api/proxy/
H A Dproxy_api_helpers.cc83 proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict);
104 proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict);
130 proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict);
197 proxy_config->GetDictionary(keys::kProxyConfigRules, &proxy_rules);
212 has_proxy[i] = proxy_rules->GetDictionary(keys::field_name[i],
292 proxy_config->GetDictionary(keys::kProxyConfigRules, &proxy_rules);
/external/chromium/chrome/browser/prefs/
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));

Completed in 459 milliseconds

1234567891011>>