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

  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.cc 344 SBChunkHost chunk_host; local
345 chunk_host.host = 0;
346 chunk_host.entry = SBEntry::Create(type, prefix_count);
347 hosts->push_back(chunk_host);
348 if (!ReadPrefixes(&chunk_data, &remaining, chunk_host.entry, prefix_count))
355 SBChunkHost chunk_host; local
356 chunk_host.host = host;
357 chunk_host.entry = SBEntry::Create(type, prefix_count);
358 hosts->push_back(chunk_host);
359 if (!ReadPrefixes(&chunk_data, &remaining, chunk_host.entry
379 SBChunkHost chunk_host; local
394 SBChunkHost chunk_host; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.cc 273 SBChunkHost chunk_host; local
274 chunk_host.host = 0;
275 chunk_host.entry = SBEntry::Create(type, prefix_count);
276 hosts->push_back(chunk_host);
277 if (!ReadPrefixes(&chunk_data, &remaining, chunk_host.entry,
292 SBChunkHost chunk_host; local
293 chunk_host.host = host;
294 chunk_host.entry = SBEntry::Create(type, prefix_count);
295 hosts->push_back(chunk_host);
296 if (!ReadPrefixes(&chunk_data, &remaining, chunk_host.entry
320 SBChunkHost chunk_host; local
340 SBChunkHost chunk_host; local
    [all...]

Completed in 73 milliseconds