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

  /external/chromium/net/base/
mime_sniffer.cc 294 // Clears have_enough_content if more data could possibly change the result.
297 bool* have_enough_content,
301 *have_enough_content &= TruncateSize(512, &size);
322 // Clears have_enough_content if more data could possibly change the result.
325 bool* have_enough_content,
327 *have_enough_content &= TruncateSize(kBytesRequiredForMagic, &size);
353 // Clears have_enough_content if more data could possibly change the result.
361 bool* have_enough_content,
364 *have_enough_content &= TruncateSize(300, &size);
442 // Clears have_enough_content if more data could possibly change the result
624 bool have_enough_content = true; local
    [all...]
  /external/chromium_org/net/base/
mime_sniffer.cc 398 // Clears have_enough_content if more data could possibly change the result.
401 bool* have_enough_content,
405 *have_enough_content &= TruncateSize(512, &size);
427 // Clears have_enough_content if more data could possibly change the result.
430 bool* have_enough_content,
432 *have_enough_content &= TruncateSize(kBytesRequiredForMagic, &size);
447 // Clears |have_enough_content| if more data could possibly change the result.
451 bool* have_enough_content,
453 *have_enough_content &= TruncateSize(kBytesRequiredForOfficeMagic, &size);
585 // Clears have_enough_content if more data could possibly change the result
880 bool have_enough_content = true; local
    [all...]

Completed in 40 milliseconds