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 74 // True once the first URLRequest was started.
80 // When the URLRequest first assempts load timing information, it has the times
143 void URLRequest::Deprecated::RegisterRequestInterceptor(
145 URLRequest::RegisterRequestInterceptor(interceptor);
148 void URLRequest::Deprecated::UnregisterRequestInterceptor(
150 URLRequest::UnregisterRequestInterceptor(interceptor);
154 // URLRequest::Interceptor
156 URLRequestJob* URLRequest::Interceptor::MaybeInterceptRedirect(
157 URLRequest* request,
163 URLRequestJob* URLRequest::Interceptor::MaybeInterceptResponse
    [all...]
url_request.h 73 // allocated in any special way. It is also valid to delete an URLRequest
75 // the URLRequest is deleted, no further callbacks to its delegate will occur.
79 class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
86 typedef URLRequestJob* (ProtocolFactory)(URLRequest* request,
100 // HTTP. This is the default behavior of URLRequest, corresponding to
132 URLRequest* request, NetworkDelegate* network_delegate) = 0;
141 URLRequest* request,
154 URLRequest* request, NetworkDelegate* network_delegate);
157 // Deprecated interfaces in net::URLRequest. They have been moved to
158 // URLRequest's private section to prevent new uses. Existing uses ar
    [all...]

Completed in 699 milliseconds