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

  /external/chromium_org/storage/browser/fileapi/
file_system_operation_runner.h 243 struct OperationHandle {
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& handle
    [all...]
file_system_operation_runner.cc 32 FileSystemOperationRunner::OperationHandle::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 handle = BeginOperation(operation, scope.AsWeakPtr())
    [all...]

Completed in 162 milliseconds