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

  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 131 struct AutofillChangeRecord;
132 std::vector<AutofillChangeRecord> autofill_changes_;
autofill_change_processor.cc 26 struct AutofillChangeProcessor::AutofillChangeRecord {
30 AutofillChangeRecord(sync_api::SyncManager::ChangeRecord::Action action,
219 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action,
245 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action,

Completed in 214 milliseconds