HomeSort by relevance Sort by last modified time
    Searched refs:allow_cached_response (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
host_resolver.h 64 bool allow_cached_response() const { return allow_cached_response_; } function in class:net::HostResolver::RequestInfo
host_resolver_impl.cc 163 dict->SetBoolean("allow_cached_response", info_.allow_cached_response());
1018 if (info.allow_cached_response() && cache_.get()) {
    [all...]
host_resolver_impl_unittest.cc 878 a.allow_cached_response() == b.allow_cached_response() &&
    [all...]

Completed in 59 milliseconds