Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_util.h95 struct SBListChunkRanges { struct
98 std::string name; // The list name.
99 std::string adds; // The ranges for add chunks.
100 std::string subs; // The ranges for sub chunks.
Dsafe_browsing_util.cc140 SBListChunkRanges::SBListChunkRanges(const std::string& n) in SBListChunkRanges() function in SBListChunkRanges