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

  /external/chromium_org/ppapi/tests/
test_url_request.cc 22 REGISTER_TEST_CASE(URLRequest);
  /external/chromium_org/net/url_request/
url_request.cc 75 // True once the first URLRequest was started.
81 // When the URLRequest first assempts load timing information, it has the times
144 void URLRequest::Deprecated::RegisterRequestInterceptor(
146 URLRequest::RegisterRequestInterceptor(interceptor);
149 void URLRequest::Deprecated::UnregisterRequestInterceptor(
151 URLRequest::UnregisterRequestInterceptor(interceptor);
155 // URLRequest::Interceptor
157 URLRequestJob* URLRequest::Interceptor::MaybeInterceptRedirect(
158 URLRequest* request,
164 URLRequestJob* URLRequest::Interceptor::MaybeInterceptResponse
    [all...]
url_request.h 71 // allocated in any special way. It is also valid to delete an URLRequest
73 // the URLRequest is deleted, no further callbacks to its delegate will occur.
77 class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
84 typedef URLRequestJob* (ProtocolFactory)(URLRequest* request,
98 // HTTP. This is the default behavior of URLRequest, corresponding to
121 URLRequest* request, NetworkDelegate* network_delegate) = 0;
130 URLRequest* request,
143 URLRequest* request, NetworkDelegate* network_delegate);
146 // Deprecated interfaces in net::URLRequest. They have been moved to
147 // URLRequest's private section to prevent new uses. Existing uses ar
    [all...]

Completed in 86 milliseconds