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

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h24 typedef int32 SBPrefix; typedef
36 SBPrefix prefix;
49 SBPrefix host;
181 return IsPrefix() ? sizeof(SBPrefix) : sizeof(SBFullHash);
193 const SBPrefix& PrefixAt(int index) const;
198 void SetPrefixAt(int index, const SBPrefix& prefix);
205 SBPrefix prefix;
249 SBPrefix add_prefixes_[1];

Completed in 16 milliseconds