Home
last modified time | relevance | path

Searched defs:SBListChunkRanges (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.h114 struct SBListChunkRanges { struct
117 std::string name; // The list name.
118 std::string adds; // The ranges for add chunks.
119 std::string subs; // The ranges for sub chunks.
Dsafe_browsing_util.cc64 SBListChunkRanges::SBListChunkRanges(const std::string& n) : name(n) {} in SBListChunkRanges() function in SBListChunkRanges