Home
last modified time | relevance | path

Searched refs:allow_cached_response_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dhost_resolver.h64 bool allow_cached_response() const { return allow_cached_response_; } in allow_cached_response()
65 void set_allow_cached_response(bool b) { allow_cached_response_ = b; } in set_allow_cached_response()
90 bool allow_cached_response_; variable
Dhost_resolver.cc17 allow_cached_response_(true), in RequestInfo()