Lines Matching defs:PacRequest
255 // ProxyService::PacRequest ---------------------------------------------------
257 class ProxyService::PacRequest
258 : public base::RefCounted<ProxyService::PacRequest> {
260 PacRequest(ProxyService* service,
268 this, &PacRequest::QueryComplete)),
347 friend class base::RefCounted<ProxyService::PacRequest>;
349 ~PacRequest() {}
355 // Remove this completed PacRequest from the service's pending list.
370 CompletionCallbackImpl<PacRequest> io_callback_;
507 PacRequest** pac_request,
528 scoped_refptr<PacRequest> req(
529 new PacRequest(this, url, result, callback, net_log));
586 PacRequest* req = it->get();
601 // of one of the requests. If |this| is deleted then all of the PacRequest
608 PacRequest* req = it->get();
667 PacRequest** pac_request,
693 void ProxyService::CancelPacRequest(PacRequest* req) {
700 bool ProxyService::ContainsPendingRequest(PacRequest* req) {
706 void ProxyService::RemovePendingRequest(PacRequest* req) {