Searched defs:profile_guid (Results 1 - 1 of 1) 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...]

Completed in 94 milliseconds