HomeSort by relevance Sort by last modified time
    Searched refs:ParseChunk (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.h 78 bool ParseChunk(const std::string& list_name,
protocol_parser_unittest.cc 21 bool result = parser.ParseChunk(
74 bool result = parser.ParseChunk(
105 bool result = parser.ParseChunk(
167 bool result = parser.ParseChunk(
195 bool result = parser.ParseChunk(add_chunk,
213 bool result = parser.ParseChunk(add_chunk,
222 result = parser.ParseChunk(add_chunk,
231 result = parser.ParseChunk(add_chunk,
251 bool result = parser.ParseChunk(
312 bool result = parser.ParseChunk(
    [all...]
protocol_parser.cc 251 bool SafeBrowsingProtocolParser::ParseChunk(const std::string& list_name,
292 VLOG(1) << "ParseChunk got unknown hashlen " << hash_len;
protocol_manager.cc 426 if (!parser.ParseChunk(chunk_url.list_name, data, length,
434 VLOG(1) << "ParseChunk error for chunk: " << chunk_url.url

Completed in 28 milliseconds