Searched refs:AutofillProfile (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium/chrome/browser/autofill/
H A Dautofill_profile.h27 // A collection of FormGroups stored in a profile. AutofillProfile also
35 AutofillProfile : public FormGroup { class in inherits:FormGroup
37 explicit AutofillProfile(const std::string& guid);
40 AutofillProfile();
41 AutofillProfile(const AutofillProfile& profile);
42 virtual ~AutofillProfile();
44 AutofillProfile& operator=(const AutofillProfile& profile);
67 // This guid is the primary identifier for |AutofillProfile| object
[all...]
H A Dpersonal_data_manager.h99 void SetProfiles(std::vector<AutofillProfile>* profiles);
106 void AddProfile(const AutofillProfile& profile);
109 void UpdateProfile(const AutofillProfile& profile);
116 AutofillProfile* GetProfileByGUID(const std::string& guid);
146 const std::vector<AutofillProfile*>& profiles();
147 virtual const std::vector<AutofillProfile*>& web_profiles();
164 static bool IsValidLearnableProfile(const AutofillProfile& profile);
170 const AutofillProfile& profile,
171 const std::vector<AutofillProfile*>& existing_profiles,
172 std::vector<AutofillProfile>* merged_profile
[all...]
H A Dautofill_profile_unittest.cc19 bool UpdateProfileLabel(AutofillProfile *profile) {
20 std::vector<AutofillProfile*> profiles;
22 return AutofillProfile::AdjustInferredLabels(&profiles);
31 AutofillProfile profile0;
39 AutofillProfile profile00;
48 AutofillProfile profile1;
57 AutofillProfile profile2;
67 AutofillProfile profile3;
76 AutofillProfile profile4;
85 AutofillProfile profile
[all...]
H A Dautofill_profile.cc105 const string16 MultiString(const AutofillProfile& p, AutofillFieldType type) {
179 AutofillProfile::AutofillProfile(const std::string& guid) function in class:AutofillProfile
183 AutofillProfile::AutofillProfile() function in class:AutofillProfile
191 AutofillProfile::AutofillProfile(const AutofillProfile& profile) function in class:AutofillProfile
196 AutofillProfile::~AutofillProfile() {
[all...]
H A Dautofill_common_test.h9 class AutofillProfile;
30 void SetProfileInfo(AutofillProfile* profile,
37 void SetProfileInfoWithGuid(AutofillProfile* profile,
H A Dpersonal_data_manager.cc96 bool IsMinimumAddress(const AutofillProfile& profile) {
141 std::vector<AutofillProfile*> profile_pointers(web_profiles_.size());
144 AutofillProfile::AdjustInferredLabels(&profile_pointers);
201 scoped_ptr<AutofillProfile> imported_profile(new AutoFillProfile);
349 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
356 std::mem_fun_ref(&AutofillProfile::IsEmpty)),
364 std::vector<AutofillProfile*> profile_pointers(profiles->size());
366 address_of<AutofillProfile>);
367 AutofillProfile::AdjustInferredLabels(&profile_pointers);
375 for (std::vector<AutofillProfile*>
[all...]
H A Dautofill_merge_unittest.cc47 std::string SerializeProfiles(const std::vector<AutofillProfile*>& profiles) {
77 virtual void SaveImportedProfile(const AutofillProfile& profile) OVERRIDE;
78 virtual const std::vector<AutofillProfile*>& web_profiles() OVERRIDE;
81 ScopedVector<AutofillProfile> profiles_;
97 const AutofillProfile& profile) {
98 std::vector<AutofillProfile> profiles;
100 profiles_.push_back(new AutofillProfile(profile));
103 const std::vector<AutofillProfile*>& PersonalDataManagerMock::web_profiles() {
H A Dpersonal_data_manager_unittest.cc92 AutofillProfile profile0;
98 AutofillProfile profile1;
104 AutofillProfile profile2;
119 std::vector<AutofillProfile> update;
124 const std::vector<AutofillProfile*>& results1 = personal_data_->profiles();
139 const std::vector<AutofillProfile*>& results2 = personal_data_->profiles();
158 const std::vector<AutofillProfile*>& results3 = personal_data_->profiles();
233 AutofillProfile profile0;
239 AutofillProfile profile1;
263 std::vector<AutofillProfile> updat
[all...]
H A Dautofill_common_test.cc34 void SetProfileInfo(AutofillProfile* profile,
55 void SetProfileInfoWithGuid(AutofillProfile* profile,
H A Dautofill_ie_toolbar_import_win.cc28 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
187 std::vector<AutofillProfile> profiles_;
196 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
215 AutofillProfile profile;
H A Dautofill_manager.h32 class AutofillProfile;
174 bool GetHost(const std::vector<AutofillProfile*>& profiles,
225 void FillFormField(const AutofillProfile* profile,
233 void FillPhoneNumberField(const AutofillProfile* profile,
H A Dselect_control_handler_unittest.cc99 AutofillProfile profile;
117 AutofillProfile profile;
135 AutofillProfile profile;
153 AutofillProfile profile;
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_model_associator.h23 class AutofillProfile;
100 AutofillProfile* merge_into,
108 const std::vector<AutofillProfile*>& all_profiles_from_db,
110 std::vector<AutofillProfile*>* updated_profiles,
111 std::vector<AutofillProfile*>* new_profiles,
114 // Helper to insert an AutofillProfile into the WebDatabase (e.g. in response
121 // Helper to insert a sync node for the given AutofillProfile (e.g. in
127 const AutofillProfile& profile,
128 std::vector<AutofillProfile*>* new_profiles,
148 bool LoadAutofillData(std::vector<AutofillProfile*>* profile
[all...]
H A Dautofill_model_associator.h23 class AutofillProfile;
99 AutofillProfile* merge_into,
114 AutofillProfile* FindCorrespondingNodeFromWebDB(
116 const std::vector<AutofillProfile*>& all_profiles_from_db);
128 std::vector<AutofillProfile*>* profiles);
141 const std::vector<AutofillProfile*>& all_profiles_from_db,
143 std::vector<AutofillProfile*>* updated_profiles);
151 const std::vector<AutofillProfile*>& all_profiles_from_db);
163 // Helper to insert an AutofillProfile into the WebDatabase (e.g. in response
169 const std::vector<AutofillProfile*>
[all...]
H A Dautofill_profile_model_associator_unittest.cc21 class AutofillProfile;
37 const std::vector<AutofillProfile*>& all_profiles_from_db,
39 std::vector<AutofillProfile*>* updated_profiles,
40 std::vector<AutofillProfile*>* new_profiles,
55 bool(AutofillProfile*,
60 const AutofillProfile&,
61 std::vector<AutofillProfile*>*,
97 ScopedVector<AutofillProfile> profiles_from_web_db;
111 AutofillProfile *profile = new AutofillProfile(gui
[all...]
H A Dautofill_model_associator.cc38 std::vector<AutofillProfile*> updated_profiles;
39 std::vector<AutofillProfile*> new_profiles; // We own these pointers.
121 std::vector<AutofillProfile*>* profiles) {
145 ScopedVector<AutofillProfile> profiles;
236 const std::vector<AutofillProfile*>& all_profiles_from_db) {
245 for (std::vector<AutofillProfile*>::const_iterator ix =
247 AutofillProfile* p = *ix;
294 : public std::binary_function<AutofillProfile*, AutofillProfile*, bool> {
295 bool operator() (AutofillProfile* p
[all...]
H A Dautofill_profile_model_associator.cc51 const std::vector<AutofillProfile*>& all_profiles_from_db,
53 std::vector<AutofillProfile*>* updated_profiles,
54 std::vector<AutofillProfile*>* new_profiles,
61 for (std::vector<AutofillProfile*>::const_iterator ix =
63 AutofillProfile* p = *ix;
75 const std::vector<AutofillProfile*>& profiles(all_profiles_from_db);
76 for (std::vector<AutofillProfile*>::const_iterator ix = profiles.begin();
128 std::vector<AutofillProfile*>* profiles) {
146 ScopedVector<AutofillProfile> profiles;
236 AutofillProfile* merge_int
[all...]
H A Dautofill_profile_change_processor.h51 static void WriteAutofillProfile(const AutofillProfile& profile,
76 const AutofillProfile& profile);
/external/chromium/chrome/browser/webdata/
H A Dautofill_change.h11 class AutofillProfile;
15 // Autofill++ types such as AutofillProfile and CreditCard simply use an int.
58 const AutofillProfile* profile);
61 const AutofillProfile* profile() const { return profile_; }
66 const AutofillProfile* profile_;
H A Dautofill_table.h17 class AutofillProfile;
201 virtual bool AddAutofillProfile(const AutofillProfile& profile);
205 virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
208 virtual bool UpdateAutofillProfileMulti(const AutofillProfile& profile);
215 bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
218 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
284 FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, AutofillProfile);
H A Dweb_data_service_unittest.cc255 AutofillProfile profile;
272 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
282 AutofillProfile profile;
292 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
316 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer2;
324 AutofillProfile profile1;
326 AutofillProfile profile2;
337 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
346 AutofillProfile profile1_changed(profile1);
364 AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer
[all...]
H A Dautofill_table.cc60 void BindAutofillProfileToStatement(const AutofillProfile& profile,
84 AutofillProfile* AutofillProfileFromStatement(const sql::Statement& s) {
85 AutofillProfile* profile = new AutofillProfile;
147 AutofillProfile* profile) {
174 AutofillProfile* profile) {
195 AutofillProfile* profile) {
217 AutofillProfile* profile) {
239 bool AddAutofillProfileNames(const AutofillProfile& profile,
273 bool AddAutofillProfileEmails(const AutofillProfile
[all...]
H A Dweb_data_service.cc396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) {
397 GenericRequest<AutofillProfile>* request =
398 new GenericRequest<AutofillProfile>(
406 void WebDataService::UpdateAutofillProfile(const AutofillProfile& profile) {
407 GenericRequest<AutofillProfile>* request =
408 new GenericRequest<AutofillProfile>(
545 const WDResult<std::vector<AutofillProfile*> >* r =
546 static_cast<const WDResult<std::vector<AutofillProfile*> >*>(
548 std::vector<AutofillProfile*> profiles = r->GetValue();
1013 GenericRequest<AutofillProfile>* reques
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc108 bool(std::vector<AutofillProfile*>*)); // NOLINT
110 bool(const AutofillProfile&)); // NOLINT
112 bool(const AutofillProfile&)); // NOLINT
133 template<class AutofillProfile>
144 syncable::ModelType GetModelType<AutofillProfile>() {
357 bool AddAutofillSyncNode(const AutofillProfile& profile) {
372 std::vector<AutofillProfile>* profiles) {
397 AutofillProfile p;
409 std::vector<AutofillProfile>* profiles) {
423 AutofillProfile
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DWebAutofill.h40 class AutofillProfile;
102 OwnPtr<AutofillProfile> mAutofillProfile;

Completed in 804 milliseconds

12