Searched refs:SyncResourceHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dsync_resource_handler.cc21 SyncResourceHandler::SyncResourceHandler( function in class:content::SyncResourceHandler
33 SyncResourceHandler::~SyncResourceHandler() {
44 bool SyncResourceHandler::OnUploadProgress(uint64 position, uint64 size) {
48 bool SyncResourceHandler::OnRequestRedirected(
72 bool SyncResourceHandler::OnResponseStarted(
98 bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) {
102 bool SyncResourceHandler::OnBeforeNetworkStart(const GURL& url, bool* defer) {
106 bool SyncResourceHandler
[all...]
H A Dsync_resource_handler.h29 class SyncResourceHandler : public ResourceHandler { class in namespace:content
31 SyncResourceHandler(net::URLRequest* request,
34 virtual ~SyncResourceHandler();
H A Dresource_dispatcher_host_impl.cc1244 handler.reset(new SyncResourceHandler(request, sync_result, this));

Completed in 4412 milliseconds