Home
last modified time | relevance | path

Searched refs:AutofillChangeList (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_change_processor.cc81 AutofillChangeList* changes = Details<AutofillChangeList>(details).ptr(); in Observe()
92 AutofillChangeList* changes, sync_api::WriteTransaction* trans, in ObserveAutofillEntriesChanged()
94 for (AutofillChangeList::iterator change = changes->begin(); in ObserveAutofillEntriesChanged()
Dautofill_change_processor.h81 void ObserveAutofillEntriesChanged(AutofillChangeList* changes,
/external/chromium/chrome/browser/webdata/
Dweb_data_service.cc928 AutofillChangeList changes; in AddFormElementsImpl()
934 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes)); in AddFormElementsImpl()
943 Details<AutofillChangeList>(&changes)); in AddFormElementsImpl()
966 AutofillChangeList changes; in RemoveFormElementsAddedBetweenImpl()
971 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes)); in RemoveFormElementsAddedBetweenImpl()
979 Details<AutofillChangeList>(&changes)); in RemoveFormElementsAddedBetweenImpl()
995 AutofillChangeList changes; in RemoveFormValueForElementNameImpl()
999 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes)); in RemoveFormValueForElementNameImpl()
1006 Details<AutofillChangeList>(&changes)); in RemoveFormValueForElementNameImpl()
Dweb_data_service_unittest.cc47 typedef std::vector<AutofillChange> AutofillChangeList; typedef
166 Property(&Details<const AutofillChangeList>::ptr, in TEST_F()
212 Property(&Details<const AutofillChangeList>::ptr, in TEST_F()
245 Property(&Details<const AutofillChangeList>::ptr, in TEST_F()
Dautofill_table_unittest.cc89 typedef std::vector<AutofillChange> AutofillChangeList; typedef in AutofillTableTest
139 AutofillChangeList changes; in TEST_F()
350 AutofillChangeList changes; in TEST_F()
397 AutofillChangeList changes; in TEST_F()
544 AutofillChangeList changes; in TEST_F()
574 AutofillChangeList changes; in TEST_F()
1458 AutofillChangeList changes; in TEST_F()
1503 AutofillChangeList changes; in TEST_F()
1567 AutofillChangeList changes; in TEST_F()
Dweb_data_service.h89 typedef std::vector<AutofillChange> AutofillChangeList; typedef
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc878 AutofillChangeList changes; in TEST_F()
883 Details<AutofillChangeList>(&changes)); in TEST_F()
940 AutofillChangeList changes; in TEST_F()
946 Details<AutofillChangeList>(&changes)); in TEST_F()
970 AutofillChangeList changes; in TEST_F()
976 Details<AutofillChangeList>(&changes)); in TEST_F()
1035 AutofillChangeList changes; in TEST_F()
1041 Details<AutofillChangeList>(&changes)); in TEST_F()
1053 Details<AutofillChangeList>(&changes)); in TEST_F()