HomeSort by relevance Sort by last modified time
    Searched defs:FileSelectHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/
file_select_helper.h 33 class FileSelectHelper
34 : public base::RefCountedThreadSafe<FileSelectHelper>,
49 friend class base::RefCountedThreadSafe<FileSelectHelper>;
51 explicit FileSelectHelper(Profile* profile);
52 virtual ~FileSelectHelper();
59 DirectoryListerDispatchDelegate(FileSelectHelper* parent, int id)
67 // This FileSelectHelper owns this object.
68 FileSelectHelper* parent_;
164 DISALLOW_COPY_AND_ASSIGN(FileSelectHelper);
file_select_helper.cc 66 struct FileSelectHelper::ActiveDirectoryEnumeration {
75 FileSelectHelper::FileSelectHelper(Profile* profile)
85 FileSelectHelper::~FileSelectHelper() {
102 void FileSelectHelper::DirectoryListerDispatchDelegate::OnListFile(
107 void FileSelectHelper::DirectoryListerDispatchDelegate::OnListDone(int error) {
111 void FileSelectHelper::FileSelected(const base::FilePath& path,
116 void FileSelectHelper::FileSelectedWithExtraInfo(
139 void FileSelectHelper::MultiFilesSelected
    [all...]

Completed in 5904 milliseconds