OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SBSubFullHash
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.h
28
// List of
SBSubFullHash
(chunk_id, target SBAddPrefix, and an SBFullHash).
90
struct
SBSubFullHash
{
95
SBSubFullHash
(int32 id, int32 add_id, const SBFullHash& h)
97
SBSubFullHash
() : chunk_id(), add_chunk_id(), full_hash() {}
145
std::vector<
SBSubFullHash
>* sub_full_hashes,
safe_browsing_util.h
209
struct
SBSubFullHash
{
252
SBSubFullHash
sub_full_hashes_[1];
Completed in 249 milliseconds