Searched refs:AutofillChangeRecord (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_change_processor.h131 struct AutofillChangeRecord;
132 std::vector<AutofillChangeRecord> autofill_changes_;
H A Dautofill_change_processor.cc26 struct AutofillChangeProcessor::AutofillChangeRecord { struct in class:browser_sync::AutofillChangeProcessor
30 AutofillChangeRecord(sync_api::SyncManager::ChangeRecord::Action action, function in struct:browser_sync::AutofillChangeProcessor::AutofillChangeRecord
219 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action,
245 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action,

Completed in 36 milliseconds