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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 93 bool is_download);
161 // Record a GetHash result. |is_download| indicates if the get
163 static void RecordGetHashResult(bool is_download,
285 FullHashDetails(FullHashCallback callback, bool is_download);
289 bool is_download; member in struct:SafeBrowsingProtocolManager::FullHashDetails
database_manager.cc 59 bool is_download = check_type == safe_browsing_util::BINURL; local
60 SafeBrowsingProtocolManager::RecordGetHashResult(is_download, result);
764 bool is_download = check->check_type == safe_browsing_util::BINURL; local
770 is_download);
    [all...]

Completed in 1364 milliseconds