Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dnet_util.cc235 enum RFC2047EncodingType {Q_ENCODING, B_ENCODING}; enum
236 bool DecodeBQEncoding(const std::string& part, RFC2047EncodingType enc_type, in DecodeBQEncoding()
308 RFC2047EncodingType enc_type = Q_ENCODING; in DecodeWord()