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

/external/chromium_org/net/http/
H A Dhttp_content_disposition.cc60 // type is specified in |enc_type|.
62 RFC2047EncodingType enc_type,
66 if (!((enc_type == B_ENCODING) ?
118 RFC2047EncodingType enc_type = Q_ENCODING; local
141 enc_type = B_ENCODING;
146 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word);
61 DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type, const std::string& charset, std::string* output) argument

Completed in 48 milliseconds