Searched refs:RemovePendingRequest (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/proxy/
H A Dmock_proxy_resolver.cc27 resolver_->RemovePendingRequest(this);
72 RemovePendingRequest(request.get());
99 void MockAsyncProxyResolverBase::RemovePendingRequest(Request* request) { function in class:net::MockAsyncProxyResolverBase
H A Dmock_proxy_resolver.h102 void RemovePendingRequest(Request* request);
H A Dproxy_service.h336 void RemovePendingRequest(PacRequest* req);
H A Dproxy_service.cc859 service_->RemovePendingRequest(this);
1273 RemovePendingRequest(req);
1289 void ProxyService::RemovePendingRequest(PacRequest* req) { function in class:net::ProxyService
/external/chromium_org/content/child/
H A Dresource_dispatcher.h72 bool RemovePendingRequest(int request_id);
H A Dresource_dispatcher.cc162 dispatcher_->RemovePendingRequest(request_id_);
592 bool ResourceDispatcher::RemovePendingRequest(int request_id) { function in class:content::ResourceDispatcher
622 RemovePendingRequest(request_id);
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h191 void RemovePendingRequest(int child_id, int request_id);
H A Dresource_dispatcher_host_impl.cc867 RemovePendingRequest(info->GetChildID(), info->GetRequestID());
1511 RemovePendingRequest(id.child_id, id.request_id);
1610 void ResourceDispatcherHostImpl::RemovePendingRequest(int child_id, function in class:content::ResourceDispatcherHostImpl
1647 RemovePendingRequest(child_id, request_id);
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.cc1301 return RemovePendingRequest(pending_requests_.FirstMax());
1311 scoped_ptr<const Request> request = RemovePendingRequest(pointer);
1319 ClientSocketPoolBaseHelper::Group::RemovePendingRequest( function in class:net::internal::ClientSocketPoolBaseHelper::Group
H A Dclient_socket_pool_base.h459 scoped_ptr<const Request> RemovePendingRequest(

Completed in 201 milliseconds