HomeSort by relevance Sort by last modified time
    Searched defs:TestLoginUtils (Results 1 - 2 of 2) 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);

Completed in 50 milliseconds