/external/chromium_org/chrome/browser/ui/app_list/search/ |
history_data_store.cc | 177 CHECK(cached_dict->GetDictionary(kKeyAssociations, &assoc_dict) &&
|
/external/chromium_org/chrome/browser/ui/views/ |
chrome_views_delegate.cc | 107 const DictionaryValue* dictionary = prefs->GetDictionary(window_name.c_str());
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
most_visited_handler.cc | 149 profile->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
language_options_handler_common.cc | 102 CHECK(localized_strings->GetDictionary(kSettingsAppKey, &app_values));
|
/external/chromium_org/chrome/renderer/ |
chrome_mock_render_thread.cc | 191 if (!page_range_array->GetDictionary(index, &dict))
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
performance_logger_unittest.cc | 136 EXPECT_TRUE(message->GetDictionary("message.params", ¶ms));
|
/external/chromium_org/cloud_print/service/ |
service_state.cc | 111 if (!services->GetDictionary(kCloudPrintJsonName, &cloud_print))
|
/external/chromium_org/components/json_schema/ |
json_schema_validator_unittest_base.cc | 111 ASSERT_TRUE(instance->GetDictionary(0, &item)); 264 ASSERT_TRUE(schema->GetDictionary(schema::kProperties, &properties)); 265 ASSERT_TRUE(properties->GetDictionary("bar", &bar_property)); 400 ASSERT_TRUE(items_schema->GetDictionary(0, &item0_schema));
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter.cc | 90 children->GetDictionary(i, &child_dict);
|
/external/chromium_org/content/browser/media/ |
media_internals.cc | 230 CHECK(cached_data_.GetDictionary(cache_key, &existing_dict));
|
/external/chromium_org/tools/json_schema_compiler/ |
util.h | 38 if (!from.GetDictionary(index, &dict))
|
/external/chromium/chrome/browser/extensions/ |
extension_service_unittest.cc | 266 EXPECT_TRUE(prefs_->GetDictionary(id, &pref)) 303 EXPECT_TRUE(prefs_->GetDictionary(id, &pref)) 698 profile_->GetPrefs()->GetDictionary("extensions.settings"); 715 prefs->GetDictionary("extensions.settings"); 718 ASSERT_TRUE(dict->GetDictionary(extension_id, &pref)) << msg; 728 profile_->GetPrefs()->GetDictionary("extensions.settings"); 731 if (!dict->GetDictionary(extension_id, &pref)) { 756 prefs->GetDictionary("extensions.settings"); 759 ASSERT_TRUE(dict->GetDictionary(extension_id, &pref)) << msg; 777 profile_->GetPrefs()->GetDictionary("extensions.settings") [all...] |
extension_webrequest_api.cc | 569 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &value)); 615 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(3, &value));
|
/external/chromium/chrome/browser/sync/glue/ |
preference_model_associator_unittest.cc | 235 pref_service_->GetDictionary(prefs::kContentSettingsPatterns); 252 pref_service_->GetDictionary(prefs::kContentSettingsPatterns);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks.cc | 188 pref_service.GetDictionary(prefs::kDefaultTasksByMimeType); 199 pref_service.GetDictionary(prefs::kDefaultTasksBySuffix);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_status_collector.cc | 182 local_state_->GetDictionary(prefs::kDeviceLocation); 276 local_state_->GetDictionary(prefs::kDeviceActivityTimes);
|
device_status_collector_browsertest.cc | 580 EXPECT_FALSE(prefs_.GetDictionary(prefs::kDeviceLocation)->empty()); 596 EXPECT_TRUE(prefs_.GetDictionary(prefs::kDeviceLocation)->empty());
|
/external/chromium_org/chrome/browser/extensions/api/commands/ |
command_service.cc | 241 bindings->GetDictionary(key, &item); 320 profile_->GetPrefs()->GetDictionary(prefs::kExtensionCommands);
|
/external/chromium_org/chrome/browser/extensions/api/debugger/ |
debugger_api.cc | 438 if (dictionary->GetDictionary("params", ¶ms_value)) 646 if (response->GetDictionary("result", &result_body))
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
management_browsertest.cc | 499 prefs->GetDictionary(prefs::kExtensionInstallForceList); 571 prefs->GetDictionary(prefs::kExtensionInstallForceList);
|
/external/chromium_org/chrome/browser/prefs/ |
pref_model_associator_unittest.cc | 252 pref_service_->GetDictionary(prefs::kContentSettingsPatternPairs); 272 pref_service_->GetDictionary(prefs::kContentSettingsPatternPairs);
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_delegate_unittest.cc | 100 EXPECT_TRUE(pref_values_with_path_expansion->GetDictionary( 441 ASSERT_TRUE(search_engines_details->GetDictionary(i, &details));
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
drive_metadata_store_unittest.cc | 612 ASSERT_TRUE(files->GetDictionary(0, &file)); 617 ASSERT_TRUE(files->GetDictionary(1, &file));
|
/external/chromium_org/chrome/test/perf/rendering/ |
throughput_tests.cc | 95 if (!root_list->GetDictionary(index, &item)) { 127 if (item->GetDictionary("wait_pixel", &pixel)) {
|
/external/chromium_org/chromeos/dbus/ |
fake_shill_service_client.cc | 171 if (!stub_services_.GetDictionary( 527 if (!stub_services_.GetDictionary(service_path, &service_properties)) {
|