/external/chromium/chrome/browser/ui/webui/options/ |
D | 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 …]
|
D | advanced_options_handler.h | 50 void HandleSelectDownloadLocation(const ListValue* args); 54 void HandlePromptForDownload(const ListValue* args); 58 void HandleAutoOpenButton(const ListValue* args); 62 void HandleMetricsReportingCheckbox(const ListValue* args); 67 void HandleDefaultFontSize(const ListValue* args); 72 void HandleCheckRevocationCheckbox(const ListValue* args); 76 void HandleUseSSL3Checkbox(const ListValue* args); 80 void HandleUseTLS1Checkbox(const ListValue* args); 85 void ShowNetworkProxySettings(const ListValue* args); 91 void ShowManageSSLCertificates(const ListValue* args); [all …]
|
D | extension_settings_handler.h | 27 class ListValue; variable 138 void HandleRequestExtensionsData(const ListValue* args); 141 void HandleToggleDeveloperMode(const ListValue* args); 144 void HandleInspectMessage(const ListValue* args); 147 void HandleReloadMessage(const ListValue* args); 150 void HandleEnableMessage(const ListValue* args); 153 void HandleEnableIncognitoMessage(const ListValue* args); 156 void HandleAllowFileAccessMessage(const ListValue* args); 159 void HandleUninstallMessage(const ListValue* args); 162 void HandleOptionsMessage(const ListValue* args); [all …]
|
D | core_options_handler.h | 71 void HandleInitialize(const ListValue* args); 77 void HandleFetchPrefs(const ListValue* args); 81 void HandleObservePrefs(const ListValue* args); 88 void HandleSetBooleanPref(const ListValue* args); 89 void HandleSetIntegerPref(const ListValue* args); 90 void HandleSetDoublePref(const ListValue* args); 91 void HandleSetStringPref(const ListValue* args); 92 void HandleSetListPref(const ListValue* args); 94 void HandleSetPref(const ListValue* args, Value::ValueType type); 100 void HandleClearPref(const ListValue* args); [all …]
|
D | 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);
|
D | browser_options_handler.h | 60 void SetHomePage(const ListValue* args); 63 void BecomeDefaultBrowser(const ListValue* args); 66 void SetDefaultSearchEngine(const ListValue* args); 69 void RemoveStartupPages(const ListValue* args); 73 void AddStartupPage(const ListValue* args); 77 void EditStartupPage(const ListValue* args); 80 void SetStartupPagesToCurrentPages(const ListValue* args); 84 void RequestAutocompleteSuggestions(const ListValue* args); 88 void ToggleShowBookmarksBar(const ListValue* args);
|
D | autofill_options_handler.h | 14 class ListValue; variable 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);
|
D | personal_options_handler.h | 48 void ShowSyncActionDialog(const ListValue* args); 49 void ShowSyncLoginDialog(const ListValue* args); 50 void ShowCustomizeSyncDialog(const ListValue* args); 51 void ThemesReset(const ListValue* args); 53 void ThemesSetGTK(const ListValue* args); 58 void OnPreferredDataTypesUpdated(const ListValue* args); 61 void LoadAccountPicture(const ListValue* args);
|
D | cookies_view_handler.cc | 89 ListValue* children = new ListValue; in TreeNodesAdded() 93 ListValue args; in TreeNodesAdded() 111 ListValue args; in TreeNodesRemoved() 149 void CookiesViewHandler::UpdateSearchResults(const ListValue* args) { in UpdateSearchResults() 160 void CookiesViewHandler::RemoveAll(const ListValue* args) { in RemoveAll() 165 void CookiesViewHandler::Remove(const ListValue* args) { in Remove() 179 void CookiesViewHandler::LoadChildren(const ListValue* args) { in LoadChildren() 194 ListValue* children = new ListValue; in SendChildren() 198 ListValue args; in SendChildren()
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.h | 61 void ButtonClickCallback(const ListValue* args); 72 void RefreshCellularPlanCallback(const ListValue* args); 77 void LoginCallback(const ListValue* args); 78 void LoginCertCallback(const ListValue* args); 79 void LoginToOtherCallback(const ListValue* args); 80 void SetDetailsCallback(const ListValue* args); 81 void EnableWifiCallback(const ListValue* args); 82 void DisableWifiCallback(const ListValue* args); 83 void EnableCellularCallback(const ListValue* args); 84 void DisableCellularCallback(const ListValue* args); [all …]
|
D | 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);
|
/external/chromium/chrome/browser/ui/webui/ |
D | downloads_dom_handler.h | 16 class ListValue; variable 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 …]
|
D | settings_browsertest.cc | 23 void(const ListValue* args)); 25 void(const ListValue* args)); 27 void(const ListValue* args)); 29 void(const ListValue* args)); 31 void(const ListValue* args)); 33 void(const ListValue* args)); 35 void(const ListValue* args)); 37 void(const ListValue* args)); 39 void(const ListValue* args)); 41 void(const ListValue* args)); [all …]
|
D | 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 …]
|
D | 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);
|
D | most_visited_handler.h | 19 class ListValue; variable 46 void HandleGetMostVisited(const ListValue* args); 49 void HandleBlacklistURL(const ListValue* args); 52 void HandleRemoveURLsFromBlacklist(const ListValue* args); 55 void HandleClearBlacklist(const ListValue* args); 58 void HandleAddPinnedURL(const ListValue* args); 61 void HandleRemovePinnedURL(const ListValue* args); 128 scoped_ptr<ListValue> pages_value_;
|
D | downloads_dom_handler.cc | 109 ListValue results_value; in OnDownloadUpdated() 141 void DownloadsDOMHandler::HandleGetDownloads(const ListValue* args) { in HandleGetDownloads() 151 void DownloadsDOMHandler::HandleOpenFile(const ListValue* args) { in HandleOpenFile() 157 void DownloadsDOMHandler::HandleDrag(const ListValue* args) { in HandleDrag() 168 void DownloadsDOMHandler::HandleSaveDangerous(const ListValue* args) { in HandleSaveDangerous() 174 void DownloadsDOMHandler::HandleDiscardDangerous(const ListValue* args) { in HandleDiscardDangerous() 180 void DownloadsDOMHandler::HandleShow(const ListValue* args) { in HandleShow() 186 void DownloadsDOMHandler::HandlePause(const ListValue* args) { in HandlePause() 192 void DownloadsDOMHandler::HandleRemove(const ListValue* args) { in HandleRemove() 198 void DownloadsDOMHandler::HandleCancel(const ListValue* args) { in HandleCancel() [all …]
|
D | gpu_internals_ui.cc | 85 void OnBeginTracing(const ListValue* list); 86 void OnEndTracingAsync(const ListValue* list); 87 void OnBrowserBridgeInitialized(const ListValue* list); 88 void OnCallAsync(const ListValue* list); 89 void OnBeginRequestBufferPercentFull(const ListValue* list); 90 void OnLoadTraceFile(const ListValue* list); 91 void OnSaveTraceFile(const ListValue* list); 94 Value* OnRequestClientInfo(const ListValue* list); 95 Value* OnRequestLogMessages(const ListValue* list); 248 void GpuMessageHandler::OnCallAsync(const ListValue* args) { in OnCallAsync() [all …]
|
D | active_downloads_ui.cc | 108 void HandleGetDownloads(const ListValue* args); 109 void HandlePauseToggleDownload(const ListValue* args); 110 void HandleCancelDownload(const ListValue* args); 111 void HandleAllowDownload(const ListValue* args); 112 void OpenNewPopupWindow(const ListValue* args); 113 void OpenNewFullWindow(const ListValue* args); 114 void PlayMediaFile(const ListValue* args); 118 DownloadItem* GetDownloadById(const ListValue* args); 123 void OpenNewWindow(const ListValue* args, bool popup); 240 void ActiveDownloadsHandler::PlayMediaFile(const ListValue* args) { in PlayMediaFile() [all …]
|
/external/chromium/chrome/browser/extensions/ |
D | extensions_ui.h | 27 class ListValue; variable 96 void HandleRequestExtensionsData(const ListValue* args); 99 void HandleToggleDeveloperMode(const ListValue* args); 102 void HandleInspectMessage(const ListValue* args); 105 void HandleReloadMessage(const ListValue* args); 108 void HandleEnableMessage(const ListValue* args); 111 void HandleEnableIncognitoMessage(const ListValue* args); 114 void HandleAllowFileAccessMessage(const ListValue* args); 117 void HandleUninstallMessage(const ListValue* args); 120 void HandleOptionsMessage(const ListValue* args); [all …]
|
D | convert_user_script.cc | 98 ListValue* js_files = new ListValue(); in ConvertUserScriptToExtension() 103 ListValue* matches = new ListValue(); in ConvertUserScriptToExtension() 115 ListValue* includes = new ListValue(); in ConvertUserScriptToExtension() 119 ListValue* excludes = new ListValue(); in ConvertUserScriptToExtension() 129 ListValue* content_scripts = new ListValue(); in ConvertUserScriptToExtension()
|
/external/chromium/chrome/browser/sync/ |
D | js_sync_manager_observer.cc | 30 ListValue return_args; in OnChangesApplied() 33 ListValue* change_values = new ListValue(); in OnChangesApplied() 44 ListValue return_args; in OnChangesComplete() 53 ListValue return_args; in OnSyncCycleCompleted() 61 ListValue return_args; in OnAuthError() 68 ListValue return_args; in OnUpdatedToken() 75 ListValue return_args; in OnPassphraseRequired() 87 ListValue return_args; in OnPassphraseAccepted() 95 ListValue return_args; in OnEncryptionComplete() 103 ListValue return_args; in OnMigrationNeededForTypes()
|
D | js_sync_manager_observer_unittest.cc | 67 ListValue expected_args; in TEST_F() 94 ListValue expected_args; in TEST_F() 106 ListValue expected_args; in TEST_F() 119 ListValue true_args, false_args; in TEST_F() 135 ListValue redacted_args; in TEST_F() 150 ListValue expected_args; in TEST_F() 151 ListValue* encrypted_type_values = new ListValue(); in TEST_F() 171 ListValue expected_args; in TEST_F() 172 ListValue* type_values = new ListValue(); in TEST_F() 254 ListValue expected_args; in TEST_F() [all …]
|
/external/chromium/base/ |
D | values.cc | 20 ListValue* list = static_cast<ListValue*>(node); in CopyWithoutEmptyChildren() 21 ListValue* copy = new ListValue; in CopyWithoutEmptyChildren() 22 for (ListValue::const_iterator it = list->begin(); it != list->end(); in CopyWithoutEmptyChildren() 122 bool Value::GetAsList(ListValue** out_value) { in GetAsList() 502 ListValue** out_value) const { in GetList() 509 *out_value = static_cast<ListValue*>(value); in GetList() 580 ListValue** out_value) const { in GetListWithoutPathExpansion() 587 *out_value = static_cast<ListValue*>(value); in GetListWithoutPathExpansion() 689 ListValue::ListValue() : Value(TYPE_LIST) { in ListValue() function in ListValue 692 ListValue::~ListValue() { in ~ListValue() [all …]
|
/external/chromium/chrome/browser/ |
D | plugin_updater.cc | 45 ListValue* PluginUpdater::GetPluginGroupsData() { in GetPluginGroupsData() 50 ListValue* plugin_groups_data = new ListValue(); in GetPluginGroupsData() 86 const ListValue* disabled_list = in Observe() 88 const ListValue* exceptions_list = in Observe() 90 const ListValue* enabled_list = in Observe() 97 const ListValue* disabled_list, in UpdatePluginsStateFromPolicy() 98 const ListValue* exceptions_list, in UpdatePluginsStateFromPolicy() 99 const ListValue* enabled_list) { in UpdatePluginsStateFromPolicy() 116 void PluginUpdater::ListValueToStringSet(const ListValue* src, in ListValueToStringSet() 120 ListValue::const_iterator end(src->end()); in ListValueToStringSet() [all …]
|