Home | History | Annotate | Download | only in base

Lines Matching defs:info_

156       : info_(info), source_(source) {}
160 dict->SetString("host", info_.host_port_pair().ToString());
162 static_cast<int>(info_.address_family()));
163 dict->SetBoolean("allow_cached_response", info_.allow_cached_response());
165 info_.only_use_cached_response());
166 dict->SetBoolean("is_speculative", info_.is_speculative());
167 dict->SetInteger("priority", info_.priority());
176 const HostResolver::RequestInfo info_;
260 info_(info),
292 return info_.port();
312 return info_;
323 RequestInfo info_;