OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReconsiderProxyAfterError
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/proxy/
proxy_service.h
91
int
ReconsiderProxyAfterError
(const GURL& url,
358
int
ReconsiderProxyAfterError
(const GURL& url,
proxy_service_unittest.cc
261
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback2, NULL,
263
//
ReconsiderProxyAfterError
returns error indicating nothing left.
317
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback2, NULL,
325
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback3, NULL,
332
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback4, NULL,
340
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback5, NULL,
439
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback2, NULL,
465
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback4, NULL,
474
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback5, NULL,
482
rv = service->
ReconsiderProxyAfterError
(url, &info, &callback6, NULL
[
all
...]
proxy_service.cc
664
int ProxyService::
ReconsiderProxyAfterError
(const GURL& url,
953
int SyncProxyServiceHelper::
ReconsiderProxyAfterError
(
981
result_ = proxy_service_->
ReconsiderProxyAfterError
[
all
...]
/external/chromium/net/http/
http_stream_factory_impl_job.h
180
int
ReconsiderProxyAfterError
(int error);
http_stream_factory_impl_job.cc
672
return
ReconsiderProxyAfterError
(result);
824
return
ReconsiderProxyAfterError
(result);
891
int HttpStreamFactoryImpl::Job::
ReconsiderProxyAfterError
(int error) {
938
int rv = session_->proxy_service()->
ReconsiderProxyAfterError
(
951
// If
ReconsiderProxyAfterError
() failed synchronously, it means
[
all
...]
Completed in 57 milliseconds