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

  /external/chromium_org/chrome/browser/chromeos/login/
test_login_utils.cc 14 TestLoginUtils::TestLoginUtils(const UserContext& user_context)
18 TestLoginUtils::~TestLoginUtils() {}
20 void TestLoginUtils::RespectLocalePreference(Profile* profile,
25 void TestLoginUtils::PrepareProfile(
36 void TestLoginUtils::DelegateDeleted(Delegate* delegate) {
39 scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
44 bool TestLoginUtils::RestartToApplyPerSessionFlagsIfNeed(Profile* profile,
test_login_utils.h 21 class TestLoginUtils : public LoginUtils {
23 explicit TestLoginUtils(const UserContext& user_context);
24 virtual ~TestLoginUtils();
45 DISALLOW_COPY_AND_ASSIGN(TestLoginUtils);
wizard_controller_browsertest.cc 660 LoginUtils::Set(new TestLoginUtils(user_context));
    [all...]

Completed in 191 milliseconds