Searched refs:FileSelected (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Dentry_picker.h21 virtual void FileSelected(const base::FilePath& path) = 0;
46 virtual void FileSelected(const base::FilePath& path,
H A Dentry_picker.cc46 &EntryPicker::FileSelected,
70 void EntryPicker::FileSelected(const base::FilePath& path, function in class:extensions::api::EntryPicker
73 client_->FileSelected(path);
H A Ddeveloper_private_api.h327 virtual void FileSelected(const base::FilePath& path) = 0;
343 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
358 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_unittest.cc49 virtual void FileSelected(const base::FilePath& path,
79 virtual void FileSelected(const base::FilePath& path,
89 TEST_F(SelectFileDialogExtensionTest, FileSelected) {
/external/chromium_org/chrome/browser/download/
H A Ddownload_file_picker.h51 virtual void FileSelected(const base::FilePath& path,
H A Dsave_package_file_picker.h35 virtual void FileSelected(const base::FilePath& path,
H A Ddownload_file_picker.cc102 void DownloadFilePicker::FileSelected(const base::FilePath& path, function in class:DownloadFilePicker
H A Dsave_package_file_picker.cc222 // Go through FileSelected() for consistency.
223 FileSelected(suggested_path_copy, file_type_index, NULL);
234 void SavePackageFilePicker::FileSelected( function in class:SavePackageFilePicker
/external/chromium_org/chrome/browser/ui/
H A Dchrome_select_file_policy_unittest.cc65 virtual void FileSelected(const base::FilePath& path,
H A Dcertificate_dialogs.cc75 virtual void FileSelected(const base::FilePath& path,
128 void Exporter::FileSelected(const base::FilePath& path, int index, function in class:__anon5060::Exporter
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.h45 virtual void FileSelected(const base::FilePath& path,
H A Dextension_loader_handler.cc62 virtual void FileSelected(const base::FilePath& path,
122 void ExtensionLoaderHandler::FileHelper::FileSelected( function in class:extensions::ExtensionLoaderHandler::FileHelper
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dimport_data_handler.h51 virtual void FileSelected(const base::FilePath& path,
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.h308 virtual void FileSelected(const base::FilePath& path, int index, void* params) = 0;
334 virtual void FileSelected(const base::FilePath& path,
350 virtual void FileSelected(const base::FilePath& path,
/external/chromium_org/content/browser/media/
H A Dwebrtc_aecdump_browsertest.cc67 // the dialog callback FileSelected() is invoked directly. In fact, there's
86 WebRTCInternals::GetInstance()->FileSelected(dump_file, -1, NULL);
144 WebRTCInternals::GetInstance()->FileSelected(dump_file, -1, NULL);
194 WebRTCInternals::GetInstance()->FileSelected(dump_file, -1, NULL);
H A Dwebrtc_internals.h124 virtual void FileSelected(const base::FilePath& path,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.h102 virtual void FileSelected(
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc49 FileSelected(file.local_path, index, params);
H A Dselect_file_dialog.h61 virtual void FileSelected(const base::FilePath& path,
64 // Similar to FileSelected() but takes SelectedFileInfo instead of
67 // If not overridden, calls FileSelected() with path from |file|.
H A Dselect_file_dialog_win.cc252 void FileSelected(const base::FilePath& path, int index,
343 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
353 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
378 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
458 base::Bind(&SelectFileDialogImpl::FileSelected, this, path,
546 void SelectFileDialogImpl::FileSelected(const base::FilePath& selected_folder, function in class:__anon17012::SelectFileDialogImpl
551 listener_->FileSelected(selected_folder, index, params);
/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:__anon3135::FileSelectorImpl
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_gtk2.cc83 void FileSelected(GtkWidget* dialog, const base::FilePath& path);
343 void SelectFileDialogImplGTK::FileSelected(GtkWidget* dialog, function in class:libgtk2ui::SelectFileDialogImplGTK
360 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
566 FileSelected(dialog, path);
573 FileSelected(dialog, path);
H A Dselect_file_dialog_impl_kde.cc112 void FileSelected(const base::FilePath& path, void* params);
350 void SelectFileDialogImplKDE::FileSelected(const base::FilePath& path, function in class:libgtk2ui::SelectFileDialogImplKDE
362 listener_->FileSelected(path, 1, params);
455 FileSelected(path, params);
462 FileSelected(path, params);
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.h87 virtual void FileSelected(
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permission_controller.h115 virtual void FileSelected(const base::FilePath& path,

Completed in 8073 milliseconds

12