Home | History | Annotate | Download | only in browser

Lines Matching refs:credit_card_guid

921   GUIDPair credit_card_guid;
923 UnpackGUIDs(unique_id, &credit_card_guid, &profile_guid);
924 DCHECK(!base::IsValidGUID(credit_card_guid.first) ||
929 // Otherwise find the credit card that matches the |credit_card_guid|,
934 } else if (base::IsValidGUID(credit_card_guid.first)) {
935 *data_model = personal_data_->GetCreditCardByGUID(credit_card_guid.first);
936 *variant = credit_card_guid.second;