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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.cc 28 FileTaskExecutor::FileTaskExecutor(Profile* profile,
36 FileTaskExecutor::~FileTaskExecutor() {
39 void FileTaskExecutor::Execute(
67 base::Bind(&FileTaskExecutor::OnFileEntryFetched,
72 void FileTaskExecutor::OnFileEntryFetched(FileError error,
91 base::Bind(&FileTaskExecutor::OnAppAuthorized,
96 void FileTaskExecutor::OnAppAuthorized(const std::string& resource_id,
127 void FileTaskExecutor::Done(bool success)
    [all...]
file_task_executor.h 26 class FileTaskExecutor {
28 FileTaskExecutor(Profile* profile, const std::string& app_id);
36 ~FileTaskExecutor();
51 base::WeakPtrFactory<FileTaskExecutor> weak_ptr_factory_;

Completed in 57 milliseconds