HomeSort by relevance Sort by last modified time
    Searched refs:GetDictionary (Results 26 - 50 of 82) sorted by null

12 3 4

  /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(
extension_context_menu_api.cc 209 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &properties));
286 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &properties));
extension_tabs_module.cc 296 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
328 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
526 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &update_props));
664 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &args));
804 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &update_props));
    [all...]
extension_bookmarks_module.cc 431 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &json));
516 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &destination));
597 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &updates));
663 if (!args->GetDictionary(0, &json))
extension_proxy_apitest.cc 34 ProxyConfigDictionary dict(pref_service->GetDictionary(prefs::kProxy));
extension_sidebar_api.cc 104 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details));
external_extension_provider_impl.cc 193 if (!prefs_->GetDictionary(id, &extension))
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...]
  /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/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/base/
values.h 268 bool GetDictionary(const std::string& path,
385 bool GetDictionary(size_t index, DictionaryValue** out_value) const;
values.cc 350 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
404 if (!current_dictionary->GetDictionary(
488 bool DictionaryValue::GetDictionary(const std::string& path,
598 if (!GetDictionary(current_path.substr(0, delimiter_position),
781 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) const {
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 121 profile->GetPrefs()->GetDictionary(prefs::kNTPMostVisitedURLsBlacklist);
238 prefs->GetDictionary(prefs::kNTPMostVisitedPinnedURLs);
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 232 prefs->GetDictionary(prefs::kDefaultContentSettings);
467 found = host_settings_dictionary->GetDictionary(
613 prefs->GetDictionary(prefs::kContentSettingsPatterns);
741 bool found = dictionary->GetDictionary(content_type,
788 prefs->GetDictionary(prefs::kPerHostContentSettings);
host_content_settings_map_unittest.cc 537 prefs->GetDictionary(prefs::kDefaultContentSettings);
564 prefs->GetDictionary(prefs::kContentSettingsPatterns);
595 profile.GetPrefs()->GetDictionary(prefs::kContentSettingsPatterns);
686 profile.GetPrefs()->GetDictionary(prefs::kContentSettingsPatterns);
695 profile.GetPrefs()->GetDictionary(prefs::kContentSettingsPatterns);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 250 const DictionaryValue* prefs_images = local_state->GetDictionary(kUserImages);
453 local_state->GetDictionary(kUserImages);
493 const DictionaryValue* prefs_images = local_state->GetDictionary(kUserImages);
  /external/chromium/chrome/browser/
background_contents_service.cc 334 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
376 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
background_contents_service_unittest.cc 33 return profile->GetPrefs()->GetDictionary(
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.cc 95 const DictionaryValue* dict = pref_service_->GetDictionary(prefs::kProxy);
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.cc 101 ASSERT_TRUE(instance->GetDictionary(0, &item));
231 ASSERT_TRUE(schema->GetDictionary("properties", &properties));
232 ASSERT_TRUE(properties->GetDictionary("bar", &bar_property));
353 ASSERT_TRUE(items_schema->GetDictionary(0, &item0_schema));

Completed in 286 milliseconds

12 3 4