Home | History | Annotate | Download | only in autofill

Lines Matching defs:GetManager

779       *GetManager(),
786 *GetManager(),
875 GetManager()->AddObserver(this);
965 return !ShouldShowSpinner() && GetManager()->IsCountryOfInterest("US");
1676 if (HasInvalidAddress(*GetManager()->GetProfileByGUID(item_key)))
1788 CreditCard* card = GetManager()->GetCreditCardByGUID(item_key);
1793 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
2137 GetManager()->GetCreditCardSuggestions(AutofillType(type),
2144 GetManager()->GetProfileSuggestions(
2199 GetManager()->RemoveObserver(this);
2420 GetManager()->GetCreditCardByGUID(pair.first)));
2423 GetManager()->GetProfileByGUID(pair.first),
2672 *GetManager(),
2853 PersonalDataManager* AutofillDialogControllerImpl::GetManager() const {
3062 *GetManager(),
3066 PersonalDataManager* manager = GetManager();
3249 std::string guid = GetManager()->SaveImportedCreditCard(card);
3271 std::string guid = GetManager()->SaveImportedProfile(profile);
4135 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);