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

  /external/chromium_org/content/browser/loader/
resource_request_info_impl.h 54 bool is_download,
103 bool is_download() const { return is_download_; } function in class:content::ResourceRequestInfoImpl
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 85 bool is_download; // If this check for download url or hash. member in struct:SafeBrowsingService::SafeBrowsingCheck
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...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 93 bool is_download);
150 // Record a GetHash result. |is_download| indicates if the get
152 static void RecordGetHashResult(bool is_download,
273 FullHashDetails(FullHashCallback callback, bool is_download);
277 bool is_download; member in struct:SafeBrowsingProtocolManager::FullHashDetails
database_manager.cc 59 bool is_download = check_type == safe_browsing_util::BINURL || local
61 SafeBrowsingProtocolManager::RecordGetHashResult(is_download, result);
676 bool is_download = check->check_type == safe_browsing_util::BINURL || local
683 is_download);
    [all...]

Completed in 83 milliseconds