OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrphanJob
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/http/
http_stream_factory_impl.h
84
void
OrphanJob
(Job* job, const Request* request);
http_stream_factory_impl.cc
248
void HttpStreamFactoryImpl::
OrphanJob
(Job* job, const Request* request) {
http_stream_factory_impl_request.cc
336
factory_->
OrphanJob
(*it, this);
/external/chromium_org/net/url_request/
url_request.h
[
all
...]
url_request.cc
228
OrphanJob
();
935
OrphanJob
();
948
void URLRequest::
OrphanJob
() {
952
// -
OrphanJob
is called on JobRestart, in this case the URLRequestJob cannot
954
// -
OrphanJob
is called in ~URLRequest, in this case
[
all
...]
Completed in 398 milliseconds