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

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h21 class SBEntry;
50 SBEntry* entry;
67 // TODO(shess): |SBEntry| is currently a very roundabout way to hold
133 // SBEntry ---------------------------------------------------------------------
142 class SBEntry { class
151 // Creates a SBEntry with the necessary size for the given number of prefixes.
153 static SBEntry* Create(Type type, int prefix_count);
227 SBEntry();
228 ~SBEntry();

Completed in 69 milliseconds