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

  /external/chromium_org/chrome/browser/safe_browsing/
database_manager_unittest.cc 48 const SBFullHashResult full_hash_result = { local
53 std::vector<SBFullHashResult> fake_results(1, full_hash_result);
safe_browsing_service_browsertest.cc 302 void SetGetFullHashResponse(const SBFullHashResult& full_hash_result) {
304 full_hashes_.push_back(full_hash_result);
786 SBFullHashResult full_hash_result; local
788 &full_hash_result);
789 SetupResponseForUrl(badbin_url, full_hash_result);
812 SBFullHashResult full_hash_result; local
814 &full_hash_result);
815 SetupResponseForUrl(badbin_url, full_hash_result);
835 SBFullHashResult full_hash_result; local
837 &full_hash_result);
    [all...]
safe_browsing_database_unittest.cc 1698 SBFullHashResult full_hash_result; local
1829 SBFullHashResult full_hash_result; local
    [all...]

Completed in 2192 milliseconds