OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SBEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h
21
class
SBEntry
;
50
SBEntry
* entry;
67
// TODO(shess): |
SBEntry
| is currently a very roundabout way to hold
133
//
SBEntry
---------------------------------------------------------------------
142
class
SBEntry
{
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/
safe_browsing_util.h
21
class
SBEntry
;
49
SBEntry
* entry;
66
// TODO(shess): |
SBEntry
| is currently a very roundabout way to hold
160
//
SBEntry
---------------------------------------------------------------------
169
class
SBEntry
{
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 24 milliseconds