Searched refs:is_cached_content_ (Results 1 – 4 of 4) sorted by relevance
10 : is_cached_content_(false), in MockFilterContext()35 bool MockFilterContext::IsCachedContent() const { return is_cached_content_; } in IsCachedContent()
24 void SetCached(bool is_cached) { is_cached_content_ = is_cached; } in SetCached()61 bool is_cached_content_; variable
140 return job_->is_cached_content_; in IsCachedContent()222 is_cached_content_(false), in URLRequestHttpJob()243 is_cached_content_ = response_info_->was_cached; in NotifyHeadersComplete()245 if (!is_cached_content_) { in NotifyHeadersComplete()1073 if (!is_cached_content_) { in ~URLRequestHttpJob()1318 if (is_cached_content_ || // Don't record cached content in RecordCompressionHistograms()
134 bool is_cached_content_; variable