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

/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.h38 base::android::ScopedJavaLocalRef<jobject> GetProfileByGUID(
H A Dpersonal_data_manager_android.cc198 ScopedJavaLocalRef<jobject> PersonalDataManagerAndroid::GetProfileByGUID( function in class:autofill::PersonalDataManagerAndroid
202 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID(
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.h110 AutofillProfile* GetProfileByGUID(const std::string& guid);
H A Dpersonal_data_manager.cc405 AutofillProfile* existing_profile = GetProfileByGUID(profile.guid());
428 AutofillProfile* PersonalDataManager::GetProfileByGUID( function in class:autofill::PersonalDataManager
H A Dautofill_manager.cc955 *data_model = personal_data_->GetProfileByGUID(profile_guid.first);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1676 if (HasInvalidAddress(*GetManager()->GetProfileByGUID(item_key)))
1793 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
2423 GetManager()->GetProfileByGUID(pair.first),
4135 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc491 AutofillProfile* profile = personal_data_->GetProfileByGUID(guid);

Completed in 6405 milliseconds