Home | History | Annotate | Download | only in base

Lines Matching refs:languages

193 // |languages| is a comma separated list of ISO 639 language codes. It
195 // who understands languages listed. |host| will be converted to a
200 // When |languages| is empty, even that mixing is not allowed.
210 const std::wstring& languages,
215 const std::wstring& languages,
300 // also takes the same accept languages component as ElideURL. |new_parsed| may
310 const std::wstring& languages,
316 const std::wstring& languages,
322 // if |languages| accepts the Unicode representation. |format_type| is a bitmask
343 const std::string& languages,
350 const std::string& languages,
361 inline string16 FormatUrl(const GURL& url, const std::string& languages) {
362 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,