Searched refs:SelectFile (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_handler.h37 void SelectFile(const FilePath& default_path);
H A Dprint_preview_handler.cc290 SelectFile(default_filename);
327 void PrintPreviewHandler::SelectFile(const FilePath& default_filename) { function in class:PrintPreviewHandler
345 select_file_dialog_->SelectFile(
H A Dgpu_internals_ui.cc379 select_trace_file_dialog_->SelectFile(
415 select_trace_file_dialog_->SelectFile(
H A Dnet_internals_ui.cc509 select_log_file_dialog_->SelectFile(
/external/chromium/chrome/browser/ui/
H A Dshell_dialogs.cc40 void SelectFileDialog::SelectFile(Type type, function in class:SelectFileDialog
H A Dshell_dialogs_unittest.cc37 select_file_dialog_->SelectFile(SelectFileDialog::SELECT_OPEN_FILE,
71 // Tests if SelectFileDialog::SelectFile returns asynchronously with
H A Dshell_dialogs.h60 // SelectFile. |index| specifies the index of the filter passed to the
61 // the initial call to SelectFile.
66 // files are in |files|. |params| is contextual passed to SelectFile.
72 // |params| is contextual passed to SelectFile.
132 void SelectFile(Type type,
152 // and gets called from SelectFile after testing the
H A Dbrowser.cc1791 select_file_dialog_->SelectFile(SelectFileDialog::SELECT_OPEN_FILE,
/external/chromium/chrome/browser/ui/views/
H A Duser_data_dir_dialog.cc76 select_file_dialog_->SelectFile(SelectFileDialog::SELECT_FOLDER,
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_dialogs.cc182 select_file_dialog->SelectFile(
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc102 select_file_dialog_->SelectFile(
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_module.cc825 void BookmarksIOFunction::SelectFile(SelectFileDialog::Type type) { function in class:BookmarksIOFunction
830 NewRunnableMethod(this, &BookmarksIOFunction::SelectFile, type));
864 select_file_dialog_->SelectFile(type,
876 Release(); // Balanced in BookmarksIOFunction::SelectFile()
881 Release(); // Balanced in BookmarsIOFunction::SelectFile()
888 SelectFile(SelectFileDialog::SELECT_OPEN_FILE);
904 Release(); // Balanced in BookmarksIOFunction::SelectFile()
908 SelectFile(SelectFileDialog::SELECT_SAVEAS_FILE);
916 Release(); // Balanced in BookmarksIOFunction::SelectFile()
H A Dextension_bookmarks_module.h210 void SelectFile(SelectFileDialog::Type type);
H A Dextensions_ui.cc605 load_extension_dialog_->SelectFile(type, select_title, FilePath(), &info,
/external/chromium/chrome/browser/
H A Dfile_select_helper.cc277 select_file_dialog_->SelectFile(dialog_type_,
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc340 select_folder_dialog_->SelectFile(
H A Dcertificate_manager_handler.cc40 // Enumeration of different callers of SelectFile. (Start counting at 1 so
41 // if SelectFile is accidentally called with params=NULL it won't match any.)
526 select_file_dialog_->SelectFile(
614 select_file_dialog_->SelectFile(
H A Dextension_settings_handler.cc698 load_extension_dialog_->SelectFile(type, select_title, FilePath(), &info,
/external/chromium/chrome/browser/download/
H A Ddownload_manager.cc445 select_file_dialog_->SelectFile(SelectFileDialog::SELECT_SAVEAS_FILE,
H A Dsave_package.cc1386 select_file_dialog_->SelectFile(SelectFileDialog::SELECT_SAVEAS_FILE,

Completed in 740 milliseconds