Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:full_hits

123 // add them to |full_hits| if not expired.  "Not expired" is when
132 std::vector<SBFullHashResult>* full_hits,
156 full_hits->push_back(result);
583 std::vector<SBFullHashResult>* full_hits,
588 full_hits->clear();
652 full_hits, last_update);
654 full_hits, last_update);
927 const std::vector<SBFullHashResult>& full_hits) {
931 if (full_hits.empty()) {
940 for (std::vector<SBFullHashResult>::const_iterator iter = full_hits.begin();
941 iter != full_hits.end(); ++iter) {