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

  /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 184 milliseconds