Searched refs:AppendSwitchNative (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/ |
D | command_line.cc | 91 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments() 94 command_line->AppendSwitchNative(switch_string, switch_value); in AppendSwitchesAndArguments() 319 AppendSwitchNative(switch_string, StringType()); in AppendSwitch() 324 AppendSwitchNative(switch_string, path.value()); in AppendSwitchPath() 327 void CommandLine::AppendSwitchNative(const std::string& switch_string, in AppendSwitchNative() function in base::CommandLine 353 AppendSwitchNative(switch_string, ASCIIToUTF16(value_string)); in AppendSwitchASCII() 355 AppendSwitchNative(switch_string, value_string); in AppendSwitchASCII() 366 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i])); in CopySwitchesFrom()
|
D | command_line.h | 180 void AppendSwitchNative(const std::string& switch_string,
|
D | command_line_unittest.cc | 280 cl.AppendSwitchNative(switch5, value5); in TEST()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | named_platform_channel.cc | 40 command_line->AppendSwitchNative(kNamedHandleSwitch, server_name_); in PassServerNameOnCommandLine()
|
/external/libchrome/mojo/core/test/ |
D | multiprocess_test_helper.cc | 106 command_line.AppendSwitchNative(entry.first, entry.second); in StartChildWithExtraSwitch() 129 command_line.AppendSwitchNative(kNamedPipeName, server_name); in StartChildWithExtraSwitch()
|
/external/libchrome/base/test/ |
D | test_suite.cc | 417 new_command_line.AppendSwitchNative(iter.first, iter.second); in Initialize()
|
/external/libchrome/base/test/launcher/ |
D | test_launcher.cc | 259 new_command_line.AppendSwitchNative((*iter).first, (*iter).second); in PrepareCommandLineForGTest()
|