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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 209 void SetGetFullHashResponse(const SBFullHashResult& full_hash_result) {
211 full_hashes_.push_back(full_hash_result);
515 SBFullHashResult full_hash_result; local
518 chunk_id, &full_hash_result);
519 SetupResponseForUrl(badbin_url, full_hash_result);
542 SBFullHashResult full_hash_result; local
545 chunk_id, &full_hash_result);
546 SetupResponseForUrl(badbin_url, full_hash_result);
563 SBFullHashResult full_hash_result; local
566 chunk_id, &full_hash_result);
580 SBFullHashResult full_hash_result; local
613 SBFullHashResult full_hash_result; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager_unittest.cc 80 const SBFullHashResult full_hash_result = { local
86 std::vector<SBFullHashResult> fake_results(1, full_hash_result);
safe_browsing_service_browsertest.cc 266 void SetGetFullHashResponse(const SBFullHashResult& full_hash_result) {
268 full_hashes_.push_back(full_hash_result);
686 SBFullHashResult full_hash_result; local
689 chunk_id, &full_hash_result);
690 SetupResponseForUrl(badbin_url, full_hash_result);
713 SBFullHashResult full_hash_result; local
716 chunk_id, &full_hash_result);
717 SetupResponseForUrl(badbin_url, full_hash_result);
734 SBFullHashResult full_hash_result; local
737 chunk_id, &full_hash_result);
751 SBFullHashResult full_hash_result; local
782 SBFullHashResult full_hash_result; local
    [all...]

Completed in 205 milliseconds