Home | History | Annotate | Download | only in sync

Lines Matching defs:entry_

829       : entry_(ProfileSyncServiceAutofillTest::MakeAutofillEntry("0", "0", 0)),
844 UTF16ToUTF8(entry_.key().name()), UTF16ToUTF8(entry_.key().value()));
846 new_autofill.set_name(UTF16ToUTF8(entry_.key().name()));
847 new_autofill.set_value(UTF16ToUTF8(entry_.key().value()));
848 const std::vector<base::Time>& ts(entry_.timestamps());
886 entry_ = entry;
897 entry_ = entry;
912 AutofillEntry entry_;