HomeSort by relevance Sort by last modified time
    Searched refs:is_download (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/base/
mock_filter_context.h 25 void SetDownload(bool is_download) { is_download_ = is_download; }
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 68 bool is_download,
78 SafeBrowsingProtocolManager::RecordGetHashResult(is_download, result);
127 is_download(false),
138 if (!check.is_download) {
298 check->is_download = false;
939 bool is_download = check->is_download; local
    [all...]
protocol_manager.cc 130 bool is_download, ResultType result_type) {
131 if (is_download) {
240 RecordGetHashResult(check->is_download, GET_HASH_STATUS_200);
242 RecordGetHashResult(check->is_download, GET_HASH_STATUS_204);
protocol_manager.h 192 // Record a GetHash result. |is_download| indicates if the get
194 static void RecordGetHashResult(bool is_download,
safe_browsing_service.h 85 bool is_download; // If this check for download url or hash. member in struct:SafeBrowsingService::SafeBrowsingCheck

Completed in 986 milliseconds