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

  /external/chromium_org/net/filter/
mock_filter_context.cc 12 : is_cached_content_(false),
45 bool MockFilterContext::IsCachedContent() const { return is_cached_content_; }
mock_filter_context.h 29 void SetCached(bool is_cached) { is_cached_content_ = is_cached; }
77 bool is_cached_content_; member in class:net::MockFilterContext
  /external/chromium_org/net/url_request/
url_request_http_job.h 212 bool is_cached_content_; member in class:net::URLRequestHttpJob
url_request_http_job.cc 114 return job_->is_cached_content_;
194 is_cached_content_(false),
219 if (!is_cached_content_) {
296 is_cached_content_ = response_info_->was_cached;
298 if (!is_cached_content_ && throttling_entry_.get()) {
    [all...]

Completed in 460 milliseconds