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

  /external/chromium_org/net/dns/
host_resolver.h 82 bool allow_cached_response() const { return allow_cached_response_; } function in class:net::HostResolver::RequestInfo
mock_host_resolver.cc 163 if (cache_.get() && info.allow_cached_response()) {
host_resolver_impl.cc 340 dict->SetBoolean("allow_cached_response", info->allow_cached_response());
    [all...]
  /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 502 milliseconds