Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dprotocol_manager.cc147 bool is_download, ResultType result_type) { in RecordGetHashResult()
174 bool is_download) { in GetFullHash()
770 FullHashCallback callback, bool is_download) in FullHashDetails()
Ddatabase_manager.cc59 bool is_download = check_type == safe_browsing_util::BINURL; in RecordGetHashCheckStatus() local
764 bool is_download = check->check_type == safe_browsing_util::BINURL; in OnCheckDone() local
Dsafe_browsing_service_browsertest.cc294 bool is_download) OVERRIDE { in GetFullHash()
/external/chromium_org/net/filter/
Dmock_filter_context.h30 void SetDownload(bool is_download) { is_download_ = is_download; } in SetDownload()
/external/chromium_org/content/browser/loader/
Dresource_request_info_impl.cc102 bool is_download, in ResourceRequestInfoImpl()