Searched refs:profile_guid (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc945 GUIDPair profile_guid; local
946 UnpackGUIDs(unique_id, &credit_card_guid, &profile_guid);
948 !base::IsValidGUID(profile_guid.first));
951 // Find the profile that matches the |profile_guid|, if one is specified.
954 if (base::IsValidGUID(profile_guid.first)) {
955 *data_model = personal_data_->GetProfileByGUID(profile_guid.first);
956 *variant = profile_guid.second;
1205 const GUIDPair& profile_guid) const {
1207 int profile_id = GUIDToID(profile_guid);
1220 GUIDPair* profile_guid) cons
[all...]
H A Dautofill_manager.h208 const PersonalDataManager::GUIDPair& profile_guid) const;
211 PersonalDataManager::GUIDPair* profile_guid) const;
H A Dautofill_manager_unittest.cc666 int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid) const {
667 return autofill_manager_->PackGUIDs(cc_guid, profile_guid);

Completed in 1591 milliseconds