Lines Matching refs:switches
175 const std::wstring& switches,
191 // Attach the command-line switches of this process before the given
195 std::wstring arguments(switches);
276 // Even though we can add command-line switches to this parameter, it is
277 // better to use the |switches| parameter below.
278 // * switches (std::wstring)
279 // Command-lien switches for the application. This string is to be added
281 // switches, use an empty string.
287 const std::wstring& switches,
310 AddShellLink(collection, application, switches, link);
363 ASCIIToWide(std::string("--") + switches::kIncognito));
425 // Retrieve the command-line switches of this process.
428 GetSwitchValuePath(switches::kUserDataDir);
430 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir);
587 switches::kDisableCustomJumpList));