Home
last modified time | relevance | path

Searched refs:AppendSwitchNative (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dcommand_line.cc89 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments()
92 command_line->AppendSwitchNative(switch_string, switch_value); in AppendSwitchesAndArguments()
315 AppendSwitchNative(switch_string, StringType()); in AppendSwitch()
320 AppendSwitchNative(switch_string, path.value()); in AppendSwitchPath()
323 void CommandLine::AppendSwitchNative(const std::string& switch_string, in AppendSwitchNative() function in base::CommandLine
350 AppendSwitchNative(switch_string, ASCIIToUTF16(value_string)); in AppendSwitchASCII()
352 AppendSwitchNative(switch_string, value_string); in AppendSwitchASCII()
361 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i])); in CopySwitchesFrom()
Dcommand_line.h173 void AppendSwitchNative(const std::string& switch_string,
Dcommand_line_unittest.cc279 cl.AppendSwitchNative(switch5, value5); in TEST()