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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_handler.h 15 class ListValue;
30 void OnJSUpdate(const base::ListValue* list);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.h 22 class ListValue;
47 void HandleGetMostVisited(const base::ListValue* args);
50 void HandleBlacklistUrl(const base::ListValue* args);
53 void HandleRemoveUrlsFromBlacklist(const base::ListValue* args);
56 void HandleClearBlacklist(const base::ListValue* args);
59 void HandleMostVisitedAction(const base::ListValue* args);
62 void HandleMostVisitedSelected(const base::ListValue* args);
113 scoped_ptr<base::ListValue> pages_value_;
  /external/chromium_org/chrome/browser/ui/webui/options/
home_page_overlay_handler.h 18 class ListValue;
38 void RequestAutocompleteSuggestions(const base::ListValue* args);
language_options_handler.h 32 static base::ListValue* GetLanguageList();
40 void RestartCallback(const base::ListValue* args);
options_browsertest.h 35 void ReportHistory(const base::ListValue* list_value);
40 void HandleSetPref(const base::ListValue* args);
core_options_handler.h 115 void HandleInitialize(const ListValue* args);
118 // preference names passed as the |args| parameter (ListValue). It passes
121 void HandleFetchPrefs(const ListValue* args);
125 void HandleObservePrefs(const ListValue* args);
132 void HandleSetBooleanPref(const ListValue* args);
133 void HandleSetIntegerPref(const ListValue* args);
134 void HandleSetDoublePref(const ListValue* args);
135 void HandleSetStringPref(const ListValue* args);
136 void HandleSetURLPref(const ListValue* args);
137 void HandleSetListPref(const ListValue* args)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.h 15 class ListValue;
33 void HandleGetSuggestions(const base::ListValue* one_element_input_string);
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
extension_statuses_handler.h 27 base::ListValue* values);
33 void GetExtensionStatuses(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.h 16 class ListValue;
44 void HandleKillProcesses(const base::ListValue* indexes);
47 void HandleActivatePage(const base::ListValue* resource_index);
50 void HandleInspect(const base::ListValue* resource_index);
52 void EnableTaskManager(const base::ListValue* indexes);
53 void DisableTaskManager(const base::ListValue* indexes);
54 void OpenAboutMemory(const base::ListValue* indexes);
57 void HandleSetUpdateColumn(const base::ListValue* args);
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer.h 14 class ListValue;
33 const base::ListValue& certificates,
  /external/chromium_org/content/browser/media/
media_internals_handler.h 13 class ListValue;
30 void OnGetEverything(const base::ListValue* list);
  /external/chromium_org/sync/js/
js_arg_list.cc 13 JsArgList::JsArgList(base::ListValue* args) : args_(args) {}
17 const base::ListValue& JsArgList::Get() const {
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_hangul_handler.cc 34 ListValue* LanguageHangulHandler::GetKeyboardLayoutList() {
35 ListValue* keyboard_layout_list = new ListValue();
37 ListValue* option = new ListValue();
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.h 70 void SetContentFilter(const ListValue* args);
75 void RemoveException(const ListValue* args);
79 void SetException(const ListValue* args);
83 void CheckExceptionPatternValidity(const ListValue* args);
86 void SetAllowThirdPartyCookies(const ListValue* args);
font_settings_utils_gtk.cc 15 ListValue* FontSettingsUtilities::GetFontsList() {
16 ListValue* font_list = new ListValue;
31 ListValue* font_item = new ListValue();
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.h 43 void HandleGetPrinters(const ListValue* args);
47 void HandleGetPreview(const ListValue* args);
51 void HandlePrint(const ListValue* args);
55 void HandleGetPrinterCapabilities(const ListValue* args);
62 void SendPrinterList(const ListValue& printers,
app_launcher_handler.h 62 void HandleGetApps(const ListValue* args);
65 void HandleLaunchApp(const ListValue* args);
68 void HandleSetLaunchType(const ListValue* args);
71 void HandleUninstallApp(const ListValue* args);
74 void HandleHideAppsPromo(const ListValue* args);
77 void HandleCreateAppShortcut(const ListValue* args);
80 void HandleReorderApps(const ListValue* args);
83 void HandleSetPageIndex(const ListValue* args);
86 void HandlePromoSeen(const ListValue* args);
new_tab_page_sync_handler.h 15 class ListValue;
30 void HandleGetSyncMessage(const ListValue* args);
32 void HandleSyncLinkClicked(const ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.h 15 class ListValue;
57 void HandleRequestExtensionsData(const base::ListValue* args);
61 void HandleSetExtensionCommandShortcut(const base::ListValue* args);
65 void HandleSetCommandScope(const base::ListValue* args);
69 void HandleSetShortcutHandlingSuspended(const base::ListValue* args);
  /external/chromium_org/content/browser/
font_list_async.cc 18 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback,
19 scoped_ptr<base::ListValue> result) {
25 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback) {
26 scoped_ptr<base::ListValue> result(GetFontList_SlowBlocking());
35 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback) {
  /external/chromium_org/content/common/
font_list_pango.cc 17 scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
18 scoped_ptr<base::ListValue> font_list(new base::ListValue);
33 base::ListValue* font_item = new base::ListValue();
  /external/chromium_org/chrome/browser/ui/webui/help/
help_handler.h 45 void OnPageLoaded(const base::ListValue* args);
49 void PromoteUpdater(const base::ListValue* args);
53 void RelaunchNow(const base::ListValue* args);
56 void OpenFeedbackDialog(const base::ListValue* args);
59 void OpenHelpPage(const base::ListValue* args);
63 void SetChannel(const base::ListValue* args);
66 void RelaunchAndPowerwash(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.h 106 void OnDidClosePage(const base::ListValue* args);
107 void HandleConfigure(const base::ListValue* args);
108 void HandlePassphraseEntry(const base::ListValue* args);
109 void HandlePassphraseCancel(const base::ListValue* args);
110 void HandleShowSetupUI(const base::ListValue* args);
111 void HandleDoSignOutOnAuthError(const base::ListValue* args);
112 void HandleStartSignin(const base::ListValue* args);
113 void HandleStopSyncing(const base::ListValue* args);
114 void HandleCloseTimeout(const base::ListValue* args);
  /external/chromium_org/chrome/browser/chromeos/notifications/
balloon_view_host_chromeos.h 20 class ListValue;
27 typedef base::Callback<void(const base::ListValue*)> MessageCallback;
46 const base::ListValue& args) OVERRIDE;
  /external/chromium_org/chrome/browser/profile_resetter/
brandcoded_default_settings.h 28 scoped_ptr<ListValue> GetSearchProviderOverrides() const;
38 scoped_ptr<ListValue> GetUrlsToRestoreOnStartup() const;
41 scoped_ptr<ListValue> ExtractList(const char* pref_name) const;

Completed in 1092 milliseconds

1 2 34 5 6 7 8 91011>>