OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsyncContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
file_stream_posix.cc
73
// |callback|.
AsyncContext
will post this task to the WorkerPool.
104
// |callback|.
AsyncContext
will post this task to the WorkerPool.
157
// FileStream::
AsyncContext
----------------------------------------------
159
class FileStream::
AsyncContext
{
161
AsyncContext
();
162
~
AsyncContext
();
184
// MessageLoop or by ~
AsyncContext
().
187
// The MessageLoopForIO that this
AsyncContext
is running on.
193
CompletionCallbackImpl<
AsyncContext
> background_io_completed_callback_;
195
// This is used to synchronize between the
AsyncContext
destructor (which run
[
all
...]
file_stream_win.cc
49
// FileStream::
AsyncContext
----------------------------------------------
51
class FileStream::
AsyncContext
: public MessageLoopForIO::IOHandler {
53
AsyncContext
(FileStream* owner)
57
~
AsyncContext
();
74
FileStream::
AsyncContext
::~
AsyncContext
() {
88
void FileStream::
AsyncContext
::IOCompletionIsPending(
94
void FileStream::
AsyncContext
::OnIOCompleted(
129
async_context_.reset(new
AsyncContext
(this));
165
async_context_.reset(new
AsyncContext
(this))
[
all
...]
Completed in 120 milliseconds