Home
last modified time | relevance | path

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

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