Home
last modified time | relevance | path

Searched refs:AutofillProfileChanged (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
Dweb_data_service_unittest.cc91 MOCK_METHOD1(AutofillProfileChanged,
308 EXPECT_CALL(observer_, AutofillProfileChanged(expected_change)) in TEST_F()
328 EXPECT_CALL(observer_, AutofillProfileChanged(_)) in TEST_F()
345 EXPECT_CALL(observer_, AutofillProfileChanged(expected_change)) in TEST_F()
366 EXPECT_CALL(observer_, AutofillProfileChanged(_)) in TEST_F()
389 EXPECT_CALL(observer_, AutofillProfileChanged(expected_change)) in TEST_F()
491 EXPECT_CALL(observer_, AutofillProfileChanged(_)) in TEST_F()
525 EXPECT_CALL(observer_, AutofillProfileChanged(expected_profile_change)) in TEST_F()
Dautofill_webdata_backend_impl.cc178 AutofillProfileChanged(change)); in AddAutofillProfile()
206 AutofillProfileChanged(change)); in UpdateAutofillProfile()
230 AutofillProfileChanged(change)); in RemoveAutofillProfile()
319 AutofillProfileChanged(change)); in RemoveAutofillDataModifiedBetween()
342 AutofillProfileChanged(change)); in RemoveOriginURLsModifiedBetween()
Dautofill_webdata_service_observer.h19 virtual void AutofillProfileChanged(const AutofillProfileChange& change) {} in AutofillProfileChanged() function
/external/chromium_org/chrome/browser/webdata/
Dautofill_profile_syncable_service.h79 virtual void AutofillProfileChanged(
Dautofill_profile_syncable_service_unittest.cc488 autofill_syncable_service_.AutofillProfileChanged(change); in TEST_F()
508 autofill_syncable_service_.AutofillProfileChanged(change); in TEST_F()
Dautofill_profile_syncable_service.cc275 void AutofillProfileSyncableService::AutofillProfileChanged( in AutofillProfileChanged() function in AutofillProfileSyncableService
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc287 base::Bind(&AutocompleteSyncableService::AutofillProfileChanged, in OnAutofillProfileChanged()