HomeSort by relevance Sort by last modified time
    Searched refs:kLoginProfile (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 66 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
74 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
screen_locker_browsertest.cc 170 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
login_utils.cc 426 switches::kLoginProfile,
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 22 command_line_copy.AppendSwitchASCII(switches::kLoginProfile, "user");
  /external/chromium/chrome/browser/
shell_integration.cc 44 FilePath profile = cmd_line.GetSwitchValuePath(switches::kLoginProfile);
46 new_cmd_line.AppendSwitchPath(switches::kLoginProfile, profile);
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 122 if (command_line.HasSwitch(switches::kLoginProfile)) {
123 profile_dir = command_line.GetSwitchValuePath(switches::kLoginProfile);
152 command_line.HasSwitch(switches::kLoginProfile)) {
361 command_line.HasSwitch(switches::kLoginProfile))) {
388 command_line.HasSwitch(switches::kLoginProfile))) {
profile_manager_unittest.cc 111 cl->AppendSwitchASCII(switches::kLoginProfile, profile_dir);
  /external/chromium/chrome/common/
chrome_switches.cc     [all...]
chrome_switches.h 283 extern const char kLoginProfile[];
logging_chrome.cc 225 command_line.GetSwitchValuePath(switches::kLoginProfile);
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 57 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");

Completed in 261 milliseconds