Searched refs:allow_cached_response (Results 1 – 3 of 3) sorted by relevance
64 bool allow_cached_response() const { return allow_cached_response_; } in allow_cached_response() function
163 dict->SetBoolean("allow_cached_response", info_.allow_cached_response()); in ToValue()1018 if (info.allow_cached_response() && cache_.get()) { in Resolve()
878 a.allow_cached_response() == b.allow_cached_response() && in operator ==()