Home
last modified time | relevance | path

Searched refs:FILE_DIALOG_OPEN_FOLDER (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Ddialog_test.cc54 if (dialog_state_->mode_ != FILE_DIALOG_OPEN_FOLDER) in OnFileDialogDismissed()
58 if (dialog_state_->mode_ == FILE_DIALOG_OPEN_FOLDER) { in OnFileDialogDismissed()
128 dialog_state_->mode_ = FILE_DIALOG_OPEN_FOLDER; in OnQuery()
139 if (dialog_state_->mode_ != FILE_DIALOG_OPEN_FOLDER) { in OnQuery()
Ddialog_handler_gtk.cc242 } else if (mode_type == FILE_DIALOG_OPEN_FOLDER) { in OnFileDialogContinue()
265 case FILE_DIALOG_OPEN_FOLDER: in OnFileDialogContinue()
321 if (mode_type == FILE_DIALOG_OPEN || mode_type == FILE_DIALOG_OPEN_FOLDER || in OnFileDialogContinue()
/third_party/cef/tests/ceftests/
Ddialog_unittest.cc260 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN_FOLDER); in TEST()
271 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN_FOLDER); in TEST()
281 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN_FOLDER); in TEST()
292 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN_FOLDER); in TEST()
/third_party/cef/libcef/browser/
Dfile_dialog_manager.cc177 case FILE_DIALOG_OPEN_FOLDER: in RunFileDialog()
263 mode = FILE_DIALOG_OPEN_FOLDER; in RunFileChooserInternal()
/third_party/cef/include/internal/
Dcef_types.h2130 FILE_DIALOG_OPEN_FOLDER, enumerator
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch60608 + case FILE_DIALOG_OPEN_FOLDER: