Searched refs:is_download (Results 1 – 5 of 5) sorted by relevance
/external/chromium/net/base/ |
D | mock_filter_context.h | 25 void SetDownload(bool is_download) { is_download_ = is_download; } in SetDownload() argument
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_service.cc | 68 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()
|
D | protocol_manager.cc | 130 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()
|
D | protocol_manager.h | 194 static void RecordGetHashResult(bool is_download,
|
D | safe_browsing_service.h | 85 bool is_download; // If this check for download url or hash. member
|