Home
last modified time | relevance | path

Searched defs:is_download (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/base/
Dmock_filter_context.h25 void SetDownload(bool is_download) { is_download_ = is_download; } in SetDownload()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.h85 bool is_download; // If this check for download url or hash. member
Dsafe_browsing_service.cc68 bool is_download, in RecordGetHashCheckStatus()
939 bool is_download = check->is_download; in OnHandleGetHashResults() local
Dprotocol_manager.cc130 bool is_download, ResultType result_type) { in RecordGetHashResult()