HomeSort by relevance Sort by last modified time
    Searched full:chunk_host (Results 1 - 1 of 1) 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...]

Completed in 125 milliseconds