Home | History | Annotate | Download | only in base

Lines Matching defs:StringType

36   typedef base::string16 StringType;
38 typedef std::string StringType;
41 typedef StringType::value_type CharType;
42 typedef std::vector<StringType> StringVector;
43 typedef std::map<std::string, StringType> SwitchMap;
44 typedef std::map<base::StringPiece, const StringType*> StringPieceSwitchMap;
107 StringType GetCommandLineString() const {
119 StringType GetCommandLineStringWithPlaceholders() const {
127 StringType GetArgumentsString() const {
138 StringType GetArgumentsStringWithPlaceholders() const {
163 StringType GetSwitchValueNative(const base::StringPiece& switch_string) const;
174 const StringType& value);
193 void AppendArgNative(const StringType& value);
201 void PrependWrapper(const StringType& wrapper);
219 StringType GetCommandLineStringInternal(bool quote_placeholders) const;
223 StringType GetArgumentsStringInternal(bool quote_placeholders) const;