Searched refs:FileTaskExecutor (Results 1 – 3 of 3) sorted by relevance
28 FileTaskExecutor::FileTaskExecutor(Profile* profile, in FileTaskExecutor() function in drive::FileTaskExecutor36 FileTaskExecutor::~FileTaskExecutor() { in ~FileTaskExecutor()39 void FileTaskExecutor::Execute( in Execute()67 base::Bind(&FileTaskExecutor::OnFileEntryFetched, in Execute()72 void FileTaskExecutor::OnFileEntryFetched(FileError error, in OnFileEntryFetched()91 base::Bind(&FileTaskExecutor::OnAppAuthorized, in OnFileEntryFetched()96 void FileTaskExecutor::OnAppAuthorized(const std::string& resource_id, in OnAppAuthorized()127 void FileTaskExecutor::Done(bool success) { in Done()
26 class FileTaskExecutor {28 FileTaskExecutor(Profile* profile, const std::string& app_id);36 ~FileTaskExecutor();51 base::WeakPtrFactory<FileTaskExecutor> weak_ptr_factory_;
269 drive::FileTaskExecutor* executor = in ExecuteFileTask()270 new drive::FileTaskExecutor(profile, task.app_id); in ExecuteFileTask()