Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dcharacter_encoding.cc416 const std::string& recently_select_encodings) { in GetCurrentDisplayEncodings() argument
431 cached_user_selected_encodings != recently_select_encodings) { in GetCurrentDisplayEncodings()
433 cached_user_selected_encodings = recently_select_encodings; in GetCurrentDisplayEncodings()
443 ParseEncodingListSeparatedWithComma(recently_select_encodings, in GetCurrentDisplayEncodings()
Dcharacter_encoding.h85 const std::string& recently_select_encodings);
/external/chromium/chrome/browser/
Dcharacter_encoding.cc421 const std::string& recently_select_encodings) { in GetCurrentDisplayEncodings() argument
436 cached_user_selected_encodings != recently_select_encodings) { in GetCurrentDisplayEncodings()
438 cached_user_selected_encodings = recently_select_encodings; in GetCurrentDisplayEncodings()
448 ParseEncodingListSeparatedWithComma(recently_select_encodings, in GetCurrentDisplayEncodings()
Dcharacter_encoding.h86 const std::string& recently_select_encodings);