Home
last modified time | relevance | path

Searched refs:GetList (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_unittest.cc39 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
49 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
59 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
74 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
Dextension_web_ui.cc248 if (!overrides || !overrides->GetList(page, &url_list)) in HandleChromeURLOverride()
316 if (!all_overrides->GetList(key, &page_overrides)) { in RegisterChromeURLOverrides()
375 if (!all_overrides->GetList(page, &page_overrides)) { in UnregisterChromeURLOverride()
396 if (!all_overrides->GetList(page, &page_overrides)) { in UnregisterChromeURLOverrides()
Dextension_omnibox_api.cc114 EXTENSION_FUNCTION_VALIDATE(args_->GetList(1, &suggestions_value)); in RunImpl()
130 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles)); in RunImpl()
157 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles)); in RunImpl()
Dextension_rlz_module.cc128 EXTENSION_FUNCTION_VALIDATE(args_->GetList(1, &access_points_list)); in RunImpl()
189 EXTENSION_FUNCTION_VALIDATE(args_->GetList(1, &access_points_list)); in RunImpl()
Dextension_info_private_api_chromeos.cc33 EXTENSION_FUNCTION_VALIDATE(args_->GetList(0, &list)); in RunImpl()
Dextension_page_actions_module.cc235 EXTENSION_FUNCTION_VALIDATE(args->GetList("color", &color_value)); in RunImpl()
261 EXTENSION_FUNCTION_VALIDATE(args->GetList("color", &color_value)); in RunImpl()
Dextension_browser_actions_api.cc87 EXTENSION_FUNCTION_VALIDATE(details_->GetList("color", &list)); in RunBrowserAction()
Dexternal_policy_extension_loader.cc50 profile_->GetPrefs()->GetList(prefs::kExtensionInstallForceList); in StartLoading()
Dextension_context_menu_api.cc42 if (!properties.GetList(key, &list)) { in ParseContexts()
135 if (!properties.GetList(key, &list)) in ParseURLPatterns()
/external/chromium/chrome/browser/
Dplugin_updater.cc87 pref_service->GetList(prefs::kPluginsDisabledPlugins); in Observe()
89 pref_service->GetList(prefs::kPluginsDisabledPluginsExceptions); in Observe()
91 pref_service->GetList(prefs::kPluginsEnabledPlugins); in Observe()
217 profile->GetPrefs()->GetList(prefs::kPluginsDisabledPlugins); in UpdatePluginGroupsStateFromPrefs()
219 profile->GetPrefs()->GetList(prefs::kPluginsDisabledPluginsExceptions); in UpdatePluginGroupsStateFromPrefs()
221 profile->GetPrefs()->GetList(prefs::kPluginsEnabledPlugins); in UpdatePluginGroupsStateFromPrefs()
Dabout_flags_unittest.cc128 const ListValue* experiments_list = prefs_.GetList( in TEST_F()
145 experiments_list = prefs_.GetList(prefs::kEnabledLabsExperiments); in TEST_F()
156 const ListValue* experiments_list = prefs_.GetList( in TEST_F()
163 experiments_list = prefs_.GetList(prefs::kEnabledLabsExperiments); in TEST_F()
/external/chromium/chrome/browser/chromeos/login/
Duser_image_downloader.cc117 if (!feed_dictionary->GetList("entry", &entry_list)) in GetImageURL()
133 if (!entry_dictionary->GetList("gd$email", &email_list)) in GetImageURLFromEntries()
141 if (!entry_dictionary->GetList("link", &link_list)) in GetImageURLFromEntries()
/external/chromium/chrome/browser/ui/gtk/
Dinfo_bubble_accelerators_gtk.h33 static InfoBubbleAcceleratorGtkList GetList();
Dinfo_bubble_accelerators_gtk.cc27 InfoBubbleAcceleratorGtkList InfoBubbleAcceleratorsGtk::GetList() { in GetList() function in InfoBubbleAcceleratorsGtk
/external/chromium/chrome/browser/prefs/
Dpref_member_unittest.cc190 const ListValue* list_value = prefs.GetList(kListPref); in TEST()
208 EXPECT_TRUE(list_value_numbers->Equals(prefs.GetList(kListPref))); in TEST()
218 EXPECT_TRUE(list_value_ints->Equals(prefs.GetList(kListPref))); in TEST()
Dsession_startup_pref.cc98 const ListValue* url_pref_list = prefs->GetList( in GetStartupPref()
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc395 if (args->GetList(1, &list_value)) in SetAddress()
411 if (args->GetList(9, &list_value)) in SetAddress()
413 if (args->GetList(10, &list_value)) in SetAddress()
415 if (args->GetList(11, &list_value)) in SetAddress()
/external/chromium/chrome/browser/web_resource/
Dpromo_resource_service.cc200 if (topic_dict->GetList("answers", &answer_list)) { in UnpackPromoSignal()
295 !topic_dict->GetList("answers", &answer_list)) in UnpackWebStoreSignal()
365 if (topic_dict->GetList("answers", &answer_list)) { in UnpackLogoSignal()
/external/chromium/chrome/browser/translate/
Dtranslate_prefs.cc195 if (!dict->GetList(*iter, &list) || !list) in MigrateTranslateWhitelists()
224 const ListValue* blacklist = prefs_->GetList(pref_id); in IsValueBlacklisted()
/external/chromium/chrome/common/extensions/
Dextension.cc749 if (!content_script->GetList(keys::kMatches, &matches)) { in LoadUserScriptHelper()
811 !content_script->GetList(keys::kJs, &js)) { in LoadUserScriptHelper()
819 !content_script->GetList(keys::kCss, &css)) { in LoadUserScriptHelper()
882 if (!content_script->GetList(globs_property_name, &list)) { in LoadGlobsHelper()
917 extension_action->GetList(keys::kPageActionIcons, &icons)) { in LoadExtensionActionHelper()
1071 !file_browser_handler->GetList(keys::kFileFilters, &list_value) || in LoadFileBrowserHandler()
1934 if (!source.GetList(keys::kPlugins, &list_value)) { in InitFromValue()
1980 if (!source.GetList(keys::kNaClModules, &list_value)) { in InitFromValue()
2022 if (!source.GetList(keys::kToolstrips, &list_value)) { in InitFromValue()
2054 if (!source.GetList(keys::kContentScripts, &list_value)) { in InitFromValue()
[all …]
/external/chromium/base/
Dvalues_unittest.cc35 settings.GetList("global.toolbar.bookmarks", &toolbar_bookmarks)); in TEST_F()
39 ASSERT_TRUE(settings.GetList("global.toolbar.bookmarks", &toolbar_bookmarks)); in TEST_F()
47 ASSERT_TRUE(settings.GetList("global.toolbar.bookmarks", &bookmark_list)); in TEST_F()
638 EXPECT_TRUE(root->GetList("list_with_empty_children", &inner)); in TEST_F()
640 EXPECT_TRUE(inner->GetList(0, &inner2)); in TEST_F()
Dvalues.h270 bool GetList(const std::string& path, ListValue** out_value) const;
386 bool GetList(size_t index, ListValue** out_value) const;
/external/chromium/chrome/common/
Djson_schema_validator.cc200 if (schema->GetList("choices", &choices)) { in Validate()
208 if (schema->GetList("enum", &enumeration)) { in Validate()
382 schema->GetList("items", &tuple_type); in ValidateTuple()
Dweb_apps.cc258 if (definition->GetList("permissions", &permissions_value)) { in ParseWebAppFromDefinitionFile()
269 if (definition->GetList("urls", &urls_value)) { in ParseWebAppFromDefinitionFile()
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_notification_provider.cc239 prefs->GetList(prefs::kDesktopNotificationAllowedOrigins); in GetAllowedOrigins()
252 prefs->GetList(prefs::kDesktopNotificationDeniedOrigins); in GetBlockedOrigins()

123