OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELECT_UPLOAD_FOLDER
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_manager/
select_file_dialog_util.cc
26
case ui::SelectFileDialog::
SELECT_UPLOAD_FOLDER
:
url_util.cc
34
case ui::SelectFileDialog::
SELECT_UPLOAD_FOLDER
:
/external/chromium_org/ui/shell_dialogs/
select_file_dialog.h
40
SELECT_UPLOAD_FOLDER
,
select_file_dialog_win.cc
368
} else if (type == SELECT_FOLDER || type ==
SELECT_UPLOAD_FOLDER
) {
370
if (type ==
SELECT_UPLOAD_FOLDER
&& title_string.empty()) {
422
if (params.type == SELECT_FOLDER || params.type ==
SELECT_UPLOAD_FOLDER
) {
424
if (title.empty() && params.type ==
SELECT_UPLOAD_FOLDER
) {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_gtk2.cc
245
case
SELECT_UPLOAD_FOLDER
:
348
type_ ==
SELECT_UPLOAD_FOLDER
) {
418
title_string = (type ==
SELECT_UPLOAD_FOLDER
) ?
422
std::string accept_button_label = (type ==
SELECT_UPLOAD_FOLDER
) ?
select_file_dialog_impl_kde.cc
242
case
SELECT_UPLOAD_FOLDER
:
356
else if (type_ == SELECT_FOLDER || type_ ==
SELECT_UPLOAD_FOLDER
)
381
int title_message_id = (type ==
SELECT_UPLOAD_FOLDER
)
/external/chromium_org/chrome/browser/
file_select_helper.cc
126
if (dialog_type_ == ui::SelectFileDialog::
SELECT_UPLOAD_FOLDER
) {
380
dialog_type_ = ui::SelectFileDialog::
SELECT_UPLOAD_FOLDER
;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
file_manager_ui.js
174
case DialogType.
SELECT_UPLOAD_FOLDER
:
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js
651
SELECT_UPLOAD_FOLDER
: 'upload-folder',
664
type == DialogType.
SELECT_UPLOAD_FOLDER
||
678
type == DialogType.
SELECT_UPLOAD_FOLDER
;
696
type == DialogType.
SELECT_UPLOAD_FOLDER
;
[
all
...]
Completed in 345 milliseconds