Home | History | Annotate | Download | only in browser

Lines Matching defs:FileSelectHelper

37 struct FileSelectHelper::ActiveDirectoryEnumeration {
46 FileSelectHelper::FileSelectHelper(Profile* profile)
53 FileSelectHelper::~FileSelectHelper() {
73 void FileSelectHelper::FileSelected(const FilePath& path,
92 void FileSelectHelper::MultiFilesSelected(const std::vector<FilePath>& files,
104 void FileSelectHelper::FileSelectionCanceled(void* params) {
116 void FileSelectHelper::StartNewEnumeration(const FilePath& path,
137 void FileSelectHelper::OnListFile(
151 void FileSelectHelper::OnListDone(int id, int error) {
167 SelectFileDialog::FileTypeInfo* FileSelectHelper::GetFileTypesFromAcceptType(
237 void FileSelectHelper::RunFileChooser(
288 void FileSelectHelper::EnumerateDirectory(int request_id,
295 void FileSelectHelper::Observe(NotificationType type,
324 file_select_helper_.reset(new FileSelectHelper(tab_contents()->profile()));
341 file_select_helper_.reset(new FileSelectHelper(tab_contents()->profile()));