HomeSort by relevance Sort by last modified time
    Searched refs:ListValue (Results 51 - 75 of 359) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/options/
font_settings_utils_win.cc 29 ListValue* FontSettingsUtilities::GetFontsList() {
41 ListValue* font_list = new ListValue;
44 ListValue* font_item = new ListValue();
cookies_view_handler.cc 89 ListValue* children = new ListValue;
93 ListValue args;
111 ListValue args;
149 void CookiesViewHandler::UpdateSearchResults(const ListValue* args) {
160 void CookiesViewHandler::RemoveAll(const ListValue* args) {
165 void CookiesViewHandler::Remove(const ListValue* args) {
179 void CookiesViewHandler::LoadChildren(const ListValue* args) {
194 ListValue* children = new ListValue;
    [all...]
clear_browser_data_handler.h 30 void HandleClearBrowserData(const ListValue* value);
  /external/chromium/chrome/browser/extensions/
extension_i18n_api.cc 29 result_.reset(new ListValue());
41 static_cast<ListValue*>(result_.get())->
50 if (static_cast<ListValue*>(result_.get())->GetSize() == 0) {
extension_cookies_helpers.h 21 class ListValue;
47 ListValue* tab_ids);
70 ListValue* match_list);
74 void AppendToTabIdList(Browser* browser, ListValue* tab_ids);
convert_user_script.cc 98 ListValue* js_files = new ListValue();
103 ListValue* matches = new ListValue();
115 ListValue* includes = new ListValue();
119 ListValue* excludes = new ListValue();
129 ListValue* content_scripts = new ListValue();
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util.h 17 class ListValue;
61 void AddBoolSyncDetail(ListValue* details,
69 void AddIntSyncDetail(ListValue* details,
js_sync_manager_observer_unittest.cc 67 ListValue expected_args;
94 ListValue expected_args;
106 ListValue expected_args;
119 ListValue true_args, false_args;
135 ListValue redacted_args;
150 ListValue expected_args;
151 ListValue* encrypted_type_values = new ListValue();
171 ListValue expected_args;
172 ListValue* type_values = new ListValue()
    [all...]
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.h 11 class ListValue;
33 ListValue* types) = 0;
37 ListValue* types,
json_schema_validator.h 16 class ListValue;
114 JSONSchemaValidator(DictionaryValue* schema, ListValue* types);
159 void ValidateChoices(Value* instance, ListValue* choices,
163 void ValidateEnum(Value* instance, ListValue* choices,
171 void ValidateArray(ListValue* instance, DictionaryValue* schema,
177 void ValidateTuple(ListValue* instance, DictionaryValue* schema,
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.h 69 void BindCookiesTreeModel(const ListValue* args);
72 void Block(const ListValue* args);
73 void Allow(const ListValue* args);
74 void AllowThisSession(const ListValue* args);
ntp_login_handler.h 34 void HandleInitializeLogin(const ListValue* args);
net_internals_ui.cc 173 void OnRendererReady(const ListValue* list);
174 void OnEnableHttpThrottling(const ListValue* list);
182 void OnLoadLogFile(const ListValue* list);
237 typedef void (IOThreadImpl::*MessageHandler)(const ListValue*);
271 void OnRendererReady(const ListValue* list);
273 void OnGetProxySettings(const ListValue* list);
274 void OnReloadProxySettings(const ListValue* list);
275 void OnGetBadProxies(const ListValue* list);
276 void OnClearBadProxies(const ListValue* list);
277 void OnGetHostResolverInfo(const ListValue* list)
    [all...]
downloads_dom_handler.cc 109 ListValue results_value;
141 void DownloadsDOMHandler::HandleGetDownloads(const ListValue* args) {
151 void DownloadsDOMHandler::HandleOpenFile(const ListValue* args) {
157 void DownloadsDOMHandler::HandleDrag(const ListValue* args) {
168 void DownloadsDOMHandler::HandleSaveDangerous(const ListValue* args) {
174 void DownloadsDOMHandler::HandleDiscardDangerous(const ListValue* args) {
180 void DownloadsDOMHandler::HandleShow(const ListValue* args) {
186 void DownloadsDOMHandler::HandlePause(const ListValue* args) {
192 void DownloadsDOMHandler::HandleRemove(const ListValue* args) {
198 void DownloadsDOMHandler::HandleCancel(const ListValue* args)
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_customize_modifier_keys_handler.cc 59 ListValue* list_value = new ListValue();
69 ListValue* option = new ListValue();
language_mozc_handler.cc 57 ListValue* list_value = new ListValue();
60 ListValue* option = new ListValue();
language_pinyin_handler.cc 45 ListValue* list_value = new ListValue();
52 ListValue* option = new ListValue();
stats_options_handler.h 32 void HandleMetricsReportingCheckbox(const ListValue* args);
  /external/chromium/net/http/
http_net_log_params.cc 23 ListValue* headers = new ListValue();
43 ListValue* headers = new ListValue();
  /external/chromium/base/json/
json_writer_unittest.cc 26 root = new ListValue;
52 ListValue* list = new ListValue;
57 ListValue* inner_list = new ListValue;
  /external/chromium/chrome/browser/
plugin_updater.cc 45 ListValue* PluginUpdater::GetPluginGroupsData() {
50 ListValue* plugin_groups_data = new ListValue();
86 const ListValue* disabled_list =
88 const ListValue* exceptions_list =
90 const ListValue* enabled_list =
97 const ListValue* disabled_list,
98 const ListValue* exceptions_list,
99 const ListValue* enabled_list) {
116 void PluginUpdater::ListValueToStringSet(const ListValue* src
    [all...]
about_flags.h 14 class ListValue;
90 ListValue* GetFlagsExperimentsData(PrefService* prefs);
gpu_data_manager.h 45 const ListValue& log_messages() const;
103 ListValue log_messages_;
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.h 18 class ListValue;
42 void RevertLocaleChange(const ListValue* list);
user_cros_settings_provider.h 15 class ListValue;
51 static const ListValue* cached_whitelist();

Completed in 830 milliseconds

1 23 4 5 6 7 8 91011>>