Searched defs:FakeLoginUtils (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dfake_login_utils.h20 class FakeLoginUtils : public LoginUtils { class in namespace:chromeos
22 FakeLoginUtils();
23 virtual ~FakeLoginUtils();
49 DISALLOW_COPY_AND_ASSIGN(FakeLoginUtils);
H A Dfake_login_utils.cc30 FakeLoginUtils::FakeLoginUtils() : should_launch_browser_(false) {} function in class:chromeos::FakeLoginUtils
32 FakeLoginUtils::~FakeLoginUtils() {}
34 void FakeLoginUtils::RespectLocalePreference(Profile*,
39 void FakeLoginUtils::DoBrowserLaunch(Profile* profile,
64 void FakeLoginUtils::PrepareProfile(const UserContext& user_context,
101 void FakeLoginUtils::DelegateDeleted(LoginUtils::Delegate* delegate) {
105 void FakeLoginUtils::CompleteOffTheRecordLogin(const GURL& start_url) {
109 scoped_refptr<Authenticator> FakeLoginUtils
[all...]

Completed in 155 milliseconds