Home
last modified time | relevance | path

Searched refs:GetResponseRemoteEndpoint (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/websockets/
Dwebsocket_stream.cc202 url_request->GetResponseRemoteEndpoint(), in PerformUpgrade()
410 request->GetResponseRemoteEndpoint(), in OnAuthRequired()
/external/cronet/net/url_request/
Durl_request_http_job.h173 IPEndPoint GetResponseRemoteEndpoint() const override;
Durl_request_job.h227 virtual IPEndPoint GetResponseRemoteEndpoint() const;
Durl_request.cc378 IPEndPoint URLRequest::GetResponseRemoteEndpoint() const { in GetResponseRemoteEndpoint() function in net::URLRequest
380 return job_->GetResponseRemoteEndpoint(); in GetResponseRemoteEndpoint()
Durl_request.h528 IPEndPoint GetResponseRemoteEndpoint() const;
Durl_request_job.cc266 IPEndPoint URLRequestJob::GetResponseRemoteEndpoint() const { in GetResponseRemoteEndpoint() function in net::URLRequestJob
Durl_request_unittest.cc761 EXPECT_TRUE(r->GetResponseRemoteEndpoint().address().empty()); in TEST_F()
762 EXPECT_EQ(0, r->GetResponseRemoteEndpoint().port()); in TEST_F()
4714 r->GetResponseRemoteEndpoint().ToStringWithoutPort()); in TEST_F()
4716 r->GetResponseRemoteEndpoint().port()); in TEST_F()
4740 r->GetResponseRemoteEndpoint().ToStringWithoutPort()); in TEST_F()
4742 r->GetResponseRemoteEndpoint().port()); in TEST_F()
4768 r->GetResponseRemoteEndpoint().ToStringWithoutPort()); in TEST_F()
4770 r->GetResponseRemoteEndpoint().port()); in TEST_F()
9381 r->GetResponseRemoteEndpoint().ToStringWithoutPort()); in TEST_F()
9383 r->GetResponseRemoteEndpoint().port()); in TEST_F()
Durl_request_http_job.cc1528 IPEndPoint URLRequestHttpJob::GetResponseRemoteEndpoint() const { in GetResponseRemoteEndpoint() function in net::URLRequestHttpJob