Home | History | Annotate | Download | only in automation

Lines Matching refs:pdm

3968     PersonalDataManager* pdm = tab_contents->profile()->GetOriginalProfile()
3970 if (pdm) {
3971 std::vector<AutofillProfile*> autofill_profiles = pdm->profiles();
3972 std::vector<CreditCard*> credit_cards = pdm->credit_cards();
4034 PersonalDataManager* pdm = tab_contents->profile()
4036 if (pdm) {
4038 pdm->SetProfiles(&autofill_profiles);
4040 pdm->SetCreditCards(&credit_cards);