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 60 FileTaskExecutor::FileTaskExecutor(Profile* profile, const std::string& app_id)
67 FileTaskExecutor::FileTaskExecutor(
76 FileTaskExecutor::~FileTaskExecutor() {
79 void FileTaskExecutor::Execute(
109 base::Bind(&FileTaskExecutor::OnFileEntryFetched,
114 void FileTaskExecutor::OnFileEntryFetched(FileError error,
131 base::Bind(&FileTaskExecutor::OnAppAuthorized
    [all...]
file_task_executor.h 38 class FileTaskExecutor {
40 // Creates FileTaskExecutor with delegate derived from |profile|. Used in
42 FileTaskExecutor(Profile* profile, const std::string& app_id);
44 // Creates FileTaskExecutor with a specific delegate.
45 FileTaskExecutor(scoped_ptr<FileTaskExecutorDelegate> delegate,
53 ~FileTaskExecutor();
68 base::WeakPtrFactory<FileTaskExecutor> weak_ptr_factory_;

Completed in 577 milliseconds