Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_password_unittest.cc138 class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest { class
159 ProfileSyncServicePasswordTest() {} in ProfileSyncServicePasswordTest() function in ProfileSyncServicePasswordTest
191 base::Bind(&ProfileSyncServicePasswordTest::SignalEvent, &done)); in FlushLastDBTask()
322 void AddPasswordEntriesCallback(ProfileSyncServicePasswordTest* test, in AddPasswordEntriesCallback()
351 TEST_F(ProfileSyncServicePasswordTest, MAYBE_FailModelAssociation) { in TEST_F() argument
356 TEST_F(ProfileSyncServicePasswordTest, MAYBE_FailPasswordStoreLoad) { in TEST_F() argument
367 TEST_F(ProfileSyncServicePasswordTest, MAYBE_EmptyNativeEmptySync) { in TEST_F() argument
380 TEST_F(ProfileSyncServicePasswordTest, MAYBE_HasNativeEntriesEmptySync) { in TEST_F() argument
411 TEST_F(ProfileSyncServicePasswordTest, in TEST_F() argument
465 TEST_F(ProfileSyncServicePasswordTest, MAYBE_HasNativeHasSyncNoMerge) { in TEST_F() argument
[all …]
Dprofile_sync_service.h779 friend class ProfileSyncServicePasswordTest; variable
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_password_unittest.cc146 class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest { class
152 ProfileSyncServicePasswordTest() in ProfileSyncServicePasswordTest() function in ProfileSyncServicePasswordTest
192 NewRunnableFunction(&ProfileSyncServicePasswordTest::SignalEvent, in FlushLastDBTask()
315 AddPasswordEntriesTask(ProfileSyncServicePasswordTest* test, in AddPasswordEntriesTask()
327 ProfileSyncServicePasswordTest* test_;
331 TEST_F(ProfileSyncServicePasswordTest, FailModelAssociation) { in TEST_F() argument
336 TEST_F(ProfileSyncServicePasswordTest, EmptyNativeEmptySync) { in TEST_F() argument
349 TEST_F(ProfileSyncServicePasswordTest, HasNativeEntriesEmptySync) { in TEST_F() argument
380 TEST_F(ProfileSyncServicePasswordTest, HasNativeEntriesEmptySyncSameUsername) { in TEST_F() argument
433 TEST_F(ProfileSyncServicePasswordTest, HasNativeHasSyncNoMerge) { in TEST_F() argument
[all …]
Dprofile_sync_service.h519 friend class ProfileSyncServicePasswordTest;