Searched refs:PrefixSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h232 static int PrefixSize(Type type);
H A Dsafe_browsing_util.cc89 int SBEntry::PrefixSize(Type type) { function in class:SBEntry
111 return sizeof(Data) + prefix_count * PrefixSize(type);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h259 static int PrefixSize(Type type);
H A Dsafe_browsing_util.cc81 int SBEntry::PrefixSize(Type type) { function in class:SBEntry
103 return sizeof(Data) + prefix_count * PrefixSize(type);

Completed in 58 milliseconds