Searched defs:URLRequest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_url_request.cc22 REGISTER_TEST_CASE(URLRequest); variable
/external/chromium_org/net/url_request/
H A Durl_request.cc74 // 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
584 URLRequest::URLRequest(const GURL& url, function in class:net::URLRequest
[all...]
H A Durl_request.h73 // 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), class in namespace:net
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'
[all...]

Completed in 87 milliseconds