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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 193 // We return a result from the prefilled full_hashes_ hash_map to simulate
204 check, full_hashes_, cancache),
210 full_hashes_.clear();
211 full_hashes_.push_back(full_hash_result);
219 std::vector<SBFullHashResult> full_hashes_; member in class:TestProtocolManager
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 252 // We return a result from the prefilled full_hashes_ hash_map to simulate
261 base::Bind(InvokeFullHashCallback, callback, full_hashes_),
267 full_hashes_.clear();
268 full_hashes_.push_back(full_hash_result);
284 std::vector<SBFullHashResult> full_hashes_; member in class:TestProtocolManager
    [all...]

Completed in 26 milliseconds