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

  /external/chromium/net/base/
host_resolver.h 56 bool allow_cached_response() const { return allow_cached_response_; } function in class:net::HostResolver::RequestInfo
host_resolver_impl.cc 593 if (info.allow_cached_response() && cache_.get()) {
836 static_cast<int>(info.allow_cached_response()),
host_resolver_impl_unittest.cc 763 a.allow_cached_response() == b.allow_cached_response() &&
    [all...]

Completed in 120 milliseconds