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

  /external/chromium_org/chrome/browser/profiles/
profiles_state.cc 21 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles))
profile_manager.cc 320 } else if (!command_line.HasSwitch(switches::kMultiProfiles)) {
332 if (command_line.HasSwitch(switches::kMultiProfiles) &&
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.cc 28 command_line->AppendSwitch(::switches::kMultiProfiles);
user_adding_screen_browsertest.cc 37 command_line->AppendSwitch(::switches::kMultiProfiles);
crash_restore_browsertest.cc 41 command_line->AppendSwitch(::switches::kMultiProfiles);
default_pinned_apps_field_trial.cc 128 if (CommandLine::ForCurrentProcess()->HasSwitch(::switches::kMultiProfiles))
chrome_restart_request.cc 111 ::switches::kMultiProfiles,
screen_locker.cc 208 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles)) {
user_manager_impl.cc 319 if (!CommandLine::ForCurrentProcess()->HasSwitch(::switches::kMultiProfiles))
377 if (!CommandLine::ForCurrentProcess()->HasSwitch(::switches::kMultiProfiles))
771 HasSwitch(::switches::kMultiProfiles)) {
    [all...]
existing_user_controller_browsertest.cc 131 command_line->AppendSwitch(::switches::kMultiProfiles);
kiosk_browsertest.cc 471 command_line->AppendSwitch(::switches::kMultiProfiles);
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 34 command_line->AppendSwitch(::switches::kMultiProfiles);
profile_helper.cc 62 if (command_line.HasSwitch(switches::kMultiProfiles))
  /external/chromium/chrome/common/
chrome_switches.cc 663 const char kMultiProfiles[] = "multi-profiles";
    [all...]
chrome_switches.h 192 extern const char kMultiProfiles[];
  /external/chromium_org/chrome/common/
logging_chrome.cc 210 if (command_line.HasSwitch(switches::kMultiProfiles)) {
226 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles) &&
chrome_switches.cc     [all...]
chrome_switches.h 265 extern const char kMultiProfiles[];
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 87 command_line->AppendSwitch(::switches::kMultiProfiles);
networking_private_api_chromeos.cc 112 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles)) {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc 124 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles);
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 80 browser_command_line.HasSwitch(switches::kMultiProfiles) ?
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 55 multiprofile_ = browser_command_line.HasSwitch(switches::kMultiProfiles);
  /external/chromium/chrome/browser/
about_flags.cc 296 SINGLE_VALUE_TYPE(switches::kMultiProfiles)
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 92 if (browser_command_line.HasSwitch(switches::kMultiProfiles) &&

Completed in 747 milliseconds