HomeSort by relevance Sort by last modified time
    Searched refs:SyncableFileSystemOperation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 27 const SyncableFileSystemOperation::WriteCallback& callback,
34 class SyncableFileSystemOperation::QueueableTask
37 QueueableTask(base::WeakPtr<SyncableFileSystemOperation> operation,
68 base::WeakPtr<SyncableFileSystemOperation> operation_;
74 SyncableFileSystemOperation::~SyncableFileSystemOperation() {}
76 void SyncableFileSystemOperation::CreateFile(
97 void SyncableFileSystemOperation::CreateDirectory(
119 void SyncableFileSystemOperation::Copy(
142 void SyncableFileSystemOperation::Move
    [all...]
syncable_file_system_operation.h 28 class SyncableFileSystemOperation
32 virtual ~SyncableFileSystemOperation();
101 typedef SyncableFileSystemOperation self;
107 SyncableFileSystemOperation(
128 base::WeakPtrFactory<SyncableFileSystemOperation> weak_factory_;
130 DISALLOW_COPY_AND_ASSIGN(SyncableFileSystemOperation);
sync_file_system_backend.cc 175 return new SyncableFileSystemOperation(

Completed in 56 milliseconds