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

  /external/chromium/net/base/
mock_filter_context.cc 35 bool MockFilterContext::IsCachedContent() const { return is_cached_content_; }
mock_filter_context.h 41 virtual bool IsCachedContent() const;
sdch_filter.cc 74 if (filter_context_.IsCachedContent()) {
178 } else if (filter_context_.IsCachedContent()
228 if (filter_context_.IsCachedContent())
238 if (filter_context_.IsCachedContent()) {
filter.h 81 virtual bool IsCachedContent() const = 0;
  /external/chromium/net/url_request/
url_request_http_job.cc 102 virtual bool IsCachedContent() const;
139 bool URLRequestHttpJob::HttpFilterContext::IsCachedContent() const {
    [all...]

Completed in 220 milliseconds