Home
last modified time | relevance | path

Searched refs:ProfileSyncServiceAutofillTest (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc131 class ProfileSyncServiceAutofillTest;
253 class ProfileSyncServiceAutofillTest : public AbstractProfileSyncServiceTest { class
255 ProfileSyncServiceAutofillTest() : db_thread_(BrowserThread::DB) {} in ProfileSyncServiceAutofillTest() function in ProfileSyncServiceAutofillTest
475 AddAutofillTask(ProfileSyncServiceAutofillTest* test, in AddAutofillTask()
492 ProfileSyncServiceAutofillTest* test_;
527 : entry_(ProfileSyncServiceAutofillTest::MakeAutofillEntry("0", "0", 0)), in FakeServerUpdater()
631 TEST_F(ProfileSyncServiceAutofillTest, FailModelAssociation) { in TEST_F() argument
637 TEST_F(ProfileSyncServiceAutofillTest, EmptyNativeEmptySync) { in TEST_F() argument
652 TEST_F(ProfileSyncServiceAutofillTest, HasNativeEntriesEmptySync) { in TEST_F() argument
671 TEST_F(ProfileSyncServiceAutofillTest, HasProfileEmptySync) { in TEST_F() argument
[all …]
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h181 friend class ProfileSyncServiceAutofillTest; variable