Searched refs:GetTransactionRemoteEndpoint (Results 1 – 12 of 12) sorted by relevance
142 virtual bool GetTransactionRemoteEndpoint(IPEndPoint* endpoint) const;
176 bool GetTransactionRemoteEndpoint(IPEndPoint* endpoint) const override;
159 bool URLRequestJob::GetTransactionRemoteEndpoint(IPEndPoint* endpoint) const { in GetTransactionRemoteEndpoint() function in net::URLRequestJob
574 bool GetTransactionRemoteEndpoint(IPEndPoint* endpoint) const;
424 bool URLRequest::GetTransactionRemoteEndpoint(IPEndPoint* endpoint) const { in GetTransactionRemoteEndpoint() function in net::URLRequest428 return job_->GetTransactionRemoteEndpoint(endpoint); in GetTransactionRemoteEndpoint()
1440 bool URLRequestHttpJob::GetTransactionRemoteEndpoint( in GetTransactionRemoteEndpoint() function in net::URLRequestHttpJob