Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dmock_filter_context.h25 void SetDownload(bool is_download) { is_download_ = is_download; } in SetDownload() argument
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.cc68 bool is_download, in RecordGetHashCheckStatus() argument
78 SafeBrowsingProtocolManager::RecordGetHashResult(is_download, result); in RecordGetHashCheckStatus()
127 is_download(false), in SafeBrowsingCheck()
138 if (!check.is_download) { in OnSafeBrowsingResult()
298 check->is_download = false; in CheckBrowseUrl()
939 bool is_download = check->is_download; in OnHandleGetHashResults() local
944 RecordGetHashCheckStatus(hit, is_download, full_hashes); in OnHandleGetHashResults()
956 RecordGetHashCheckStatus(hit, is_download, full_hashes); in OnHandleGetHashResults()
1189 check->is_download = true; in StartDownloadCheck()
Dprotocol_manager.cc130 bool is_download, ResultType result_type) { in RecordGetHashResult() argument
131 if (is_download) { in RecordGetHashResult()
240 RecordGetHashResult(check->is_download, GET_HASH_STATUS_200); in OnURLFetchComplete()
242 RecordGetHashResult(check->is_download, GET_HASH_STATUS_204); in OnURLFetchComplete()
Dprotocol_manager.h194 static void RecordGetHashResult(bool is_download,
Dsafe_browsing_service.h85 bool is_download; // If this check for download url or hash. member