Home
last modified time | relevance | path

Searched refs:chunk_url (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_manager.cc421 const ChunkUrl chunk_url = chunk_request_urls_.front(); in HandleServiceResponse() local
426 if (!parser.ParseChunk(chunk_url.list_name, data, length, in HandleServiceResponse()
427 client_key_, chunk_url.mac, in HandleServiceResponse()
434 VLOG(1) << "ParseChunk error for chunk: " << chunk_url.url in HandleServiceResponse()
437 << ", mac: " << chunk_url.mac in HandleServiceResponse()
450 sb_service_->HandleChunk(chunk_url.list_name, chunks.release()); in HandleServiceResponse()
562 GURL chunk_url = NextChunkUrl(next_chunk.url); in IssueChunkRequest() local
564 request_.reset(new URLFetcher(chunk_url, URLFetcher::GET, this)); in IssueChunkRequest()
Dprotocol_parser.cc227 ChunkUrl chunk_url; in ParseUpdate() local
228 chunk_url.url = redirect_url; in ParseUpdate()
229 chunk_url.list_name = list_name; in ParseUpdate()
231 chunk_url.mac = mac; in ParseUpdate()
232 chunk_urls->push_back(chunk_url); in ParseUpdate()