HomeSort by relevance Sort by last modified time
    Searched defs:SafeBrowsingProtocolParser (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.h 52 class SafeBrowsingProtocolParser {
54 SafeBrowsingProtocolParser();
129 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingProtocolParser);
protocol_parser.cc 48 SafeBrowsingProtocolParser::SafeBrowsingProtocolParser() {
51 bool SafeBrowsingProtocolParser::ParseGetHash(
118 void SafeBrowsingProtocolParser::FormatGetHash(
132 bool SafeBrowsingProtocolParser::ParseUpdate(
251 bool SafeBrowsingProtocolParser::ParseChunk(const std::string& list_name,
329 bool SafeBrowsingProtocolParser::ParseAddChunk(const std::string& list_name,
367 bool SafeBrowsingProtocolParser::ParseSubChunk(const std::string& list_name,
411 void SafeBrowsingProtocolParser::ReadHostAndPrefixCount(
424 int SafeBrowsingProtocolParser::ReadChunkId
    [all...]

Completed in 26 milliseconds