AutofillProfileChange   77 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillProfileChange;
AutofillProfileChange  295 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   void OnAutofillProfileChanged(const AutofillProfileChange& changes) {
AutofillProfileChange 1265 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfileChange change(
AutofillProfileChange 1266 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       AutofillProfileChange::ADD, added_profile.guid(), &added_profile);
AutofillProfileChange 1357 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfileChange change(
AutofillProfileChange 1358 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       AutofillProfileChange::REMOVE, sync_profile.guid(), NULL);
AutofillProfileChange   20 components/autofill/core/browser/webdata/autofill_change.cc AutofillProfileChange::AutofillProfileChange(
AutofillProfileChange   29 components/autofill/core/browser/webdata/autofill_change.cc AutofillProfileChange::~AutofillProfileChange() {
AutofillProfileChange   32 components/autofill/core/browser/webdata/autofill_change.cc bool AutofillProfileChange::operator==(
AutofillProfileChange   33 components/autofill/core/browser/webdata/autofill_change.cc     const AutofillProfileChange& change) const {
AutofillProfileChange   54 components/autofill/core/browser/webdata/autofill_change.h class AutofillProfileChange : public GenericAutofillChange<std::string> {
AutofillProfileChange   61 components/autofill/core/browser/webdata/autofill_change.h   AutofillProfileChange(Type type,
AutofillProfileChange   64 components/autofill/core/browser/webdata/autofill_change.h   virtual ~AutofillProfileChange();
AutofillProfileChange   67 components/autofill/core/browser/webdata/autofill_change.h   bool operator==(const AutofillProfileChange& change) const;
AutofillProfileChange  271 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     const AutofillProfileChange& change) {
AutofillProfileChange  528 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc      const AutofillProfileChange& change) {
AutofillProfileChange  529 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   DCHECK((change.type() == AutofillProfileChange::REMOVE &&
AutofillProfileChange  531 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc          (change.type() != AutofillProfileChange::REMOVE && change.profile()));
AutofillProfileChange  536 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     case AutofillProfileChange::ADD:
AutofillProfileChange  546 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     case AutofillProfileChange::UPDATE: {
AutofillProfileChange  557 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     case AutofillProfileChange::REMOVE: {
AutofillProfileChange   86 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h       const AutofillProfileChange& change) OVERRIDE;
AutofillProfileChange  162 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   void ActOnChange(const AutofillProfileChange& change);
AutofillProfileChange  549 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfileChange change(AutofillProfileChange::ADD, kGuid1, &profile);
AutofillProfileChange  569 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfileChange change(AutofillProfileChange::REMOVE, kGuid2, NULL);
AutofillProfileChange  174 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillProfileChange change(
AutofillProfileChange  175 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       AutofillProfileChange::ADD, profile.guid(), &profile);
AutofillProfileChange  202 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillProfileChange change(
AutofillProfileChange  203 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       AutofillProfileChange::UPDATE, profile.guid(), &profile);
AutofillProfileChange  227 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL);
AutofillProfileChange  316 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       AutofillProfileChange change(AutofillProfileChange::REMOVE, *iter, NULL);
AutofillProfileChange  338 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       AutofillProfileChange change(AutofillProfileChange::UPDATE,
AutofillProfileChange   19 components/autofill/core/browser/webdata/autofill_webdata_service_observer.h   virtual void AutofillProfileChanged(const AutofillProfileChange& change) {}
AutofillProfileChange   91 components/autofill/core/browser/webdata/web_data_service_unittest.cc                void(const AutofillProfileChange& change));
AutofillProfileChange  296 components/autofill/core/browser/webdata/web_data_service_unittest.cc   const AutofillProfileChange expected_change(
AutofillProfileChange  297 components/autofill/core/browser/webdata/web_data_service_unittest.cc       AutofillProfileChange::ADD, profile.guid(), &profile);
AutofillProfileChange  333 components/autofill/core/browser/webdata/web_data_service_unittest.cc   const AutofillProfileChange expected_change(
AutofillProfileChange  334 components/autofill/core/browser/webdata/web_data_service_unittest.cc       AutofillProfileChange::REMOVE, profile.guid(), NULL);
AutofillProfileChange  376 components/autofill/core/browser/webdata/web_data_service_unittest.cc   const AutofillProfileChange expected_change(
AutofillProfileChange  377 components/autofill/core/browser/webdata/web_data_service_unittest.cc       AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed);
AutofillProfileChange  513 components/autofill/core/browser/webdata/web_data_service_unittest.cc   const AutofillProfileChange expected_profile_change(
AutofillProfileChange  514 components/autofill/core/browser/webdata/web_data_service_unittest.cc       AutofillProfileChange::REMOVE, profile.guid(), NULL);