Home
last modified time | relevance | path

Searched refs:AppendSwitchASCII (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/test/
Dmultiprocess_test.cc25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
73 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
Dmultiprocess_test_android.cc47 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
/external/libchrome/base/
Dcommand_line_unittest.cc276 cl.AppendSwitchASCII(switch2, value2); in TEST()
277 cl.AppendSwitchASCII(switch3, value3); in TEST()
278 cl.AppendSwitchASCII(switch4, value4); in TEST()
279 cl.AppendSwitchASCII(switch5, value4); in TEST()
313 cl.AppendSwitchASCII("switch2", "foo"); in TEST()
334 cl1.AppendSwitchASCII("switch2", "foo"); in TEST()
Dcommand_line.h182 void AppendSwitchASCII(const std::string& switch_string,
Dcommand_line.cc350 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() function in base::CommandLine
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc71 command_line.AppendSwitchASCII(kTransportTypeSwitch,
80 command_line.AppendSwitchASCII(kTransportTypeSwitch,
/external/libchrome/base/metrics/
Dfield_trial.cc197 cmd_line->AppendSwitchASCII(enable_features_switch, enabled_features); in AddFeatureAndFieldTrialFlags()
199 cmd_line->AppendSwitchASCII(disable_features_switch, disabled_features); in AddFeatureAndFieldTrialFlags()
204 cmd_line->AppendSwitchASCII(switches::kForceFieldTrials, in AddFeatureAndFieldTrialFlags()
934 cmd_line->AppendSwitchASCII(field_trial_handle_switch, switch_value); in CopyFieldTrialStateToFlags()
946 cmd_line->AppendSwitchASCII(enable_features_switch, enabled_features); in CopyFieldTrialStateToFlags()
948 cmd_line->AppendSwitchASCII(disable_features_switch, disabled_features); in CopyFieldTrialStateToFlags()
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc135 command_line.AppendSwitchASCII(switch_string, switch_value); in StartChildWithExtraSwitch()
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc208 command_line->AppendSwitchASCII(kHandleSwitch, value); in PrepareToPassRemoteEndpoint()
/external/libchrome/mojo/core/
Dinvitation_unittest.cc91 command_line->AppendSwitchASCII(switch_name.as_string(), value);