Home | History | Annotate | Download | only in common

Lines Matching refs:fingerprint

13 const VisitedLinkCommon::Fingerprint VisitedLinkCommon::null_fingerprint_ = 0;
40 bool VisitedLinkCommon::IsVisited(Fingerprint fingerprint) const {
44 Hash first_hash = HashFingerprint(fingerprint);
47 Fingerprint cur_fingerprint = FingerprintAt(cur_hash);
50 if (cur_fingerprint == fingerprint)
67 // Uses the top 64 bits of the MD5 sum of the canonical URL as the fingerprint,
76 VisitedLinkCommon::Fingerprint VisitedLinkCommon::ComputeURLFingerprint(
90 // This is the same as "return *(Fingerprint*)&digest.a;" but if we do that
93 // down to a char array of the same size as fingerprint, and then does the
95 return bit_cast<Fingerprint, uint8[8]>(