Home
last modified time | relevance | path

Searched refs:hint_is_text_plain (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dmime_sniffer.cc648 const bool hint_is_text_plain = (type_hint == "text/plain"); in SniffMimeType() local
649 if (hint_is_unknown_mime_type || hint_is_text_plain) { in SniffMimeType()
653 if (hint_is_text_plain) { in SniffMimeType()