Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/payments/
H A Dpayment_request_use_stats_browsertest.cc107 GetDataManager()->GetProfileByGUID(shipping_address.guid()); in IN_PROC_BROWSER_TEST_F()
120 GetDataManager()->GetProfileByGUID(shipping_address.guid()); in IN_PROC_BROWSER_TEST_F()
156 GetDataManager()->GetProfileByGUID(contact_address.guid()); in IN_PROC_BROWSER_TEST_F()
169 GetDataManager()->GetProfileByGUID(contact_address.guid()); in IN_PROC_BROWSER_TEST_F()
207 GetDataManager()->GetProfileByGUID(multi_address.guid()); in IN_PROC_BROWSER_TEST_F()
220 GetDataManager()->GetProfileByGUID(multi_address.guid()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/
H A Dchrome_browsing_data_lifetime_manager_browsertest.cc239 profile.Compare(*personal_data_manager->GetProfileByGUID(profile.guid())), in IN_PROC_BROWSER_TEST_P()
244 EXPECT_EQ(nullptr, personal_data_manager->GetProfileByGUID(profile.guid())); in IN_PROC_BROWSER_TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Dmock_personal_data_manager.h24 MOCK_METHOD1(GetProfileByGUID,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Dmock_personal_data_manager.h24 MOCK_METHOD1(GetProfileByGUID,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc373 ScopedJavaLocalRef<jobject> PersonalDataManagerAndroid::GetProfileByGUID( in GetProfileByGUID() function in autofill::PersonalDataManagerAndroid
377 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( in GetProfileByGUID()
413 personal_data_manager_->GetProfileByGUID(ConvertJavaStringToUTF8( in SetProfileToLocal()
644 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( in RecordAndLogProfileUse()
658 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( in SetProfileUseStatsForTesting()
670 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( in GetProfileUseCountForTesting()
679 AutofillProfile* profile = personal_data_manager_->GetProfileByGUID( in GetProfileUseDateForTesting()
H A Dpersonal_data_manager_android.h63 base::android::ScopedJavaLocalRef<jobject> GetProfileByGUID(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/actions/
H A Dcollect_user_data_action_unittest.cc1527 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
1607 EXPECT_CALL(mock_personal_data_manager_, GetProfileByGUID(_)).Times(0); in TEST_F()
1666 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
1718 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
1775 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
1910 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("card_a")) in TEST_F()
1912 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("card_b")) in TEST_F()
H A Duse_address_action_unittest.cc48 ON_CALL(mock_personal_data_manager_, GetProfileByGUID) in SetUp()
H A Dcollect_user_data_action.cc1092 ? personal_data_manager->GetProfileByGUID(credit_card->guid()) in CheckInitialAutofillDataComplete()
1318 delegate_->GetPersonalDataManager()->GetProfileByGUID( in UpdatePersonalDataManagerCards()
H A Duse_credit_card_action_unittest.cc45 ON_CALL(mock_personal_data_manager_, GetProfileByGUID) in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dpersonal_data_manager.cc659 AutofillProfile* profile = GetProfileByGUID(data_model.guid()); in RecordUseOf()
725 AutofillProfile* PersonalDataManager::GetProfileByGUID( in GetProfileByGUID() function in autofill::PersonalDataManager
1598 const auto* existing_profile = GetProfileByGUID(it.guid()); in SetProfiles()
2008 const auto* existing_profile = GetProfileByGUID(guid); in OnAutofillProfileChanged()
2518 const auto* existing_profile = GetProfileByGUID(profile.guid()); in UpdateProfileInDB()
2560 const auto* existing_profile = GetProfileByGUID(guid); in HandleNextProfileChange()
H A Dpersonal_data_manager.h179 virtual AutofillProfile* GetProfileByGUID(const std::string& guid);
H A Dautofill_manager.cc1711 return personal_data_->GetProfileByGUID(profile_id); in GetProfile()
H A Dpersonal_data_manager_unittest.cc3943 personal_data_->GetProfileByGUID(profile.guid()); in TEST_F()
3969 added_profile = personal_data_->GetProfileByGUID(profile.guid()); in TEST_F()
4125 personal_data_->GetProfileByGUID(it->guid()); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dpersonal_data_manager.cc653 AutofillProfile* profile = GetProfileByGUID(data_model.guid()); in RecordUseOf()
719 AutofillProfile* PersonalDataManager::GetProfileByGUID( in GetProfileByGUID() function in autofill::PersonalDataManager
1567 const auto* existing_profile = GetProfileByGUID(it.guid()); in SetProfiles()
1958 const auto* existing_profile = GetProfileByGUID(guid); in OnAutofillProfileChanged()
2459 const auto* existing_profile = GetProfileByGUID(profile.guid()); in UpdateProfileInDB()
2501 const auto* existing_profile = GetProfileByGUID(guid); in HandleNextProfileChange()
H A Dpersonal_data_manager.h178 virtual AutofillProfile* GetProfileByGUID(const std::string& guid);
H A Dautofill_manager.cc1635 return personal_data_->GetProfileByGUID(profile_id); in GetProfile()
H A Dpersonal_data_manager_unittest.cc3948 personal_data_->GetProfileByGUID(profile.guid()); in TEST_F()
3974 added_profile = personal_data_->GetProfileByGUID(profile.guid()); in TEST_F()
4224 personal_data_->GetProfileByGUID(it->guid()); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dcollect_user_data_action_unittest.cc1886 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
1962 EXPECT_CALL(mock_personal_data_manager_, GetProfileByGUID(_)).Times(0); in TEST_F()
2019 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
2069 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
2124 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("GUID")) in TEST_F()
2257 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("card_a")) in TEST_F()
2259 ON_CALL(mock_personal_data_manager_, GetProfileByGUID("card_b")) in TEST_F()
H A Dcollect_user_data_action.cc985 ? personal_data_manager->GetProfileByGUID(credit_card->guid()) in CheckInitialAutofillDataComplete()
1337 delegate_->GetPersonalDataManager()->GetProfileByGUID( in UpdatePersonalDataManagerCards()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/autofill_private/
H A Dautofill_private_api.cc120 existing_profile = personal_data->GetProfileByGUID(guid); in Run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/autofill_private/
H A Dautofill_private_api.cc120 existing_profile = personal_data->GetProfileByGUID(guid); in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/test/app/
H A Dsync_test_util.mm255 personal_data_manager->GetProfileByGUID(guid);