OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperationHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/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,
278
const
OperationHandle
& handle,
286
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 153 milliseconds