HomeSort by relevance Sort by last modified time
    Searched refs:ListValue (Results 1 - 25 of 1505) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/common/
font_list_android.cc 11 scoped_ptr<ListValue> GetFontList_SlowBlocking() {
12 return scoped_ptr<ListValue>(new ListValue);
font_list.h 11 class ListValue;
34 scoped_ptr<base::ListValue> GetFontList_SlowBlocking();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
timezone_options_util.h 11 class ListValue;
17 scoped_ptr<base::ListValue> GetTimezoneList();
internet_options_handler.h 56 void EnableWifiCallback(const base::ListValue* args);
57 void DisableWifiCallback(const base::ListValue* args);
58 void EnableCellularCallback(const base::ListValue* args);
59 void DisableCellularCallback(const base::ListValue* args);
60 void EnableWimaxCallback(const base::ListValue* args);
61 void DisableWimaxCallback(const base::ListValue* args);
62 void ShowMorePlanInfoCallback(const base::ListValue* args);
63 void BuyDataPlanCallback(const base::ListValue* args);
64 void SetApnCallback(const base::ListValue* args);
65 void SetApnProperties(const base::ListValue* args
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.h 22 class ListValue;
35 void HandleRecordAction(const base::ListValue* args);
44 void HandleRecordInHistogram(const base::ListValue* args);
47 void HandleLogEventTime(const base::ListValue* args);
50 void HandleLogMouseover(const base::ListValue* args);
gesture_config_ui.h 11 class ListValue;
30 void UpdatePreferenceValue(const base::ListValue* args);
37 void ResetPreferenceValue(const base::ListValue* args);
44 void SetPreferenceValue(const base::ListValue* args);
downloads_dom_handler.h 20 class ListValue;
52 void OnPageLoaded(const base::ListValue* args);
55 void HandleGetDownloads(const base::ListValue* args);
58 void HandleOpenFile(const base::ListValue* args);
61 void HandleDrag(const base::ListValue* args);
65 void HandleSaveDangerous(const base::ListValue* args);
69 void HandleDiscardDangerous(const base::ListValue* args);
72 void HandleShow(const base::ListValue* args);
75 void HandlePause(const base::ListValue* args);
78 void HandleResume(const base::ListValue* args)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.h 16 class ListValue;
40 void HandleGetDownloads(const ListValue* args);
43 void HandleOpenFile(const ListValue* args);
46 void HandleDrag(const ListValue* args);
50 void HandleSaveDangerous(const ListValue* args);
54 void HandleDiscardDangerous(const ListValue* args);
57 void HandleShow(const ListValue* args);
60 void HandlePause(const ListValue* args);
64 void HandleRemove(const ListValue* args);
67 void HandleCancel(const ListValue* args)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
context_menu_handler.h 13 class ListValue;
31 void GetIncognitoDisabled(const base::ListValue* args);
34 void HandleShowContextMenu(const base::ListValue* args);
40 void HandleOpenInNewTab(const base::ListValue* args);
43 void HandleOpenInIncognitoTab(const base::ListValue* args);
48 void OpenUrl(const base::ListValue* args, WindowOpenDisposition disposition);
new_tab_page_ready_handler.h 12 class ListValue;
26 void HandleNewTabPageReady(const base::ListValue* args);
29 void HandleNewTabPageUnexpectedNavigation(const base::ListValue* args);
32 void HandleNewTabPageTitleLoaded(const base::ListValue* args);
navigation_handler.h 12 class ListValue;
26 void HandleOpenedMostVisited(const base::ListValue* args);
29 void HandleOpenedRecentlyClosed(const base::ListValue* args);
32 void HandleOpenedBookmark(const base::ListValue* args);
35 void HandleOpenedForeignSession(const base::ListValue* args);
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_utils.h 11 class ListValue;
17 static ListValue* GetFontsList();
autofill_options_handler.h 14 class ListValue;
41 void RemoveAddress(const ListValue* args);
45 void RemoveCreditCard(const ListValue* args);
50 void LoadAddressEditor(const ListValue* args);
55 void LoadCreditCardEditor(const ListValue* args);
62 void SetAddress(const ListValue* args);
69 void SetCreditCard(const ListValue* args);
certificate_manager_handler.h 41 void View(const ListValue* args);
44 void EditServer(const ListValue* args);
50 void GetCATrust(const ListValue* args);
51 void EditCATrust(const ListValue* args);
54 void CancelImportExportProcess(const ListValue* args);
68 void ExportPersonal(const ListValue* args);
69 void ExportAllPersonal(const ListValue* args);
71 void ExportPersonalPasswordSelected(const ListValue* args);
88 void StartImportPersonal(const ListValue* args);
90 void ImportPersonalPasswordSelected(const ListValue* args)
    [all...]
sync_setup_handler.h 41 void OnDidShowPage(const ListValue* args);
42 void OnDidClosePage(const ListValue* args);
43 void HandleSubmitAuth(const ListValue* args);
44 void HandleConfigure(const ListValue* args);
45 void HandlePassphraseEntry(const ListValue* args);
46 void HandlePassphraseCancel(const ListValue* args);
47 void HandleFirstPassphrase(const ListValue* args);
48 void HandleGoToDashboard(const ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_handler.h 13 class ListValue;
40 void HandleGetActiveIntervals(const base::ListValue* args);
44 void HandleGetFlagEnabled(const base::ListValue* args);
48 void HandleGetAggregationTypes(const base::ListValue* args);
52 void HandleGetEventTypes(const base::ListValue* args);
56 void HandleGetEvents(const base::ListValue* args);
60 void HandleGetMetricTypes(const base::ListValue* args);
66 void HandleGetMetrics(const base::ListValue* args);
  /external/chromium_org/content/public/browser/
font_list_async.h 13 class ListValue;
26 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback);
  /external/chromium_org/content/browser/accessibility/
accessibility_ui.h 11 class ListValue;
22 void ToggleAccessibility(const base::ListValue* args);
23 void ToggleGlobalAccessibility(const base::ListValue* args);
24 void RequestAccessibilityTree(const base::ListValue* args);
  /external/chromium_org/sync/js/
js_arg_list.h 18 // A thin wrapper around Immutable<ListValue>. Used for passing
26 explicit JsArgList(base::ListValue* args);
30 const base::ListValue& Get() const;
37 typedef Immutable<base::ListValue, HasSwapMemFnByPtr<base::ListValue> >
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 13 class ListValue;
32 void ChooseFile(const ListValue* args);
35 void TakePhoto(const ListValue* args);
38 void GetAvailableImages(const ListValue* args);
41 void SelectImage(const ListValue* args);
cros_language_options_handler.h 36 static ListValue* GetInputMethodList(
43 static ListValue* GetLanguageList(
52 void RestartCallback(const ListValue* args);
56 void InputMethodDisableCallback(const ListValue* args);
60 void InputMethodEnableCallback(const ListValue* args);
64 void InputMethodOptionsOpenCallback(const ListValue* args);
language_hangul_handler.h 12 class ListValue;
27 static ListValue* GetKeyboardLayoutList();
  /external/chromium_org/content/browser/media/
webrtc_internals_message_handler.h 13 class ListValue;
34 void OnGetAllUpdates(const base::ListValue* list);
35 void OnGetAllStats(const base::ListValue* list);
36 void OnStartRtpRecording(const base::ListValue* list);
37 void OnStopRtpRecording(const base::ListValue* list);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.h 15 class ListValue;
33 void HandleInitialize(const base::ListValue* args);
34 void HandleAddUser(const base::ListValue* args);
35 void HandleLaunchGuest(const base::ListValue* args);
36 void HandleLaunchUser(const base::ListValue* args);
37 void HandleRemoveUser(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_handler.h 18 class ListValue;
50 void HandleInitializeKioskAppSettings(const base::ListValue* args);
51 void HandleGetKioskAppSettings(const base::ListValue* args);
52 void HandleAddKioskApp(const base::ListValue* args);
53 void HandleRemoveKioskApp(const base::ListValue* args);
54 void HandleEnableKioskAutoLaunch(const base::ListValue* args);
55 void HandleDisableKioskAutoLaunch(const base::ListValue* args);
56 void HandleSetDisableBailoutShortcut(const base::ListValue* args);

Completed in 425 milliseconds

1 2 3 4 5 6 7 8 91011>>