Searched defs:SBEntry (Results 1 - 2 of 2) 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();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h21 class SBEntry;
49 SBEntry* entry;
66 // TODO(shess): |SBEntry| is currently a very roundabout way to hold
160 // SBEntry ---------------------------------------------------------------------
169 class SBEntry { class
178 // Creates a SBEntry with the necessary size for the given number of prefixes.
180 static SBEntry* Create(Type type, int prefix_count);
254 SBEntry();
255 ~SBEntry();

Completed in 146 milliseconds