Home
last modified time | relevance | path

Searched refs:CopySwitchesFrom (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/common/
Dnacl_cmd_line.cc35 cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, in CopyNaClCommandLineArguments()
/external/chromium/base/
Dcommand_line.h123 void CopySwitchesFrom(const CommandLine& source, const char* const switches[],
Dcommand_line.cc345 void CommandLine::CopySwitchesFrom(const CommandLine& source, in CopySwitchesFrom() function in CommandLine
/external/chromium/chrome/browser/first_run/
Dfirst_run_win.cc322 import_cmd.CopySwitchesFrom(cmdline, kSwitchNames, arraysize(kSwitchNames)); in ImportSettings()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_utils.cc436 command_line->CopySwitchesFrom(base_command_line, in GetOffTheRecordCommandLine()