Lines Matching refs:Fingerprint
43 // Called when new link has been added. The argument is the fingerprint
45 virtual void Add(Fingerprint fingerprint) = 0;
159 // inserted fingerprint or null_hash_ on failure.
206 // Called to add a fingerprint to the table. If |send_notifications| is true
208 // Returns the index of the inserted fingerprint or null_hash_ if there was a
210 Hash AddFingerprint(Fingerprint fingerprint, bool send_notifications);
217 const std::set<Fingerprint>& fingerprints);
219 // Removes the indicated fingerprint from the table. If the update_file flag
221 // fingerprint was deleted, false if it was not in the table to delete.
222 bool DeleteFingerprint(Fingerprint fingerprint, bool update_file);
231 // Allocates the Fingerprint structure and length. When init_to_empty is set,
249 // unallocates the Fingerprint table
280 // |success| is true if the fingerprint generation succeeded, in which case
284 const std::vector<Fingerprint>& fingerprints);
315 // the class collecting fingerprint information from the history system.
321 std::set<Fingerprint> added_since_rebuild_;
322 std::set<Fingerprint> deleted_since_rebuild_;
327 // std::vector<Fingerprint> removed_since_rebuild_;