Home | History | Annotate | Download | only in test

Lines Matching full:command_line

18 #include "base/command_line.h"
344 bool TestServer::AddCommandLineArguments(CommandLine* command_line) const {
345 command_line->AppendSwitchASCII("port",
347 command_line->AppendSwitchPath("data-dir", document_root_);
350 command_line->AppendArg("--log-to-console");
354 command_line->AppendArg("-f");
356 command_line->AppendArg("--sync");
366 command_line->AppendSwitchPath("https", certificate_path);
369 command_line->AppendSwitch("ssl-client-auth");
380 command_line->AppendSwitchPath("ssl-client-ca", *it);
385 command_line->AppendSwitchASCII(kBulkCipherSwitch, "rc4");
387 command_line->AppendSwitchASCII(kBulkCipherSwitch, "aes128");
389 command_line->AppendSwitchASCII(kBulkCipherSwitch, "aes256");
391 command_line->AppendSwitchASCII(kBulkCipherSwitch, "3des");