HomeSort by relevance Sort by last modified time
    Searched refs:enc_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_content_disposition.cc 61 // type is specified in |enc_type|.
63 RFC2047EncodingType enc_type,
67 if (!((enc_type == B_ENCODING) ?
136 RFC2047EncodingType enc_type = Q_ENCODING; local
159 enc_type = B_ENCODING;
164 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word);
  /external/chromium/net/base/
net_util.cc 236 bool DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type,
239 if (enc_type == B_ENCODING) {
308 RFC2047EncodingType enc_type = Q_ENCODING; local
331 enc_type = B_ENCODING;
336 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &tmp);
    [all...]

Completed in 3049 milliseconds