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

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

Completed in 1949 milliseconds