Lines Matching refs:PacRequest
720 // ProxyService::PacRequest ---------------------------------------------------
722 class ProxyService::PacRequest
723 : public base::RefCounted<ProxyService::PacRequest> {
725 PacRequest(ProxyService* service,
754 base::Bind(&PacRequest::QueryComplete, base::Unretained(this)),
831 friend class base::RefCounted<ProxyService::PacRequest>;
833 ~PacRequest() {}
839 // Remove this completed PacRequest from the service's pending list.
959 PacRequest** pac_request,
985 scoped_refptr<PacRequest> req(
986 new PacRequest(this, url, result, callback, net_log));
1049 PacRequest* req = it->get();
1064 // of one of the requests. If |this| is deleted then all of the PacRequest
1071 PacRequest* req = it->get();
1159 PacRequest** pac_request,
1228 void ProxyService::CancelPacRequest(PacRequest* req) {
1235 LoadState ProxyService::GetLoadState(const PacRequest* req) const {
1242 bool ProxyService::ContainsPendingRequest(PacRequest* req) {
1248 void ProxyService::RemovePendingRequest(PacRequest* req) {