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

1 2

  /external/chromium_org/chromeos/
chromeos_switches.cc 161 const char kLoginProfile[] = "login-profile";
chromeos_switches.h 65 CHROMEOS_EXPORT extern const char kLoginProfile[];
  /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");
  /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_org/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 30 chromeos::switches::kLoginProfile, "user");
  /external/chromium_org/chrome/browser/chromeos/login/
login_browsertest.cc 67 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
76 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
crash_restore_browsertest.cc 44 switches::kLoginProfile,
wallpaper_manager_browsertest.cc 65 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
369 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
oobe_browsertest.cc 138 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
screen_locker_browsertest.cc 129 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
user_image_manager_browsertest.cc 55 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
  /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_org/chrome/common/
logging_chrome.cc 207 } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
214 command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile));
218 command_line.GetSwitchValuePath(chromeos::switches::kLoginProfile);
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 390 if (!parsed_command_line().HasSwitch(switches::kLoginProfile)) {
393 switches::kLoginProfile, "test-user");
397 switches::kLoginProfile).value();
553 parsed_command_line().GetSwitchValueASCII(switches::kLoginProfile);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc 43 cl->AppendSwitchASCII(switches::kLoginProfile, kProfileName);
  /external/chromium_org/chrome/browser/
shell_integration.cc 88 chromeos::switches::kLoginProfile);
90 new_cmd_line.AppendSwitchPath(chromeos::switches::kLoginProfile, profile);
  /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_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 161 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile,
magnification_manager_browsertest.cc 120 command_line->AppendSwitchASCII(switches::kLoginProfile,
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 207 CommandLine::ForCurrentProcess()->AppendSwitchASCII(switches::kLoginProfile,

Completed in 1577 milliseconds

1 2