Searched refs:MaybeInterceptRedirect (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_interceptor.h59 virtual net::URLRequestJob* MaybeInterceptRedirect(
H A Dappcache_interceptor.cc105 net::URLRequestJob* AppCacheInterceptor::MaybeInterceptRedirect( function in class:content::AppCacheInterceptor
/external/chromium_org/net/url_request/
H A Durl_request_job_manager.h40 URLRequestJob* MaybeInterceptRedirect(URLRequest* request,
H A Durl_request_job_manager.cc105 URLRequestJob* URLRequestJobManager::MaybeInterceptRedirect( function in class:net::URLRequestJobManager
125 URLRequestJob* job = (*i)->MaybeInterceptRedirect(request,
H A Durl_request.h140 virtual URLRequestJob* MaybeInterceptRedirect(
H A Durl_request.cc156 URLRequestJob* URLRequest::Interceptor::MaybeInterceptRedirect( function in class:net::URLRequest::Interceptor
826 // TODO(davidben): Pass the full RedirectInfo down to MaybeInterceptRedirect?
828 URLRequestJobManager::GetInstance()->MaybeInterceptRedirect(
H A Durl_request_unittest.cc1198 virtual URLRequestJob* MaybeInterceptRedirect(
1254 // Other actions we can take at MaybeInterceptRedirect time

Completed in 491 milliseconds