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 12 TestLoginUtils::TestLoginUtils(const std::string& expected_username,
18 TestLoginUtils::~TestLoginUtils() {}
20 void TestLoginUtils::PrepareProfile(
33 void TestLoginUtils::DelegateDeleted(Delegate* delegate) {
36 scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
42 void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
45 void TestLoginUtils::StopBackgroundFetchers() {
test_login_utils.h 22 class TestLoginUtils : public LoginUtils {
24 TestLoginUtils(const std::string& expected_username,
26 virtual ~TestLoginUtils();
57 DISALLOW_COPY_AND_ASSIGN(TestLoginUtils);
wizard_controller_browsertest.cc 298 LoginUtils::Set(new TestLoginUtils(kUsername, kPassword));

Completed in 317 milliseconds