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

  /external/chromium_org/net/filter/
mock_filter_context.cc 45 bool MockFilterContext::IsCachedContent() const { return is_cached_content_; }
mock_filter_context.h 53 virtual bool IsCachedContent() const OVERRIDE;
sdch_filter.cc 77 if (filter_context_.IsCachedContent()) {
182 } else if (filter_context_.IsCachedContent()
232 if (filter_context_.IsCachedContent())
242 if (filter_context_.IsCachedContent()) {
filter.h 86 virtual bool IsCachedContent() const = 0;
  /external/chromium_org/net/url_request/
url_request_http_job.cc 64 virtual bool IsCachedContent() const OVERRIDE;
113 bool URLRequestHttpJob::HttpFilterContext::IsCachedContent() const {
    [all...]

Completed in 1629 milliseconds