Searched defs:full_hits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc186 // add them to |full_hits| if not expired. "Not expired" is when
196 std::vector<SBFullHashResult>* full_hits) {
212 full_hits->push_back(result);
939 const std::vector<SBFullHashResult>& full_hits,
946 if (full_hits.empty()) {
952 for (std::vector<SBFullHashResult>::const_iterator iter = full_hits.begin();
953 iter != full_hits.end(); ++iter) {
193 GetCachedFullHashesForBrowse( const std::vector<SBPrefix>& prefix_hits, const std::vector<SBFullHashCached>& full_hashes, std::vector<SBFullHashResult>* full_hits) argument
937 CacheHashResults( const std::vector<SBPrefix>& prefixes, const std::vector<SBFullHashResult>& full_hits, const base::TimeDelta& cache_lifetime) argument

Completed in 161 milliseconds