Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.cc91 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()
Dcommand_line.h180 void AppendSwitchNative(const std::string& switch_string,
Dcommand_line_unittest.cc280 cl.AppendSwitchNative(switch5, value5); in TEST()
/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel.cc40 command_line->AppendSwitchNative(kNamedHandleSwitch, server_name_); in PassServerNameOnCommandLine()
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc106 command_line.AppendSwitchNative(entry.first, entry.second); in StartChildWithExtraSwitch()
129 command_line.AppendSwitchNative(kNamedPipeName, server_name); in StartChildWithExtraSwitch()
/external/libchrome/base/test/
Dtest_suite.cc417 new_command_line.AppendSwitchNative(iter.first, iter.second); in Initialize()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc259 new_command_line.AppendSwitchNative((*iter).first, (*iter).second); in PrepareCommandLineForGTest()