Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:SafeBrowsingProtocolParser

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(
433 bool SafeBrowsingProtocolParser::ReadPrefixes(
457 bool SafeBrowsingProtocolParser::ParseNewKey(const char* chunk_data,