Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autofill/android/
Dpersonal_data_manager_android.h38 base::android::ScopedJavaLocalRef<jobject> GetProfileByGUID(
Dpersonal_data_manager_android.cc198 ScopedJavaLocalRef<jobject> PersonalDataManagerAndroid::GetProfileByGUID( in GetProfileByGUID() function in autofill::PersonalDataManagerAndroid
202 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( in GetProfileByGUID()
/external/chromium_org/components/autofill/core/browser/
Dpersonal_data_manager.h110 AutofillProfile* GetProfileByGUID(const std::string& guid);
Dpersonal_data_manager.cc398 AutofillProfile* existing_profile = GetProfileByGUID(profile.guid()); in UpdateProfile()
421 AutofillProfile* PersonalDataManager::GetProfileByGUID( in GetProfileByGUID() function in autofill::PersonalDataManager
Dautofill_manager.cc932 *data_model = personal_data_->GetProfileByGUID(profile_guid.first); in GetProfileOrCreditCard()
/external/chromium_org/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc473 AutofillProfile* profile = personal_data_->GetProfileByGUID(guid); in LoadAddressEditor()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc1647 if (HasInvalidAddress(*GetManager()->GetProfileByGUID(item_key))) in SuggestionTextForSection()
1764 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key); in CreateWrapper()
2392 GetManager()->GetProfileByGUID(pair.first), in DidAcceptSuggestion()
4079 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key); in MaybeShowCreditCardBubble()