HomeSort by relevance Sort by last modified time
    Searched defs:FakeLoginUtils (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.h 19 class FakeLoginUtils : public LoginUtils {
21 FakeLoginUtils();
22 virtual ~FakeLoginUtils();
52 DISALLOW_COPY_AND_ASSIGN(FakeLoginUtils);
fake_login_utils.cc 27 FakeLoginUtils::FakeLoginUtils() : should_launch_browser_(false) {}
29 FakeLoginUtils::~FakeLoginUtils() {}
31 void FakeLoginUtils::DoBrowserLaunch(Profile* profile,
57 void FakeLoginUtils::PrepareProfile(const UserContext& user_context,
95 void FakeLoginUtils::DelegateDeleted(LoginUtils::Delegate* delegate) {
99 void FakeLoginUtils::CompleteOffTheRecordLogin(const GURL& start_url) {
103 void FakeLoginUtils::SetFirstLoginPrefs(PrefService* prefs) {
107 scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator
    [all...]

Completed in 214 milliseconds