HomeSort by relevance Sort by last modified time
    Searched defs:URLRequest (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/url_request/
url_request.cc 35 // URLRequest
37 URLRequest::URLRequest(const GURL& url, Delegate* delegate)
58 URLRequest::~URLRequest() {
68 URLRequest::ProtocolFactory* URLRequest::RegisterProtocolFactory(
74 void URLRequest::RegisterRequestInterceptor(Interceptor* interceptor) {
79 void URLRequest::UnregisterRequestInterceptor(Interceptor* interceptor) {
83 void URLRequest::AppendBytesToUpload(const char* bytes, int bytes_len)
    [all...]
url_request.h 51 // allocated in any special way. It is also valid to delete an URLRequest
53 // the URLRequest is deleted, no further callbacks to its delegate will occur.
57 class URLRequest {
60 // information with a URLRequest. Use GetUserData(key) and SetUserData()
71 typedef URLRequestJob* (ProtocolFactory)(URLRequest* request,
83 virtual URLRequestJob* MaybeIntercept(URLRequest* request) = 0;
91 virtual URLRequestJob* MaybeInterceptRedirect(URLRequest* request,
104 virtual URLRequestJob* MaybeInterceptResponse(URLRequest* request) {
147 // followed once FollowDeferredRedirect is called on the URLRequest.
152 virtual void OnReceivedRedirect(URLRequest* request
    [all...]

Completed in 89 milliseconds