Searched refs:FileTaskExecutor (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.h38 class FileTaskExecutor { class in namespace:drive
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_;
H A Dfile_task_executor.cc60 FileTaskExecutor::FileTaskExecutor(Profile* profile, const std::string& app_id) function in class:drive::FileTaskExecutor
67 FileTaskExecutor::FileTaskExecutor( function in class:drive::FileTaskExecutor
76 FileTaskExecutor::~FileTaskExecutor() {
79 void FileTaskExecutor::Execute(
109 base::Bind(&FileTaskExecutor::OnFileEntryFetched,
114 void FileTaskExecutor::OnFileEntryFetched(FileError error,
131 base::Bind(&FileTaskExecutor
[all...]
H A Dfile_task_executor_unittest.cc23 // Test harness for verifying the behavior of FileTaskExecutor.
99 FileTaskExecutor* const executor = new FileTaskExecutor(
133 FileTaskExecutor* const executor = new FileTaskExecutor(
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_tasks.cc259 // drive::FileTaskExecutor is responsible to handle drive tasks.
262 drive::FileTaskExecutor* executor =
263 new drive::FileTaskExecutor(profile, task.app_id);

Completed in 165 milliseconds