Searched refs:AppendSwitchASCII (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/base/test/ |
D | multiprocess_test.cc | 25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild() 73 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
|
D | multiprocess_test_android.cc | 47 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
|
/external/libchrome/base/ |
D | command_line_unittest.cc | 276 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()
|
D | command_line.h | 182 void AppendSwitchASCII(const std::string& switch_string,
|
D | command_line.cc | 350 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() function in base::CommandLine
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | invitation_unittest.cc | 71 command_line.AppendSwitchASCII(kTransportTypeSwitch, 80 command_line.AppendSwitchASCII(kTransportTypeSwitch,
|
/external/libchrome/base/metrics/ |
D | field_trial.cc | 197 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/ |
D | multiprocess_test_helper.cc | 135 command_line.AppendSwitchASCII(switch_string, switch_value); in StartChildWithExtraSwitch()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 208 command_line->AppendSwitchASCII(kHandleSwitch, value); in PrepareToPassRemoteEndpoint()
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 91 command_line->AppendSwitchASCII(switch_name.as_string(), value);
|