HomeSort by relevance Sort by last modified time
    Searched defs:SafeBrowsingProtocolParser (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.h 51 class SafeBrowsingProtocolParser {
53 SafeBrowsingProtocolParser();
110 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingProtocolParser);
protocol_parser.cc 41 SafeBrowsingProtocolParser::SafeBrowsingProtocolParser() {
44 bool SafeBrowsingProtocolParser::ParseGetHash(
92 void SafeBrowsingProtocolParser::FormatGetHash(
106 bool SafeBrowsingProtocolParser::ParseUpdate(
193 bool SafeBrowsingProtocolParser::ParseChunk(const std::string& list_name,
255 bool SafeBrowsingProtocolParser::ParseAddChunk(const std::string& list_name,
301 bool SafeBrowsingProtocolParser::ParseSubChunk(const std::string& list_name,
357 bool SafeBrowsingProtocolParser::ReadHostAndPrefixCount(
374 bool SafeBrowsingProtocolParser::ReadChunkId
    [all...]

Completed in 69 milliseconds