/external/chromium_org/chrome/common/extensions/api/input_ime/ |
input_components_handler.cc | 71 if (!list_value->GetDictionary(i, &module_value)) { 152 if (!module_value->GetDictionary(keys::kShortcutKey,
|
/external/chromium_org/chromeos/network/ |
network_ui_data.cc | 98 dict.GetDictionary(kKeyCertificatePattern, &cert_dict); 109 if (dict.GetDictionary(kKeyUserSettings, &user_settings))
|
/external/chromium_org/components/json_schema/ |
json_schema_validator.cc | 136 if (!list_value->GetDictionary(i, &dictionary_value)) { 239 if (!list_value->GetDictionary(i, &dictionary_value)) { 399 CHECK(types->GetDictionary(i, &type)); 494 CHECK(choices->GetDictionary(i, &choice)); 551 schema->GetDictionary(schema::kProperties, &properties); 598 if (schema->GetDictionary(schema::kItems, &single_type)) { 646 CHECK(tuple_type->GetDictionary(i, &item_schema)); 756 schema->GetDictionary(schema::kAdditionalProperties,
|
/external/chromium_org/extensions/common/ |
manifest.cc | 214 bool Manifest::GetDictionary( 216 return CanAccessPath(path) && value_->GetDictionary(path, out_value);
|
/external/chromium_org/extensions/common/manifest_handlers/ |
shared_module_info.cc | 121 if (!extension->manifest()->GetDictionary(keys::kExport, &export_value)) { 156 if (!import_list->GetDictionary(i, &import_entry)) {
|
/external/chromium_org/tools/json_schema_compiler/test/ |
simple_api_unittest.cc | 143 results->GetDictionary(0, &result); 177 results->GetDictionary(0, &result);
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_api.cc | 427 GetDictionary(prefs::kExtensionsPref); 429 if (!source_dict->GetDictionary(key, &preferences)) 556 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); 616 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); 700 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details));
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_service.cc | 471 profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualHosts); 482 profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); 494 profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); 637 profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualHosts); 651 profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs);
|
/external/chromium_org/chrome/browser/policy/ |
policy_prefs_browsertest.cc | 253 if (!tests->GetDictionary(name, &policy_test_dict)) 274 if (policy_test_dict->GetDictionary("test_policy", &policy)) 281 if (!pref_mappings->GetDictionary(i, &pref_mapping_dict) || 301 if (!indicator_tests->GetDictionary(i, &indicator_test_dict) || 302 !indicator_test_dict->GetDictionary("policy", &policy)) {
|
/external/chromium_org/chrome/browser/translate/ |
translate_prefs.cc | 153 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists); 214 prefs_->GetDictionary(kPrefTranslateDeniedCount); 236 prefs_->GetDictionary(kPrefTranslateAcceptedCount); 530 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists); 544 const DictionaryValue* dict = prefs_->GetDictionary(pref_id);
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_items.cc | 159 if (!dictionary.GetDictionary("billing_address", &address_dict)) { 492 if (!gaia_profiles->GetDictionary(i, &account_dict)) 508 if (legal_docs->GetDictionary(i, &legal_doc_dict)) { 531 if (instruments->GetDictionary(i, &instrument_dict)) { 546 if (addresses->GetDictionary(i, &address_dict)) {
|
/external/chromium/chrome/common/extensions/ |
extension.cc | [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_preference_api.cc | 292 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); 342 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details)); 391 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &details));
|
execute_code_in_tab_function.cc | 39 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &script_info));
|
extension_metrics_module.cc | 103 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &metric_type));
|
extension_override_apitest.cc | 22 browser()->profile()->GetPrefs()->GetDictionary(
|
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service.cc | 199 if (parsed_json.GetDictionary("topic", &topic_dict)) { 294 if (!parsed_json.GetDictionary("topic", &topic_dict) || 364 if (parsed_json.GetDictionary("topic", &topic_dict)) {
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_manager_browsertest.cc | 360 local_state->GetDictionary(KioskAppManager::kKioskDictionaryName); 362 EXPECT_TRUE(dict->GetDictionary(KioskAppManager::kKeyApps, &apps_dict)); 430 local_state->GetDictionary(KioskAppManager::kKioskDictionaryName);
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_pref_provider.cc | 267 found = settings_dictionary->GetDictionary( 369 prefs_->GetDictionary(prefs::kContentSettingsPatternPairs); 418 if (settings_dictionary->GetDictionary(
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_file_helper.cc | 189 profile->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths); 233 profile_->GetPrefs()->GetDictionary(prefs::kDevToolsEditedFiles); 347 profile_->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_client_impl.cc | 445 message_dict->GetDictionary("params", ¶ms); 457 if (!message_dict->GetDictionary("error", &unscoped_error) && 458 !message_dict->GetDictionary("result", &unscoped_result))
|
/external/chromium/chrome/browser/prefs/ |
pref_service.h | 209 const DictionaryValue* GetDictionary(const char* path) const; 231 // Note that if obtaining the named value via GetDictionary or GetList, the
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_codec.cc | 128 if (pref_value->GetDictionary(i, &values)) {
|
/external/chromium_org/base/prefs/ |
pref_service.h | 181 const base::DictionaryValue* GetDictionary( 201 // Note that if obtaining the named value via GetDictionary or GetList, the
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
external_cache.cc | 201 if (cached_extensions_->GetDictionary(id, &extension_dictionary)) { 338 } else if (!prefs->GetDictionary(id, &entry)) { 446 if (prefs->GetDictionary(it.key(), &cached_entry)) { 528 if (!extensions_->GetDictionary(id, &entry)) {
|