Home | History | Annotate | Download | only in login

Lines Matching refs:URLRequest

20 class URLRequest;
28 // authentication info to the net::URLRequest that needs it. These functions
34 LoginHandler(net::AuthChallengeInfo* auth_info, net::URLRequest* request);
40 net::URLRequest* request);
135 net::URLRequest* request_;
148 // Cached from the net::URLRequest, in case it goes NULL on us.
202 // net::URLRequest::Delegate::OnAuthRequired. The prompt will be created
204 // credentials back to the net::URLRequest on the calling thread.
208 // destroying the net::URLRequest.
210 net::URLRequest* request);
212 // Helper to remove the ref from an net::URLRequest to the LoginHandler.
214 // net::URLRequest.
215 void ResetLoginHandlerForRequest(net::URLRequest* request);