Home
last modified time | relevance | path

Searched refs:allow_cached_response (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/base/
Dhost_resolver.h64 bool allow_cached_response() const { return allow_cached_response_; } in allow_cached_response() function
Dhost_resolver_impl.cc163 dict->SetBoolean("allow_cached_response", info_.allow_cached_response()); in ToValue()
1018 if (info.allow_cached_response() && cache_.get()) { in Resolve()
Dhost_resolver_impl_unittest.cc878 a.allow_cached_response() == b.allow_cached_response() && in operator ==()