HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSyncServiceAutofillTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 174 class ProfileSyncServiceAutofillTest;
470 class ProfileSyncServiceAutofillTest
484 ProfileSyncServiceAutofillTest()
487 virtual ~ProfileSyncServiceAutofillTest() {
772 AddAutofillHelper(ProfileSyncServiceAutofillTest* test,
783 void AddAutofillCallback(ProfileSyncServiceAutofillTest* test,
829 : entry_(ProfileSyncServiceAutofillTest::MakeAutofillEntry("0", "0", 0)),
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 131 class ProfileSyncServiceAutofillTest;
253 class ProfileSyncServiceAutofillTest : public AbstractProfileSyncServiceTest {
255 ProfileSyncServiceAutofillTest() : db_thread_(BrowserThread::DB) {}
475 AddAutofillTask(ProfileSyncServiceAutofillTest* test,
492 ProfileSyncServiceAutofillTest* test_;
527 : entry_(ProfileSyncServiceAutofillTest::MakeAutofillEntry("0", "0", 0)),
631 TEST_F(ProfileSyncServiceAutofillTest, FailModelAssociation) {
637 TEST_F(ProfileSyncServiceAutofillTest, EmptyNativeEmptySync) {
652 TEST_F(ProfileSyncServiceAutofillTest, HasNativeEntriesEmptySync) {
671 TEST_F(ProfileSyncServiceAutofillTest, HasProfileEmptySync)
    [all...]

Completed in 338 milliseconds