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

  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host.h 89 virtual void StartSignInScreen(const LoginScreenContext& context) = 0;
mock_login_display_host.h 40 MOCK_METHOD1(StartSignInScreen, void(const LoginScreenContext&));
login_display_host_impl.h 86 virtual void StartSignInScreen(const LoginScreenContext& context) OVERRIDE;
login_display_host_impl.cc 594 void LoginDisplayHostImpl::StartSignInScreen(
617 "ui", "ShowLoginWebUI", kShowLoginWebUIid, "StartSignInScreen");
674 // We only get here after a previous call the StartSignInScreen. That sign-in
754 // StartWizard / StartSignInScreen could be called multiple times through
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 664 LoginDisplayHostImpl::default_host()->StartSignInScreen(LoginScreenContext());
689 LoginDisplayHostImpl::default_host()->StartSignInScreen(LoginScreenContext());
    [all...]
wizard_controller.cc 369 host_->StartSignInScreen(context);
    [all...]
kiosk_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 696 host->StartSignInScreen(LoginScreenContext());
    [all...]

Completed in 352 milliseconds