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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.h 16 class ListValue;
47 static void ListValueToGurlVector(const ListValue& origin_list,
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 21 class ListValue;
101 typedef ScopedUserPrefUpdate<ListValue, Value::TYPE_LIST> ListPrefUpdate;
  /external/chromium/chrome/browser/sync/
js_test_util.h 18 class ListValue;
32 // Like HasArgs() but takes a ListValue instead.
34 const ListValue& expected_args);
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.h 11 class ListValue;
46 void RequestChildren(const ListValue* args);
shown_sections_handler.h 58 void HandleGetShownSections(const ListValue* args);
61 void HandleSetShownSections(const ListValue* args);
constrained_html_ui.h 60 void OnDialogClose(const ListValue* args);
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)
    [all...]
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)
    [all...]
flags_ui.cc 139 void HandleRequestFlagsExperiments(const ListValue* args);
142 void HandleEnableFlagsExperimentMessage(const ListValue* args);
145 void HandleRestartBrowser(const ListValue* args);
160 void FlagsDOMHandler::HandleRequestFlagsExperiments(const ListValue* args) {
171 const ListValue* args) {
188 void FlagsDOMHandler::HandleRestartBrowser(const ListValue* args) {
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.h 16 class ListValue;
34 ListValue* GetTimezoneList();
language_chewing_handler.cc 69 ListValue* list_value = new ListValue();
72 ListValue* option = new ListValue();
cros_language_options_handler.cc 86 ListValue* CrosLanguageOptionsHandler::GetInputMethodList(
88 ListValue* input_method_list = new ListValue();
125 ListValue* CrosLanguageOptionsHandler::GetLanguageList(
171 ListValue* language_list = new ListValue();
194 void CrosLanguageOptionsHandler::RestartCallback(const ListValue* args) {
204 const ListValue* args) {
212 const ListValue* args) {
220 const ListValue* args)
    [all...]
  /external/chromium/net/websockets/
websocket_net_log_params.cc 16 ListValue* headers = new ListValue();
websocket_net_log_params_unittest.cc 14 ListValue* list = new ListValue();
  /external/chromium/base/
values.h 38 class ListValue;
96 virtual bool GetAsList(ListValue** out_value);
270 bool GetList(const std::string& path, ListValue** out_value) const;
287 ListValue** out_value) const;
347 class BASE_API ListValue : public Value {
352 ListValue();
353 ~ListValue();
355 // Clears the contents of this ListValue
386 bool GetList(size_t index, ListValue** out_value) const;
392 // it will return false and the ListValue object will be unchanged
    [all...]
values.cc 20 ListValue* list = static_cast<ListValue*>(node);
21 ListValue* copy = new ListValue;
22 for (ListValue::const_iterator it = list->begin(); it != list->end();
122 bool Value::GetAsList(ListValue** out_value) {
502 ListValue** out_value) const {
509 *out_value = static_cast<ListValue*>(value);
580 ListValue** out_value) const {
587 *out_value = static_cast<ListValue*>(value)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_unittest.cc 38 ListValue* children;
48 ListValue* children;
58 ListValue* children;
73 ListValue* children;
external_policy_extension_loader.h 15 class ListValue;
extension_bookmark_helpers.cc 50 ListValue* children = new ListValue();
64 ListValue* list,
73 ListValue* list,
79 ListValue* list,
external_policy_extension_loader_unittest.cc 45 void Visit(ListValue* policy_forcelist,
46 ListValue* policy_validlist,
95 ListValue* remaining_extensions;
105 ListValue forced_extensions;
118 ListValue forced_extensions, valid_extensions;
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_delegate_win.h 33 ListValue* result) const;
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.cc 27 void CloudPrintSetupMessageHandler::HandleSubmitAuth(const ListValue* args) {
56 void CloudPrintSetupMessageHandler::HandlePrintTestPage(const ListValue* args) {
61 void CloudPrintSetupMessageHandler::HandleLearnMore(const ListValue* args) {
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.h 71 void HandleAuthenticateUser(const ListValue* args);
72 void HandleLaunchIncognito(const ListValue* args);
73 void HandleShutdownSystem(const ListValue* args);
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 93 // Get the multi-valued element for |type| and return it in |ListValue| form.
96 scoped_ptr<ListValue>* list) {
99 list->reset(new ListValue);
106 void SetValueList(const ListValue* list,
250 ListValue addresses;
254 ListValue* entry = new ListValue();
262 ListValue credit_cards;
266 ListValue* entry = new ListValue();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc 116 ListValue* entry_list = NULL;
123 bool UserImageDownloader::GetImageURLFromEntries(ListValue* entry_list,
132 ListValue* email_list = NULL;
140 ListValue* link_list = NULL;
151 bool UserImageDownloader::IsUserEntry(ListValue* email_list) const {
167 bool UserImageDownloader::GetImageURLFromLinks(ListValue* link_list,

Completed in 438 milliseconds

1 2 34 5 6 7 8 91011>>