Home | History | Annotate | Download | only in browser

Lines Matching full:encoding

17   // Enumeration of the types of Browser encoding name we
21 // Structure to save encoding information.
25 // l10n_util::SortVectorWithStringKey to sort the encoding menu items
27 // encoding category name, that's why we use category name as key.
30 // Encoding command id.
32 // Encoding display name.
34 // Encoding category name.
38 // Return canonical encoding name according to the command ID.
43 // Return display name of canonical encoding according to the command
48 // Return count number of all supported canonical encoding.
51 // Return canonical encoding name according to the index, which starts
56 // Return display name of canonical encoding according to the index,
62 // Return encoding command id according to the index, which starts from
66 // Return canonical encoding name according to the encoding alias name. THIS
72 // encodings to display in the encoding menu. The locale-dependent static
80 // The parameter |recently_select_encodings| is string of encoding list which
89 // |new_selected_encoding_id|. If the encoding is already in the original
91 // new string for user selected encoding short list and function returns true.
97 // Get encoding command id according to input encoding name. If the name is
98 // valid, return corresponding encoding command id. Otherwise return 0;