Home
last modified time | relevance | path

Searched refs:test_user (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/
Dtest_profile_sync_service.cc161 const std::string& test_user, in TestProfileSyncService() argument
164 : ProfileSyncService(factory, profile, test_user), in TestProfileSyncService()
Dtest_profile_sync_service.h89 const std::string& test_user,
Dprofile_sync_service_password_unittest.cc123 const std::string& test_user, in PasswordTestProfileSyncService() argument
127 : TestProfileSyncService(factory, profile, test_user, in PasswordTestProfileSyncService()
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.h411 void DoInitializeForTest(const std::wstring& test_user, in DoInitializeForTest() argument
416 credentials.email = WideToUTF8(test_user); in DoInitializeForTest()