HomeSort by relevance Sort by last modified time
    Searched refs:AutofillChangeList (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 81 void ObserveAutofillEntriesChanged(AutofillChangeList* changes,
autofill_change_processor.cc 81 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/
profile_sync_service_autofill_unittest.cc     [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 928 AutofillChangeList changes;
934 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes));
    [all...]
web_data_service_unittest.cc 47 typedef std::vector<AutofillChange> AutofillChangeList;
166 Property(&Details<const AutofillChangeList>::ptr,
212 Property(&Details<const AutofillChangeList>::ptr,
245 Property(&Details<const AutofillChangeList>::ptr,
autofill_table_unittest.cc 89 typedef std::vector<AutofillChange> AutofillChangeList;
139 AutofillChangeList changes;
350 AutofillChangeList changes;
397 AutofillChangeList changes;
544 AutofillChangeList changes;
574 AutofillChangeList changes;
    [all...]
web_data_service.h 89 typedef std::vector<AutofillChange> AutofillChangeList;

Completed in 76 milliseconds