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

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 28 class SyncableFileSystemOperation
32 virtual ~SyncableFileSystemOperation();
99 typedef SyncableFileSystemOperation self;
105 SyncableFileSystemOperation(
128 base::WeakPtrFactory<SyncableFileSystemOperation> weak_factory_;
130 DISALLOW_COPY_AND_ASSIGN(SyncableFileSystemOperation);
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(
123 void SyncableFileSystemOperation::Copy(
146 void SyncableFileSystemOperation::Move
    [all...]

Completed in 31 milliseconds