HomeSort by relevance Sort by last modified time
    Searched refs:ListValue (Results 501 - 525 of 1584) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 109 void HandleCancel(const ListValue* args);
110 void HandleConnect(const ListValue* args);
111 void HandlePageReady(const ListValue* args);
114 ListValue networks_list_;
208 void ChooseMobileNetworkHandler::HandleCancel(const ListValue* args) {
224 void ChooseMobileNetworkHandler::HandleConnect(const ListValue* args) {
241 void ChooseMobileNetworkHandler::HandlePageReady(const ListValue* args) {
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 25 ListValue* list = new ListValue();
47 ListValue* list = new ListValue();
50 list = new ListValue();
76 ListValue* list = new ListValue();
103 ListValue* list = new ListValue();
extension_bookmarks_module.cc 158 ListValue args;
178 ListValue args;
195 ListValue args;
210 ListValue args;
236 ListValue args;
239 ListValue* children = new ListValue();
258 ListValue args;
267 ListValue args;
277 scoped_ptr<ListValue> json(new ListValue())
    [all...]
extensions_quota_service.h 47 const ListValue* args, const base::TimeTicks& event_time);
140 virtual void GetBucketsForArgs(const ListValue* args,
152 bool ApplyToArgs(const ListValue* args, const base::TimeTicks& event_time);
extensions_quota_service_unittest.cc 32 virtual void GetBucketsForArgs(const ListValue* args, BucketList* buckets) {
49 virtual void GetBucketsForArgs(const ListValue* args, BucketList* buckets) {}
55 virtual void SetArgs(const ListValue* args) {}
184 ListValue args;
190 ListValue args;
197 ListValue args;
205 ListValue args2;
220 ListValue args3;
237 ListValue args;
270 ListValue args_f
    [all...]
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc 59 DictionaryValue* GetSettingsDictionary(const ListValue* args) {
97 ListValue* printers = new ListValue;
118 void SendPrinterList(ListValue* printers,
235 void PrintPreviewHandler::HandleGetPrinters(const ListValue*) {
244 void PrintPreviewHandler::HandleGetPreview(const ListValue* args) {
256 void PrintPreviewHandler::HandlePrint(const ListValue* args) {
298 const ListValue* args) {
321 const ListValue& printers,
cookies_tree_model_adapter.cc 74 ListValue children;
109 void CookiesTreeModelAdapter::RequestChildren(const ListValue* args) {
122 ListValue children;
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_handler.cc 235 scoped_ptr<base::ListValue> apps_list(new base::ListValue);
250 const base::ListValue* args) {
256 void KioskAppsHandler::HandleGetKioskAppSettings(const base::ListValue* args) {
261 void KioskAppsHandler::HandleAddKioskApp(const base::ListValue* args) {
277 void KioskAppsHandler::HandleRemoveKioskApp(const base::ListValue* args) {
288 const base::ListValue* args) {
299 const base::ListValue* args) {
314 const base::ListValue* args) {
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.cc 126 ListValue defaults_list;
136 ListValue others_list;
146 ListValue keyword_list;
207 void SearchEngineManagerHandler::SetDefaultSearchEngine(const ListValue* args) {
219 void SearchEngineManagerHandler::RemoveSearchEngine(const ListValue* args) {
232 void SearchEngineManagerHandler::EditSearchEngine(const ListValue* args) {
262 const ListValue* args)
287 void SearchEngineManagerHandler::EditCancelled(const ListValue* args) {
294 void SearchEngineManagerHandler::EditCompleted(const ListValue* args) {
  /external/chromium_org/extensions/browser/
admin_policy_unittest.cc 28 values.Set(extensions::manifest_keys::kWebURLs, new base::ListValue());
52 base::ListValue blacklist;
73 base::ListValue blacklist;
87 base::ListValue blacklist;
100 base::ListValue whitelist;
105 base::ListValue blacklist;
120 base::ListValue blacklist;
139 base::ListValue whitelist;
153 base::ListValue allowed_types;
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.cc 41 const ListValue* protocolHandlers =
110 ListValue* protocolHandlers = new ListValue();
  /external/chromium/chrome/browser/
io_thread.h 22 class ListValue;
101 ListValue* referral_list,
153 ListValue* referral_list,
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h 109 void HandleShowDebugger(const ListValue* args);
110 void HandleSendPrintData(const ListValue* args);
111 void HandleSetPageParameters(const ListValue* args);
  /external/chromium/chrome/browser/remoting/
setup_flow.h 14 class ListValue;
197 void HandleSubmitAuth(const ListValue* args);
198 void HandleUIMessage(const ListValue* args);
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 146 void BrowserOptionsHandler::SetHomePage(const ListValue* args) {
188 void BrowserOptionsHandler::BecomeDefaultBrowser(const ListValue* args) {
260 ListValue search_engines;
281 void BrowserOptionsHandler::SetDefaultSearchEngine(const ListValue* args) {
318 ListValue startup_pages;
354 const ListValue* args) {
359 void BrowserOptionsHandler::RemoveStartupPages(const ListValue* args) {
377 void BrowserOptionsHandler::AddStartupPage(const ListValue* args) {
388 void BrowserOptionsHandler::EditStartupPage(const ListValue* args) {
417 const ListValue* args)
    [all...]
core_options_handler.cc 128 void CoreOptionsHandler::HandleInitialize(const ListValue* args) {
206 void CoreOptionsHandler::HandleFetchPrefs(const ListValue* args) {
241 void CoreOptionsHandler::HandleObservePrefs(const ListValue* args) {
272 void CoreOptionsHandler::HandleSetBooleanPref(const ListValue* args) {
276 void CoreOptionsHandler::HandleSetIntegerPref(const ListValue* args) {
280 void CoreOptionsHandler::HandleSetDoublePref(const ListValue* args) {
284 void CoreOptionsHandler::HandleSetStringPref(const ListValue* args) {
288 void CoreOptionsHandler::HandleSetListPref(const ListValue* args) {
292 void CoreOptionsHandler::HandleSetPref(const ListValue* args,
333 void CoreOptionsHandler::HandleClearPref(const ListValue* args)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.cc 29 base::ListValue* ReadExternalOrdinalFile(const base::FilePath& path) {
42 base::ListValue* ordinal_list_value = NULL;
115 scoped_ptr<base::ListValue> ordinals_value(
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.h 89 scoped_ptr<base::ListValue> args,
95 scoped_ptr<base::ListValue> event_args,
96 scoped_ptr<base::ListValue> cross_incognito_args);
  /external/chromium_org/chrome/browser/extensions/
extension_override_apitest.cc 30 const base::ListValue* values = NULL;
128 base::ListValue* list = new base::ListValue();
  /external/chromium_org/chrome/browser/sessions/
restore_on_startup_policy_handler.cc 69 base::ListValue* url_list = new base::ListValue();
98 const base::ListValue* cookies_value;
  /external/chromium_org/chrome/browser/sync_file_system/
remote_file_sync_service.h 23 class ListValue;
193 virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) = 0;
196 virtual scoped_ptr<base::ListValue> DumpDatabase() = 0;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
locally_managed_user_creation_screen_handler.h 17 class ListValue;
96 void ShowExistingManagedUsers(const base::ListValue* users);
114 void HandleRetryLocalManagedUserCreation(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/
conflicts_ui.cc 88 void HandleRequestModuleList(const ListValue* args);
108 void ConflictsDOMHandler::HandleRequestModuleList(const ListValue* args) {
117 ListValue* list = loaded_modules->GetModuleList();
gesture_config_ui.cc 54 void GestureConfigUI::UpdatePreferenceValue(const base::ListValue* args) {
74 void GestureConfigUI::ResetPreferenceValue(const base::ListValue* args) {
85 void GestureConfigUI::SetPreferenceValue(const base::ListValue* args) {
  /external/chromium_org/chrome/browser/ui/webui/media/
webrtc_logs_ui.cc 84 void HandleRequestWebRtcLogs(const ListValue* args);
119 void WebRtcLogsDOMHandler::HandleRequestWebRtcLogs(const ListValue* args) {
136 ListValue upload_list;

Completed in 605 milliseconds

<<21222324252627282930>>