Home
last modified time | relevance | path

Searched refs:FileTaskExecutor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_task_executor.cc28 FileTaskExecutor::FileTaskExecutor(Profile* profile, in FileTaskExecutor() function in drive::FileTaskExecutor
36 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()
Dfile_task_executor.h26 class FileTaskExecutor {
28 FileTaskExecutor(Profile* profile, const std::string& app_id);
36 ~FileTaskExecutor();
51 base::WeakPtrFactory<FileTaskExecutor> weak_ptr_factory_;
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfile_tasks.cc269 drive::FileTaskExecutor* executor = in ExecuteFileTask()
270 new drive::FileTaskExecutor(profile, task.app_id); in ExecuteFileTask()