Searched refs:SyncableFileSystemOperation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc27 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
350 SyncableFileSystemOperation::SyncableFileSystemOperation( function in class:sync_file_system::SyncableFileSystemOperation
[all...]
H A Dsyncable_file_system_operation.h28 class SyncableFileSystemOperation class in namespace:sync_file_system
32 virtual ~SyncableFileSystemOperation();
101 typedef SyncableFileSystemOperation self;
107 SyncableFileSystemOperation(
128 base::WeakPtrFactory<SyncableFileSystemOperation> weak_factory_;
130 DISALLOW_COPY_AND_ASSIGN(SyncableFileSystemOperation);
H A Dsync_file_system_backend.cc175 return new SyncableFileSystemOperation(

Completed in 801 milliseconds