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

  /external/chromium/net/base/
mock_filter_context.h 25 void SetDownload(bool is_download) { is_download_ = is_download; }
  /external/chromium_org/net/base/
mock_filter_context.h 24 void SetDownload(bool is_download) { is_download_ = is_download; }
  /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
protocol_manager.cc 141 bool is_download, ResultType result_type) {
142 if (is_download) {
168 bool is_download) {
181 hash_requests_[fetcher] = FullHashDetails(callback, is_download);
228 RecordGetHashResult(details.is_download, GET_HASH_STATUS_200);
230 RecordGetHashResult(details.is_download, GET_HASH_STATUS_204);
768 is_download(false) {
772 FullHashCallback callback, bool is_download)
774 is_download(is_download) {
    [all...]
database_manager.cc 59 bool is_download = check_type == safe_browsing_util::BINURL || local
61 SafeBrowsingProtocolManager::RecordGetHashResult(is_download, result);
738 bool is_download = check->check_type == safe_browsing_util::BINURL || local
745 is_download);
    [all...]
safe_browsing_service_browsertest.cc 258 bool is_download) OVERRIDE {
    [all...]
  /external/chromium_org/content/browser/loader/
resource_request_info_impl.cc 48 false, // is_download
102 bool is_download,
123 is_download_(is_download),
resource_request_info_impl.h 56 bool 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 559 milliseconds