Home | History | Annotate | Download | only in proxy

Lines Matching refs:result_

801   if (result_ == net::OK) {
804 return result_;
816 if (result_ == net::OK) {
819 return result_;
824 result_ = proxy_service_->ResolveProxy(
826 if (result_ != net::ERR_IO_PENDING) {
827 OnCompletion(result_);
833 result_ = proxy_service_->ReconsiderProxyAfterError(
835 if (result_ != net::ERR_IO_PENDING) {
836 OnCompletion(result_);
841 result_ = rv;