/external/chromium/net/base/ |
mime_sniffer_unittest.cc | 16 std::string type_hint; member in struct:net::SnifferTest 27 tests[i].type_hint, 46 std::string type_hint; local 54 SniffMimeType(buf, 0, url, type_hint, &mime_type); 56 SniffMimeType(buf, 1, url, type_hint, &mime_type); 58 SniffMimeType(buf, 2, url, type_hint, &mime_type);
|
/external/chromium_org/net/base/ |
mime_sniffer_unittest.cc | 16 std::string type_hint; member in struct:net::SnifferTest 27 tests[i].type_hint, 46 std::string type_hint; local 54 SniffMimeType(buf, 0, url, type_hint, &mime_type); 56 SniffMimeType(buf, 1, url, type_hint, &mime_type); 58 SniffMimeType(buf, 2, url, type_hint, &mime_type);
|
/external/chromium_org/content/browser/loader/ |
buffered_resource_handler.cc | 286 const std::string& type_hint = response_->head.mime_type; local 291 type_hint, &new_type);
|