Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:full_hits

87                                  std::vector<SBFullHashResult>* full_hits,
92 urls, prefix_hits, full_hits);
97 std::vector<SBFullHashResult> full_hits;
100 urls, prefix_hits, &full_hits);
143 const std::vector<SBFullHashResult>& full_hits) OVERRIDE {
154 const std::vector<SBFullHashResult>& full_hits) {
157 badurls_[url.spec()].full_hits = full_hits;
169 std::vector<SBFullHashResult> full_hits;
176 std::vector<SBFullHashResult>* full_hits) {
191 full_hits->insert(full_hits->end(),
192 badurls_it->second.full_hits.begin(),
193 badurls_it->second.full_hits.end());