OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefixSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h
232
static int
PrefixSize
(Type type);
safe_browsing_util.cc
89
int SBEntry::
PrefixSize
(Type type) {
111
return sizeof(Data) + prefix_count *
PrefixSize
(type);
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.h
259
static int
PrefixSize
(Type type);
safe_browsing_util.cc
81
int SBEntry::
PrefixSize
(Type type) {
103
return sizeof(Data) + prefix_count *
PrefixSize
(type);
Completed in 605 milliseconds