Home
last modified time | relevance | path

Searched refs:SELECT_UPLOAD_FOLDER (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
Dselect_file_dialog_util.cc26 case ui::SelectFileDialog::SELECT_UPLOAD_FOLDER: in GetSelectFileDialogTitle()
Durl_util.cc34 case ui::SelectFileDialog::SELECT_UPLOAD_FOLDER: in GetDialogTypeAsString()
/external/chromium_org/ui/shell_dialogs/gtk/
Dselect_file_dialog_impl_gtk.cc197 case SELECT_UPLOAD_FOLDER: in SelectFileImpl()
297 type_ == SELECT_UPLOAD_FOLDER) { in FileSelected()
366 title_string = (type == SELECT_UPLOAD_FOLDER) ? in CreateSelectFolderDialog()
370 std::string accept_button_label = (type == SELECT_UPLOAD_FOLDER) ? in CreateSelectFolderDialog()
Dselect_file_dialog_impl_kde.cc198 case SELECT_UPLOAD_FOLDER: in SelectFileImpl()
338 int title_message_id = (type == SELECT_UPLOAD_FOLDER) ? in CreateSelectFolderDialog()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dselect_file_dialog_impl_gtk2.cc243 case SELECT_UPLOAD_FOLDER: in SelectFileImpl()
341 type_ == SELECT_UPLOAD_FOLDER) { in FileSelected()
411 title_string = (type == SELECT_UPLOAD_FOLDER) ? in CreateSelectFolderDialog()
415 std::string accept_button_label = (type == SELECT_UPLOAD_FOLDER) ? in CreateSelectFolderDialog()
Dselect_file_dialog_impl_kde.cc214 case SELECT_UPLOAD_FOLDER: in SelectFileImpl()
358 int title_message_id = (type == SELECT_UPLOAD_FOLDER) in CreateSelectFolderDialog()
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
Dfile_manager_ui.js139 case DialogType.SELECT_UPLOAD_FOLDER:
/external/chromium_org/ui/shell_dialogs/
Dselect_file_dialog.h40 SELECT_UPLOAD_FOLDER, enumerator
Dselect_file_dialog_win.cc585 } else if (type == SELECT_FOLDER || type == SELECT_UPLOAD_FOLDER) { in SelectFileImpl()
587 if (type == SELECT_UPLOAD_FOLDER && title_string.empty()) { in SelectFileImpl()
645 if (params.type == SELECT_FOLDER || params.type == SELECT_UPLOAD_FOLDER) { in ExecuteSelectFile()
647 if (title.empty() && params.type == SELECT_UPLOAD_FOLDER) { in ExecuteSelectFile()
Dselect_file_dialog_mac.mm181 type == SELECT_UPLOAD_FOLDER ||
291 if (type == SELECT_FOLDER || type == SELECT_UPLOAD_FOLDER) {
295 NSString *prompt = (type == SELECT_UPLOAD_FOLDER)
/external/chromium_org/chrome/browser/
Dfile_select_helper.cc126 if (dialog_type_ == ui::SelectFileDialog::SELECT_UPLOAD_FOLDER) { in FileSelectedWithExtraInfo()
380 dialog_type_ = ui::SelectFileDialog::SELECT_UPLOAD_FOLDER; in RunFileChooserOnUIThread()
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_manager.js94 SELECT_UPLOAD_FOLDER: 'upload-folder', property
107 type == DialogType.SELECT_UPLOAD_FOLDER ||
128 type == DialogType.SELECT_UPLOAD_FOLDER;
647 DialogType.SELECT_UPLOAD_FOLDER,
904 this.dialogType == DialogType.SELECT_UPLOAD_FOLDER ||