Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:full_hash

828   SBFullHashResult full_hash;
829 full_hash.hash = Sha256Hash("www.evil.com/phishing.html");
830 full_hash.list_name = safe_browsing_util::kMalwareList;
831 full_hash.add_chunk_id = 1;
834 results.push_back(full_hash);
836 full_hash.hash = Sha256Hash("www.evil.com/malware.html");
837 results.push_back(full_hash);
932 if (iter->full_hash.prefix == key) {