Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store.h68 struct SBAddFullHash { struct
73 SBAddFullHash(int32 id, base::Time r, const SBFullHash& h) in SBAddFullHash() function
81 SBAddFullHash(int32 id, int32 r, const SBFullHash& h) in SBAddFullHash() function
84 SBAddFullHash() : chunk_id(), received(), full_hash() {} in SBAddFullHash() argument
86 int32 GetAddChunkId() const { return chunk_id; } in GetAddChunkId()
87 SBPrefix GetAddPrefix() const { return full_hash.prefix; } in GetAddPrefix()