Searched refs:web_database_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_change_processor.cc44 web_database_(web_database),
62 if (!wds || wds->GetDatabase() != web_database_)
111 if (!web_database_->GetAutofillTable()->GetAutofillTimestamps(
148 if (!web_database_->GetAutofillTable()->GetAutofillTimestamps(
293 if (!web_database_->GetAutofillTable()->UpdateAutofillEntries(new_entries)) {
306 if (!web_database_->GetAutofillTable()->RemoveFormElement(
353 if (!web_database_->GetAutofillTable()->AddAutofillProfile(*p.get())) {
370 if (!web_database_->GetAutofillTable()->GetAutofillProfile(
379 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
400 if (!web_database_
[all...]
H A Dautofill_profile_change_processor.cc36 web_database_(web_database),
110 if (!wds || wds->GetDatabase() != web_database_)
182 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(
224 if (!web_database_->GetAutofillTable()->AddAutofillProfile(p)) {
236 if (!web_database_->GetAutofillTable()->GetAutofillProfile(
247 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
H A Dautofill_change_processor.h119 WebDatabase* web_database_; member in class:browser_sync::AutofillChangeProcessor
H A Dautofill_profile_change_processor.h113 WebDatabase* web_database_; member in class:browser_sync::AutofillProfileChangeProcessor
H A Dautofill_model_associator.cc48 web_database_(web_database),
55 DCHECK(web_database_);
124 if (!web_database_->GetAutofillTable()->GetAllAutofillEntries(entries))
129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
209 !web_database_->GetAutofillTable()->UpdateAutofillEntries(
217 if (!web_database_->GetAutofillTable()->AddAutofillProfile(
225 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
H A Dautofill_profile_model_associator.cc24 web_database_(web_database),
31 DCHECK(web_database_);
41 web_database_(NULL),
132 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
429 if (!web_database_->GetAutofillTable()->AddAutofillProfile(
437 if (!web_database_->GetAutofillTable()->UpdateAutofillProfile(
445 if (!web_database_->GetAutofillTable()->RemoveAutofillProfile(
H A Dautofill_model_associator.h176 WebDatabase* web_database_; member in class:browser_sync::AutofillModelAssociator
H A Dautofill_profile_model_associator.h168 WebDatabase* web_database_; member in class:browser_sync::AutofillProfileModelAssociator
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc151 : web_database_(web_database) {}
157 return web_database_;
161 WebDatabase* web_database_; member in class:WebDataServiceFake
272 web_database_.reset(new WebDatabaseFake(&autofill_table_));
273 web_data_service_ = new WebDataServiceFake(web_database_.get());
313 web_database_.get(),
467 scoped_ptr<WebDatabaseFake> web_database_; member in class:ProfileSyncServiceAutofillTest

Completed in 63 milliseconds