Home | History | Annotate | Download | only in pepper

Lines Matching refs:proxy_service_

30       proxy_service_(NULL),
50 // If the proxy_service_ is NULL, we shouldn't have any outstanding
52 DCHECK(proxy_service_);
54 proxy_service_->CancelPacRequest(request);
94 proxy_service_ =
98 if (!proxy_service_) {
99 DLOG_IF(WARNING, proxy_service_)
135 if (!proxy_service_) {
148 int result = proxy_service_->ResolveProxy(request.url,
157 // proxy_service_ won't run it for us in this case.