Searched refs:AutofillProfileChanged (Results 1 – 7 of 7) sorted by relevance
91 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()
178 AutofillProfileChanged(change)); in AddAutofillProfile()206 AutofillProfileChanged(change)); in UpdateAutofillProfile()230 AutofillProfileChanged(change)); in RemoveAutofillProfile()319 AutofillProfileChanged(change)); in RemoveAutofillDataModifiedBetween()342 AutofillProfileChanged(change)); in RemoveOriginURLsModifiedBetween()
19 virtual void AutofillProfileChanged(const AutofillProfileChange& change) {} in AutofillProfileChanged() function
79 virtual void AutofillProfileChanged(
488 autofill_syncable_service_.AutofillProfileChanged(change); in TEST_F()508 autofill_syncable_service_.AutofillProfileChanged(change); in TEST_F()
275 void AutofillProfileSyncableService::AutofillProfileChanged( in AutofillProfileChanged() function in AutofillProfileSyncableService
287 base::Bind(&AutocompleteSyncableService::AutofillProfileChanged, in OnAutofillProfileChanged()