Searched defs:SBAddFullHash (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store.h27 // List of SBAddFullHash (SBAddPrefix, time received and an SBFullHash).
68 struct SBAddFullHash { struct
73 SBAddFullHash(int32 id, base::Time r, const SBFullHash& h) function in struct:SBAddFullHash
81 SBAddFullHash(int32 id, int32 r, const SBFullHash& h) function in struct:SBAddFullHash
84 SBAddFullHash() : chunk_id(), received(), full_hash() {} function in struct:SBAddFullHash
144 std::vector<SBAddFullHash>* add_full_hashes,
182 std::vector<SBAddFullHash>* add_full_hashes) = 0;
232 const std::vector<SBAddFullHash>& pending_adds,
235 std::vector<SBAddFullHash>* add_full_hashes_result) = 0;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store.h27 // List of SBAddFullHash (SBAddPrefix, time received and an SBFullHash).
72 struct SBAddFullHash { struct
77 SBAddFullHash(int32 id, base::Time r, const SBFullHash& h) function in struct:SBAddFullHash
85 SBAddFullHash(int32 id, int32 r, const SBFullHash& h) function in struct:SBAddFullHash
88 SBAddFullHash() : chunk_id(), received(), full_hash() {} function in struct:SBAddFullHash
144 std::vector<SBAddFullHash>* add_full_hashes,
177 std::vector<SBAddFullHash>* add_full_hashes) = 0;
234 const std::vector<SBAddFullHash>& pending_adds,
236 std::vector<SBAddFullHash>* add_full_hashes_result) = 0;

Completed in 354 milliseconds