OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLRequestFailedJob
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/test/net/
url_request_failed_job.cc
45
URLRequestFailedJob
::
URLRequestFailedJob
(net::URLRequest* request,
52
void
URLRequestFailedJob
::Start() {
55
base::Bind(&
URLRequestFailedJob
::StartAsync, weak_factory_.GetWeakPtr()));
59
void
URLRequestFailedJob
::AddUrlHandler() {
64
void
URLRequestFailedJob
::AddUrlHandlerForHostname(
68
filter->AddHostnameHandler("http", hostname,
URLRequestFailedJob
::Factory);
69
filter->AddHostnameHandler("https", hostname,
URLRequestFailedJob
::Factory);
73
GURL
URLRequestFailedJob
::GetMockHttpUrl(int net_error) {
78
GURL
URLRequestFailedJob
::GetMockHttpsUrl(int net_error)
[
all
...]
url_request_failed_job.h
19
class
URLRequestFailedJob
: public net::URLRequestJob {
21
URLRequestFailedJob
(net::URLRequest* request,
37
//
URLRequestFailedJob
must be added as a handler for |hostname| for
45
virtual ~
URLRequestFailedJob
();
57
base::WeakPtrFactory<
URLRequestFailedJob
> weak_factory_;
59
DISALLOW_COPY_AND_ASSIGN(
URLRequestFailedJob
);
/external/chromium_org/chrome/browser/net/
url_request_mock_util.cc
36
content::
URLRequestFailedJob
::AddUrlHandler();
dns_probe_browsertest.cc
50
using content::
URLRequestFailedJob
;
131
class DelayableURLRequestFailedJob : public
URLRequestFailedJob
,
141
:
URLRequestFailedJob
(request, network_delegate, net_error),
152
URLRequestFailedJob
::Start();
358
URLRequestFailedJob
::AddUrlHandler();
563
URLRequestFailedJob
::GetMockHttpUrl(net::ERR_NAME_NOT_RESOLVED),
570
URLRequestFailedJob
::GetMockHttpUrl(net::ERR_CONNECTION_REFUSED),
[
all
...]
/external/chromium_org/chrome/browser/
errorpage_browsertest.cc
33
using content::
URLRequestFailedJob
;
93
return
URLRequestFailedJob
::GetMockHttpUrl(net::ERR_NAME_NOT_RESOLVED);
289
URLRequestFailedJob
::GetMockHttpUrl(net::ERR_NAME_NOT_RESOLVED);
379
return new
URLRequestFailedJob
(request,
412
// Also adds the content::
URLRequestFailedJob
filter.
415
content::
URLRequestFailedJob
::AddUrlHandler();
435
URLRequestFailedJob
::GetMockHttpUrl(net::ERR_NAME_NOT_RESOLVED),
474
content::
URLRequestFailedJob
::AddUrlHandlerForHostname(kHostname);
494
URLRequestFailedJob
::GetMockHttpUrlForHostname(net::ERR_UNSAFE_PORT,
/external/chromium_org/content/browser/loader/
resource_dispatcher_host_browsertest.cc
45
base::Bind(&
URLRequestFailedJob
::AddUrlHandler));
351
GURL failed_url =
URLRequestFailedJob
::GetMockHttpUrl(
396
GURL failed_url =
URLRequestFailedJob
::GetMockHttpUrl(
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc
57
using content::
URLRequestFailedJob
;
434
return new
URLRequestFailedJob
(
[
all
...]
/external/chromium_org/chrome/browser/policy/
policy_browsertest.cc
237
return new content::
URLRequestFailedJob
(
[
all
...]
Completed in 747 milliseconds