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

  /external/chromium/net/base/
mock_filter_context.cc 11 is_download_(false),
37 bool MockFilterContext::IsDownload() const { return is_download_; }
mock_filter_context.h 25 void SetDownload(bool is_download) { is_download_ = is_download; }
62 bool is_download_; member in class:net::MockFilterContext

Completed in 274 milliseconds