Lines Matching defs:have_enough_content
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.
445 bool* have_enough_content,
480 // have_enough_content because there could be a binary looking byte in the
482 *have_enough_content &= is_truncated;
520 // Clears have_enough_content if more data could possibly change the result.
525 bool* have_enough_content,
553 *have_enough_content &= TruncateSize(kBytesRequiredForMagic, &size);
624 bool have_enough_content = true;
638 if (SniffForHTML(content, content_size, &have_enough_content, result))
650 if (!SniffBinary(content, content_size, &have_enough_content, result)) {
654 return have_enough_content;
664 if (SniffXML(content, content_size, &have_enough_content, result))
666 return have_enough_content;
672 &have_enough_content, result))
678 return have_enough_content;
683 &have_enough_content, result))
686 return have_enough_content;