/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper_unittest.cc | 97 AutofillProfile profile = test::GetFullProfile(); 116 AutofillProfile foreign_profile( 180 AutofillProfile profile(test::GetVerifiedProfile());
|
data_model_wrapper.cc | 104 AutofillProfileWrapper::AutofillProfileWrapper(const AutofillProfile* profile) 110 const AutofillProfile* profile, 121 // but the AutofillProfile class doesn't know how to fill credit card 174 const AutofillProfile* profile)
|
autofill_dialog_i18n_input.cc | 99 bool AddressHasCompleteAndVerifiedData(const AutofillProfile& profile,
|
autofill_dialog_controller_browsertest.cc | 533 const AutofillProfile& autofill_profile) { 601 AutofillProfile profile(test::GetVerifiedProfile()); 622 AutofillProfile profile(test::GetVerifiedProfile()); 668 AutofillProfile full_profile(test::GetFullProfile()); 760 AutofillProfile full_profile(test::GetFullProfile()); 816 AutofillProfile full_profile(test::GetFullProfile()); [all...] |
autofill_dialog_controller_impl.h | 302 scoped_ptr<AutofillProfile> billing_profile); 441 const AutofillProfile& profile); 539 bool HasInvalidAddress(const AutofillProfile& profile); [all...] |
autofill_dialog_controller_impl.cc | 222 AutofillProfile* profile) { 519 AutofillProfile* profile) { [all...] |
/external/chromium_org/components/autofill/core/browser/ |
phone_number.cc | 24 std::string GetRegion(const AutofillProfile& profile, 35 PhoneNumber::PhoneNumber(AutofillProfile* profile) 222 const AutofillProfile& profile,
|
address_i18n_unittest.cc | 96 AutofillProfile profile(base::GenerateGUID(), "http://www.example.com/");
|
autofill_ie_toolbar_import_win_unittest.cc | 22 std::vector<AutofillProfile>* profiles, 162 std::vector<AutofillProfile> profiles;
|
autofill_manager_unittest.cc | 66 MOCK_METHOD1(SaveImportedProfile, std::string(const AutofillProfile&)); 68 AutofillProfile* GetProfileWithGUID(const char* guid) { 69 for (std::vector<AutofillProfile *>::iterator it = web_profiles_.begin(); 86 void AddProfile(AutofillProfile* profile) { 101 AutofillProfile* profile = GetProfileWithGUID(guid.c_str()); 135 void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) { 136 AutofillProfile* profile = new AutofillProfile; 144 profile = new AutofillProfile; 151 profile = new AutofillProfile; [all...] |
autofill_manager.cc | 131 const std::vector<AutofillProfile>& profiles, 143 for (std::vector<AutofillProfile>::const_iterator it = profiles.begin(); 351 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles(); 357 std::vector<AutofillProfile> copied_profiles; 359 for (std::vector<AutofillProfile*>::const_iterator it = profiles.begin(); 576 static_cast<const AutofillProfile*>(data_model)->language_code(); [all...] |
autofill_metrics_unittest.cc | 91 std::vector<AutofillProfile*> profiles; 93 WDResult<std::vector<AutofillProfile*> > result(AUTOFILL_PROFILES_RESULT, 118 void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) { 119 AutofillProfile* profile = new AutofillProfile; 127 profile = new AutofillProfile; [all...] |
autofill_manager.h | 55 class AutofillProfile;
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_table_unittest.cc | 634 TEST_F(AutofillTableTest, AutofillProfile) { 636 AutofillProfile home_profile; 660 AutofillProfile* db_profile; 675 AutofillProfile billing_profile = home_profile; 760 AutofillProfile p; 770 AutofillProfile* db_profile; [all...] |
autofill_webdata_service.cc | 105 const AutofillProfile& profile) { 112 const AutofillProfile& profile) {
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
AutofillPopupTest.java | 16 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile; 150 AutofillProfile profile = new AutofillProfile(
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
instrument.cc | 61 const AutofillProfile& profile)
|
wallet_address.cc | 121 Address::Address(const AutofillProfile& profile)
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_interactive_uitest.cc | 248 AutofillProfile profile; 262 void SetProfiles(std::vector<AutofillProfile>* profiles) { 268 void SetProfile(const AutofillProfile& profile) { 269 std::vector<AutofillProfile> profiles; [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
autofill_options_handler.cc | 40 using autofill::AutofillProfile; 190 void GetValueList(const AutofillProfile& profile, 425 const std::vector<AutofillProfile*>& profiles = 428 AutofillProfile::CreateDifferentiatingLabels( 491 AutofillProfile* profile = personal_data_->GetProfileByGUID(guid); 576 AutofillProfile profile(guid, kSettingsOrigin); 684 const autofill::AutofillProfile& profile,
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
two_client_autofill_sync_test.cc | 19 using autofill::AutofillProfile; 212 AutofillProfile profile0 = CreateAutofillProfile(PROFILE_HOMER); 213 AutofillProfile profile1 = CreateAutofillProfile(PROFILE_HOMER);
|
/external/chromium_org/chrome/browser/ui/webui/ |
bidi_checker_web_ui_test.cc | 31 using autofill::AutofillProfile; 259 AutofillProfile autofill_profile;
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_remover_unittest.cc | 455 const std::vector<autofill::AutofillProfile*>& profiles = 457 for (std::vector<autofill::AutofillProfile*>::const_iterator it = 479 std::vector<autofill::AutofillProfile> profiles; 480 autofill::AutofillProfile profile; [all...] |
/external/chromium_org/components/webdata/common/ |
web_database_migration_unittest.cc | 33 using autofill::AutofillProfile; 42 AutofillProfile* profile, 72 AutofillProfile* profile, [all...] |