Searched refs:AppendSwitchNative (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | command_line.cc | 89 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()
|
D | command_line.h | 173 void AppendSwitchNative(const std::string& switch_string,
|
D | command_line_unittest.cc | 279 cl.AppendSwitchNative(switch5, value5); in TEST()
|