Home | History | Annotate | Download | only in autofill

Lines Matching defs:wds

369   WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
370 if (!wds)
379 wds->RemoveAutofillProfile((*iter)->guid());
386 wds->UpdateAutofillProfile(*iter);
394 wds->AddAutofillProfile(*iter);
425 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
426 if (!wds)
434 wds->RemoveCreditCard((*iter)->guid());
441 wds->UpdateCreditCard(*iter);
449 wds->AddCreditCard(*iter);
484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
485 if (!wds)
501 wds->UpdateAutofillProfile(profile);
545 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
546 if (!wds)
559 wds->UpdateCreditCard(credit_card);