Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Ddialog_unittest.cc146 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST()
160 FILE_DIALOG_OPEN | FILE_DIALOG_HIDEREADONLY_FLAG | in TEST()
174 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST()
185 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST()
195 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST()
206 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST()
/third_party/cef/tests/cefclient/browser/
Ddialog_test.cc29 : mode_(FILE_DIALOG_OPEN), last_selected_filter_(0), pending_(false) {} in DialogState()
122 dialog_state_->mode_ = FILE_DIALOG_OPEN; in OnQuery()
Ddialog_handler_gtk.cc239 if (mode_type == FILE_DIALOG_OPEN || mode_type == FILE_DIALOG_OPEN_MULTIPLE) { in OnFileDialogContinue()
259 case FILE_DIALOG_OPEN: in OnFileDialogContinue()
321 if (mode_type == FILE_DIALOG_OPEN || mode_type == FILE_DIALOG_OPEN_FOLDER || in OnFileDialogContinue()
/third_party/cef/libcef/browser/
Dfile_dialog_manager.cc171 case FILE_DIALOG_OPEN: in RunFileDialog()
254 int mode = FILE_DIALOG_OPEN; in RunFileChooserInternal()
257 mode = FILE_DIALOG_OPEN; in RunFileChooserInternal()
/third_party/cef/include/internal/
Dcef_types.h2120 FILE_DIALOG_OPEN = 0, enumerator
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch60604 + case FILE_DIALOG_OPEN: