OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alternate_job
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_stream_factory_impl.cc
62
Job*
alternate_job
= NULL;
local
66
alternate_job
=
68
request->AttachJob(
alternate_job
);
69
alternate_job
->MarkAsAlternate(request_info.url);
74
if (
alternate_job
) {
75
job->WaitFor(
alternate_job
);
77
// |
alternate_job
|, otherwise |
alternate_job
| will not notify |job|
79
alternate_job
->Start(request);
81
// Even if |
alternate_job
| has already finished, it won't have notified th
[
all
...]
/external/chromium_org/net/http/
http_stream_factory_impl.cc
122
Job*
alternate_job
= NULL;
local
129
alternate_job
=
132
request->AttachJob(
alternate_job
);
133
alternate_job
->MarkAsAlternate(request_info.url, alternate);
139
if (
alternate_job
) {
143
job->WaitFor(
alternate_job
);
145
// |
alternate_job
|, otherwise |
alternate_job
| will not notify |job|
147
alternate_job
->Start(request);
149
// Even if |
alternate_job
| has already finished, it won't have notified th
[
all
...]
Completed in 163 milliseconds