HomeSort by relevance Sort by last modified time
    Searched refs:web_database_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 44 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_->GetAutofillTable()->RemoveAutofillProfile(*guid))
    [all...]
autofill_profile_change_processor.cc 36 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(
autofill_change_processor.h 119 WebDatabase* web_database_; member in class:browser_sync::AutofillChangeProcessor
autofill_profile_change_processor.h 113 WebDatabase* web_database_; member in class:browser_sync::AutofillProfileChangeProcessor
autofill_model_associator.cc 48 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(
autofill_profile_model_associator.cc 24 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(
autofill_model_associator.h 176 WebDatabase* web_database_; member in class:browser_sync::AutofillModelAssociator
autofill_profile_model_associator.h 168 WebDatabase* web_database_; member in class:browser_sync::AutofillProfileModelAssociator
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 151 : 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
    [all...]

Completed in 396 milliseconds