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

  /external/nist-sip/java/gov/nist/core/
LexerCore.java 45 public static final int SAFE = END - 2;
217 } else if (tok == SAFE) {
223 this.currentMatch.tokenType = SAFE;
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 380 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
396 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
452 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
465 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
478 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
481 // Only if the final url is whitelisted should it be SAFE.
488 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
529 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
534 response.set_verdict(ClientDownloadResponse::SAFE);
536 // Empty response means SAFE
    [all...]
download_protection_service.h 44 SAFE,
93 // callbacks called with "SAFE" results.
download_protection_service.cc 171 DownloadProtectionService::SAFE;
311 PostFinishTask(SAFE, reason);
316 PostFinishTask(SAFE, reason);
357 // Canceling a request will cause us to always report the result as SAFE
371 FinishRequest(SAFE, REASON_REQUEST_CANCELED);
399 DownloadCheckResult result = SAFE;
408 } else if (response.verdict() == ClientDownloadResponse::SAFE) {
414 // SAFE even if the server says it's dangerous to download this file.
416 // returned SAFE.
566 PostFinishTask(SAFE, REASON_ARCHIVE_WITHOUT_BINARIES)
    [all...]
download_feedback_service_unittest.cc 182 EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, ok_size));
188 EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, bad_size));
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 76 const char kSafeBrowsingUserDataKey[] = "Safe Browsing ID";
82 : verdict_(DownloadProtectionService::SAFE) {
162 if (result == DownloadProtectionService::SAFE) {
296 state->SetVerdict(DownloadProtectionService::SAFE);
308 // Begin the safe browsing download protection check.
639 case DownloadProtectionService::SAFE:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 

Completed in 174 milliseconds