Home | History | Annotate | Download | only in base

Lines Matching refs:referrer_charset

271                 const std::string& referrer_charset,
280 // Try UTF-8, referrer_charset and the native OS default charset in turn.
285 if (!referrer_charset.empty() &&
286 base::CodepageToWide(encoded_word, referrer_charset.c_str(),
391 const std::string& referrer_charset,
413 if (!DecodeWord(t.token(), referrer_charset, &is_previous_token_rfc2047,
1227 const std::string& referrer_charset) {
1256 if (DecodeParamValue(param_value, referrer_charset, &decoded))
1485 const std::string& referrer_charset,
1503 referrer_charset);
1527 DecodeWord(unescaped_url_filename, referrer_charset, &ignore,