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

  /external/chromium_org/net/filter/
mock_filter_context.cc 13 is_download_(false),
55 bool MockFilterContext::IsDownload() const { return is_download_; }
mock_filter_context.h 30 void SetDownload(bool is_download) { is_download_ = is_download; }
83 bool is_download_; member in class:net::MockFilterContext
  /external/chromium_org/content/browser/loader/
resource_request_info_impl.h 141 void set_is_download(bool download) { is_download_ = download; }
177 bool is_download_; member in class:content::ResourceRequestInfoImpl
resource_request_info_impl.cc 124 is_download_(is_download),
226 return is_download_;

Completed in 67 milliseconds