Home
last modified time | relevance | path

Searched refs:FILE_DIALOG_SAVE (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Ddialog_handler_gtk.cc245 } else if (mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()
268 case FILE_DIALOG_SAVE: in OnFileDialogContinue()
283 if (mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()
292 if (!params.default_file_path.empty() && mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()
322 mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()
Ddialog_test.cc132 FILE_DIALOG_SAVE | FILE_DIALOG_OVERWRITEPROMPT_FLAG); in OnQuery()
Dtest_runner.cc352 static_cast<cef_file_dialog_mode_t>(FILE_DIALOG_SAVE | in EndTracing()
411 static_cast<cef_file_dialog_mode_t>(FILE_DIALOG_SAVE | in PrintToPDF()
/third_party/cef/tests/ceftests/
Ddialog_unittest.cc302 DialogTestHandler::TestConfig config(FILE_DIALOG_SAVE); in TEST()
313 DialogTestHandler::TestConfig config(FILE_DIALOG_SAVE); in TEST()
323 DialogTestHandler::TestConfig config(FILE_DIALOG_SAVE); in TEST()
334 DialogTestHandler::TestConfig config(FILE_DIALOG_SAVE); in TEST()
/third_party/cef/libcef/browser/
Dfile_dialog_manager.cc180 case FILE_DIALOG_SAVE: in RunFileDialog()
266 mode = FILE_DIALOG_SAVE; in RunFileChooserInternal()
/third_party/cef/include/internal/
Dcef_types.h2136 FILE_DIALOG_SAVE, enumerator
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch60610 + case FILE_DIALOG_SAVE: