HomeSort by relevance Sort by last modified time
    Searched full:new_autofill (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 820 sync_pb::AutofillSpecifics new_autofill; local
821 new_autofill.set_name(base::UTF16ToUTF8(entry_.key().name()));
822 new_autofill.set_value(base::UTF16ToUTF8(entry_.key().value()));
823 new_autofill.add_usage_timestamp(entry_.date_created().ToInternalValue());
825 new_autofill.add_usage_timestamp(
830 entity_specifics.mutable_autofill()->CopyFrom(new_autofill);
    [all...]

Completed in 229 milliseconds