Searched defs:FileSelected (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium/chrome/browser/ui/
H A Dshell_dialogs_unittest.cc50 virtual void FileSelected(const FilePath& path, function in class:FileSelectionUser
/external/chromium/chrome/browser/ui/views/
H A Duser_data_dir_dialog.cc97 void UserDataDirDialog::FileSelected(const FilePath& path, function in class:UserDataDirDialog
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc155 void ChangePictureOptionsHandler::FileSelected(const FilePath& path, function in class:chromeos::ChangePictureOptionsHandler
/external/chromium_org/chrome/browser/download/
H A Ddownload_file_picker.cc104 void DownloadFilePicker::FileSelected(const base::FilePath& path, function in class:DownloadFilePicker
H A Dsave_package_file_picker.cc159 // then you risk breaking FileSelected()'s use of |index|.
215 // Go through FileSelected() for consistency.
216 FileSelected(suggested_path_copy, file_type_index, NULL);
227 void SavePackageFilePicker::FileSelected( function in class:SavePackageFilePicker
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Dentry_picker.cc47 &EntryPicker::FileSelected,
71 void EntryPicker::FileSelected(const base::FilePath& path, function in class:extensions::api::EntryPicker
74 client_->FileSelected(path);
/external/chromium_org/chrome/browser/ui/views/
H A Duser_data_dir_dialog_view.cc93 void UserDataDirDialogView::FileSelected(const base::FilePath& path, function in class:UserDataDirDialogView
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmedia_galleries_handler.cc148 void MediaGalleriesHandler::FileSelected(const base::FilePath& path, function in class:options::MediaGalleriesHandler
H A Dimport_data_handler.cc218 void ImportDataHandler::FileSelected(const base::FilePath& path, function in class:options::ImportDataHandler
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_dialogs.cc81 virtual void FileSelected(const FilePath& path,
121 void Exporter::FileSelected(const FilePath& path, int index, void* params) { function in class:__anon2605::Exporter
H A Ddialogs_gtk.cc59 void FileSelected(GtkWidget* dialog, const FilePath& path);
307 void SelectFileDialogImpl::FileSelected(GtkWidget* dialog, function in class:SelectFileDialogImpl
322 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
517 FileSelected(dialog, path);
524 FileSelected(dialog, path);
/external/chromium_org/chrome/browser/ui/
H A Dcertificate_dialogs.cc72 virtual void FileSelected(const base::FilePath& path,
112 void Exporter::FileSelected(const base::FilePath& path, int index, function in class:__anon6059::Exporter
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.cc95 void PackExtensionHandler::FileSelected(const base::FilePath& path, int index, function in class:extensions::PackExtensionHandler
/external/chromium/chrome/browser/
H A Dfile_select_helper.cc73 void FileSelectHelper::FileSelected(const FilePath& path, function in class:FileSelectHelper
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api.cc121 virtual void FileSelected(const base::FilePath& path,
222 void FileSelectorImpl::FileSelected( function in class:__anon4421::FileSelectorImpl
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.cc111 void FileSelectHelper::FileSelected(const base::FilePath& path, function in class:FileSelectHelper
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_dialog_controller.cc242 void MediaGalleriesDialogController::FileSelected(const base::FilePath& path, function in class:chrome::MediaGalleriesDialogController
330 // TODO(gbillock): Should be adding volume metadata during FileSelected.
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_kde.cc105 void FileSelected(const base::FilePath& path, void* params);
327 void SelectFileDialogImplKDE::FileSelected(const base::FilePath& path, function in class:libgtk2ui::SelectFileDialogImplKDE
339 listener_->FileSelected(path, 1, params);
432 FileSelected(path, params);
439 FileSelected(path, params);
H A Dselect_file_dialog_impl_gtk2.cc100 void FileSelected(GtkWidget* dialog, const base::FilePath& path);
336 void SelectFileDialogImplGTK::FileSelected(GtkWidget* dialog, function in class:libgtk2ui::SelectFileDialogImplGTK
351 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
558 FileSelected(dialog, path);
565 FileSelected(dialog, path);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc364 void ChangePictureOptionsHandler::FileSelected(const base::FilePath& path, function in class:chromeos::options::ChangePictureOptionsHandler
/external/chromium/chrome/browser/download/
H A Ddownload_manager_unittest.cc60 void FileSelected(const FilePath& path, int index, void* params) { function in class:DownloadManagerTest
61 download_manager_->FileSelected(path, index, params);
382 FileSelected(new_path, i, info);
384 FileSelected(new_path, i, info);
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc354 void AdvancedOptionsHandler::FileSelected(const FilePath& path, int index, function in class:AdvancedOptionsHandler
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_handler.cc358 void PrintPreviewHandler::FileSelected(const FilePath& path, function in class:PrintPreviewHandler
/external/chromium_org/content/browser/tracing/
H A Dtracing_ui.cc69 virtual void FileSelected(const base::FilePath& path,
280 void TracingMessageHandler::FileSelected( function in class:content::__anon7819::TracingMessageHandler
/external/chromium_org/ui/shell_dialogs/gtk/
H A Dselect_file_dialog_impl_gtk.cc67 void FileSelected(GtkWidget* dialog, const base::FilePath& path);
292 void SelectFileDialogImplGTK::FileSelected(GtkWidget* dialog, function in class:__anon14425::SelectFileDialogImplGTK
307 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
514 FileSelected(dialog, path);
521 FileSelected(dialog, path);

Completed in 1090 milliseconds

12