Home | History | Annotate | Download | only in browser

Lines Matching refs:string

8 #include <string>
23 // Gets string key of EncodingInfo. With this method, we can use
40 static std::string GetCanonicalEncodingNameByCommandId(int id);
53 static std::string GetCanonicalEncodingNameByIndex(int index);
67 static std::string GetCanonicalEncodingNameByAliasName(
68 const std::string& alias_name);
77 // |locale_encodings| is string of static encodings list which is from the
78 // corresponding string resource that is stored in the resource bundle.
79 // The parameter |recently_select_encodings| is string of encoding list which
83 const std::string& locale,
84 const std::string& locale_encodings,
85 const std::string& recently_select_encodings);
90 // new string for user selected encoding short list and function returns true.
92 const std::string& original_selected_encodings,
94 std::string* selected_encodings);
99 const std::string& encoding_name);