Searched defs:have_enough_content (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dmime_sniffer.cc294 // 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 i
295 SniffForHTML(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
323 SniffForMagicNumbers(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
359 SniffXML(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
443 SniffBinary(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
521 SniffCRX(const char* content, size_t size, const GURL& url, const std::string& type_hint, bool* have_enough_content, std::string* result) argument
624 bool have_enough_content = true; local
[all...]
/external/chromium_org/net/base/
H A Dmime_sniffer.cc398 // 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 i
399 SniffForHTML(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
428 SniffForMagicNumbers(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
448 SniffForOfficeDocs(const char* content, size_t size, const GURL& url, bool* have_enough_content, std::string* result) argument
591 SniffXML(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
676 SniffBinary(const char* content, size_t size, bool* have_enough_content, std::string* result) argument
756 SniffCRX(const char* content, size_t size, const GURL& url, const std::string& type_hint, bool* have_enough_content, std::string* result) argument
880 bool have_enough_content = true; local
[all...]

Completed in 53 milliseconds