Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:full_hits

182 // add them to |full_hits| if not expired.  "Not expired" is when
191 std::vector<SBFullHashResult>* full_hits,
217 full_hits->push_back(result);
634 std::vector<SBFullHashResult>* full_hits,
639 full_hits->clear();
676 full_hits, last_update);
678 full_hits, last_update);
993 const std::vector<SBFullHashResult>& full_hits) {
997 if (full_hits.empty()) {
1006 for (std::vector<SBFullHashResult>::const_iterator iter = full_hits.begin();
1007 iter != full_hits.end(); ++iter) {