OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callback_pending
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/url_request/
url_request_http_job.cc
639
scoped_refptr<SharedBoolean>
callback_pending
= new SharedBoolean(false);
local
653
callback_pending
));
657
while (!
callback_pending
->data &&
661
callback_pending
->data = true;
672
if (!
callback_pending
->data) {
684
// |
callback_pending
| is false when the callback is invoked and will be set to
690
scoped_refptr<SharedBoolean>
callback_pending
,
692
callback_pending
->data = false;
[
all
...]
url_request_http_job.h
158
//
callback_pending
.
160
scoped_refptr<SharedBoolean>
callback_pending
,
Completed in 54 milliseconds