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();
54 DISALLOW_COPY_AND_ASSIGN(FakeLoginUtils);
fake_login_utils.cc 22 FakeLoginUtils::FakeLoginUtils() : should_launch_browser_(false) {}
24 FakeLoginUtils::~FakeLoginUtils() {}
26 void FakeLoginUtils::DoBrowserLaunch(Profile* profile,
47 void FakeLoginUtils::PrepareProfile(const UserContext& user_context,
67 void FakeLoginUtils::DelegateDeleted(LoginUtils::Delegate* delegate) {
71 void FakeLoginUtils::CompleteOffTheRecordLogin(const GURL& start_url) {
75 void FakeLoginUtils::SetFirstLoginPrefs(PrefService* prefs) {
79 scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator
    [all...]

Completed in 703 milliseconds