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

  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc 678 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(
704 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(
723 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(
756 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(
774 EXPECT_FALSE(db.GetAutofillTable()->GetAutofillProfile(
793 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
803 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
812 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
834 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
847 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile))
    [all...]
autofill_table.h 215 bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
autofill_table.cc 915 bool AutofillTable::GetAutofillProfile(const std::string& guid,
970 if (!GetAutofillProfile(guid, &profile))
987 if (!GetAutofillProfile(profile.guid(), &tmp_profile))
1026 if (!GetAutofillProfile(profile.guid(), &tmp_profile))
    [all...]
web_data_service.cc     [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc 530 ASSERT_TRUE(table_->GetAutofillProfile(home_profile.guid(), &db_profile));
556 ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile));
573 ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile));
605 ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile));
622 EXPECT_FALSE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile));
637 ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile));
647 ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile));
656 ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile));
675 ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile));
685 ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile))
    [all...]
autofill_webdata_backend_impl.cc 185 if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(profile.guid(),
210 if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(guid, &profile)) {
autofill_table.h 247 bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
autofill_table.cc 978 bool AutofillTable::GetAutofillProfile(const std::string& guid,
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 236 if (!web_database_->GetAutofillTable()->GetAutofillProfile(
autofill_change_processor.cc 370 if (!web_database_->GetAutofillTable()->GetAutofillProfile(
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 635 void GetAutofillProfile(Browser* browser,
    [all...]
testing_automation_provider.cc     [all...]

Completed in 105 milliseconds