Home | History | Annotate | Download | only in webdata

Lines Matching refs:wds_

116     wds_ = new AutofillWebDataService(
118 wds_->Init();
122 wds_->ShutdownOnUIThread();
124 wds_ = NULL;
147 scoped_refptr<AutofillWebDataService> wds_;
175 base::Bind(add_observer_func, wds_, &observer_));
186 base::Bind(remove_observer_func, wds_, &observer_));
253 wds_->AddFormFields(form_fields);
261 handle = wds_->GetFormValuesForElementName(
278 wds_->AddFormFields(form_fields);
291 wds_->RemoveFormValueForElementName(name1_, value1_);
307 wds_->AddFormFields(form_fields);
321 wds_->RemoveFormElementsAddedBetween(t, t + one_day);
336 wds_->AddAutofillProfile(profile);
341 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
355 wds_->AddAutofillProfile(profile);
360 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
374 wds_->RemoveAutofillProfile(profile.guid());
379 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
395 wds_->AddAutofillProfile(profile1);
396 wds_->AddAutofillProfile(profile2);
401 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
418 wds_->UpdateAutofillProfile(profile1_changed);
423 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2);
435 wds_->AddCreditCard(card);
440 WebDataService::Handle handle = wds_->GetCreditCards(&consumer);
452 wds_->AddCreditCard(credit_card);
457 WebDataService::Handle handle = wds_->GetCreditCards(&consumer);
465 wds_->RemoveCreditCard(credit_card.guid());
470 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2);
482 wds_->AddCreditCard(card1);
483 wds_->AddCreditCard(card2);
488 WebDataService::Handle handle = wds_->GetCreditCards(&consumer);
499 wds_->UpdateCreditCard(card1_changed);
504 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2);
519 wds_->AddAutofillProfile(profile);
525 WebDataService::Handle handle = wds_->GetAutofillProfiles(&profile_consumer);
534 wds_->AddCreditCard(credit_card);
539 handle = wds_->GetCreditCards(&card_consumer);
553 wds_->RemoveAutofillDataModifiedBetween(Time(), Time());
561 wds_->GetAutofillProfiles(&profile_consumer2);
568 handle2 = wds_->GetCreditCards(&card_consumer2);