Searched refs:OperationHandle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_runner.h243 struct OperationHandle { struct in class:storage::FileSystemOperationRunner
247 OperationHandle();
248 ~OperationHandle();
254 void DidFinish(const OperationHandle& handle,
257 void DidGetMetadata(const OperationHandle& handle,
261 void DidReadDirectory(const OperationHandle& handle,
266 void DidWrite(const OperationHandle& handle,
272 const OperationHandle& handle,
277 const OperationHandle& handle,
285 const OperationHandle
[all...]
H A Dfile_system_operation_runner.cc32 FileSystemOperationRunner::OperationHandle::OperationHandle() {} function in class:storage::FileSystemOperationRunner::OperationHandle
33 FileSystemOperationRunner::OperationHandle::~OperationHandle() {}
51 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr());
73 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr());
96 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr());
123 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr());
144 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr());
164 OperationHandle handl
[all...]

Completed in 109 milliseconds