/external/chromium/chrome/browser/extensions/ |
extension_omnibox_api.cc | 120 EXTENSION_FUNCTION_VALIDATE(suggestions_value->GetDictionary( 150 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &suggestion_value)); 195 if (!styles_value.GetDictionary(i, &style))
|
extension_history_api.cc | 224 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));
|
extension_proxy_api_helpers.cc | 79 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);
|
extension_cookies_api.cc | 183 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));
|
extension_input_api.cc | 78 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
|
/external/chromium_org/chrome/browser/extensions/api/webview/ |
webview_api.cc | 66 if (!args_->GetDictionary(2, &data_to_remove)) { 92 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &options)); 157 if (!args_->GetDictionary(1, &details_value))
|
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client.cc | 194 if (value->GetDictionary(kErrorPath, &error)) 209 if (!misspellings->GetDictionary(i, &misspelling)) 223 if (!suggestions->GetDictionary(0, &suggestion) ||
|
/external/chromium_org/content/browser/media/ |
webrtc_internals.cc | 76 peer_connection_data_.GetDictionary(i, &dict); 104 peer_connection_data_.GetDictionary(i, &record); 213 peer_connection_data_.GetDictionary(i, &record);
|
/external/chromium_org/google_apis/gaia/ |
oauth2_mint_token_flow.cc | 77 if (!response->GetDictionary(kError, &error)) { 250 if (!dict->GetDictionary(kConsentKey, &consent_dict)) 262 if (!scopes_list->GetDictionary(index, &scopes_entry) ||
|
/external/chromium_org/chrome/browser/extensions/api/browsing_data/ |
browsing_data_test.cc | 147 EXPECT_TRUE(result->GetDictionary("options", &options)); 197 EXPECT_TRUE(result->GetDictionary("options", &options)); 199 EXPECT_TRUE(options->GetDictionary("originTypes", &origin_types)); 208 EXPECT_TRUE(result->GetDictionary("dataToRemove", &data_to_remove)); 418 EXPECT_TRUE(result->GetDictionary("dataToRemove", &data_to_remove));
|
browsing_data_api.cc | 233 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &options)); 318 EXTENSION_FUNCTION_VALIDATE(options.GetDictionary( 356 if (!args_->GetDictionary(1, &data_to_remove)) {
|
/external/chromium_org/chrome/browser/extensions/ |
extension_prefs.cc | 195 if (!dict->GetDictionary(extension_id_, &extension)) { 260 if (!dict->GetDictionary(extension_id_, &extension) || 275 if (!dict->GetDictionary(extension_id_, &extension)) { 351 const DictionaryValue* dict = prefs_->GetDictionary(prefs::kExtensionsPref); 399 prefs_->GetDictionary(prefs::kExtensionsPref); 402 !extensions->GetDictionary(extension_id, &extension_dict)) { 479 if (!ext || !ext->GetDictionary(pref_key, &out)) 742 prefs_->GetDictionary(prefs::kExtensionsPref); 831 return ReadTime(prefs_->GetDictionary(kExtensionsBlacklistUpdate), [all...] |
/external/chromium_org/chrome/common/extensions/ |
extension_l10n_util.cc | 178 if (!file_handlers->GetDictionary(i, &handler)) { 194 if (!media_galleries_handlers->GetDictionary(i, &handler)) { 209 if (!input_components->GetDictionary(i, &module)) { 230 if (manifest->GetDictionary(keys::kCommands, &commands_handler)) { 242 if (manifest->GetDictionary(keys::kSearchProvider, &search_provider)) {
|
/external/chromium/chrome/common/ |
json_schema_validator.cc | 152 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_org/chrome/browser/chromeos/contacts/ |
gdata_contacts_service.cc | 235 if (!link_list->GetDictionary(i, &link_dict)) 293 if (!email_list->GetDictionary(i, &email_dict)) 311 if (!phone_list->GetDictionary(i, &phone_dict)) 329 if (!address_list->GetDictionary(i, &address_dict)) 348 if (!im_list->GetDictionary(i, &im_dict)) 634 if (!toplevel_dict->GetDictionary(kFeedField, &feed_dict)) { 647 !category_list->GetDictionary(0, &category_dict)) { [all...] |
/external/chromium_org/gpu/config/ |
gpu_control_list.cc | 481 if (value->GetDictionary("os", &os_value)) { 488 if (os_value->GetDictionary("version", &os_version_value)) { 542 if (value->GetDictionary("driver_vendor", &driver_vendor_value)) { 555 if (value->GetDictionary("driver_version", &driver_version_value)) { 575 if (value->GetDictionary("driver_date", &driver_date_value)) { 591 if (value->GetDictionary("gl_vendor", &gl_vendor_value)) { 604 if (value->GetDictionary("gl_renderer", &gl_renderer_value)) { 617 if (value->GetDictionary("gl_extensions", &gl_extensions_value)) { 630 if (value->GetDictionary("gl_reset_notification_strategy", 648 if (value->GetDictionary("cpu_info", &cpu_brand_value)) [all...] |
/external/chromium_org/base/ |
values.cc | 393 if (!current_dictionary->GetDictionary(key, &child_dictionary)) { 474 if (!current_dictionary->GetDictionary( 571 bool DictionaryValue::GetDictionary(const std::string& path, 584 bool DictionaryValue::GetDictionary(const std::string& path, 586 return static_cast<const DictionaryValue&>(*this).GetDictionary( 729 if (!GetDictionary(current_path.substr(0, delimiter_position), 765 if (!GetDictionary(subdict_path, &subdict)) 947 bool ListValue::GetDictionary(size_t index, 960 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) { 961 return static_cast<const ListValue&>(*this).GetDictionary( [all...] |
values.h | 283 bool GetDictionary(const std::string& path, 285 bool GetDictionary(const std::string& path, DictionaryValue** out_value); 415 bool GetDictionary(size_t index, const DictionaryValue** out_value) const; 416 bool GetDictionary(size_t index, DictionaryValue** out_value);
|
/external/chromium_org/components/policy/core/common/ |
schema.cc | 258 if (schema.GetDictionary(schema::kItems, &items)) 264 if (schema.GetDictionary(schema::kAdditionalProperties, &dict)) 268 if (schema.GetDictionary(schema::kProperties, &properties)) { 349 if (schema.GetDictionary(schema::kAdditionalProperties, &dict)) { 357 if (schema.GetDictionary(schema::kProperties, &properties)) { 390 if (!schema.GetDictionary(schema::kItems, &dict)) {
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_sync_service_unittest.cc | 222 ASSERT_TRUE(managed_users->GetDictionary(kUserId2, &managed_user)); 236 ASSERT_TRUE(managed_users->GetDictionary(kUserId3, &managed_user)); 250 ASSERT_TRUE(managed_users->GetDictionary(kUserId4, &managed_user));
|
/external/chromium_org/chrome/installer/util/ |
master_preferences.cc | 199 master_dictionary_->GetDictionary(installer::master_preferences::kDistroDict, 216 master_dictionary_->GetDictionary( 309 return master_dictionary_->GetDictionary(
|
/external/chromium_org/remoting/protocol/ |
pairing_registry_unittest.cc | 127 ASSERT_TRUE(pairings_->GetDictionary(0, &actual_pairing_1)); 128 ASSERT_TRUE(pairings_->GetDictionary(1, &actual_pairing_2)); 160 ASSERT_TRUE(pairings_->GetDictionary(0, &actual_pairing_2));
|
/external/chromium/chrome/browser/custom_handlers/ |
protocol_handler_registry.cc | 46 protocolHandlers->GetDictionary(i, &dict);
|
/external/chromium/chrome/browser/web_resource/ |
gpu_blacklist_updater.cc | 51 gpu_blacklist_cache_ = local_state->GetDictionary(prefs::kGpuBlacklist);
|
/external/chromium_org/chrome/browser/android/ |
new_tab_page_prefs.cc | 76 const DictionaryValue* dict = profile_->GetPrefs()->GetDictionary(
|