Searched defs:SBPrefix (Results 1 - 2 of 2) 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];
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h24 typedef int32 SBPrefix; typedef
35 SBPrefix prefix;
48 SBPrefix host;
204 return IsPrefix() ? sizeof(SBPrefix) : sizeof(SBFullHash);
216 const SBPrefix& PrefixAt(int index) const;
221 void SetPrefixAt(int index, const SBPrefix& prefix);
228 SBPrefix prefix;
272 SBPrefix add_prefixes_[1];

Completed in 101 milliseconds