GetAutofillProfile 857 components/autofill/core/browser/webdata/autofill_table.cc if (!GetAutofillProfile(guid, &profile)) GetAutofillProfile 874 components/autofill/core/browser/webdata/autofill_table.cc if (!GetAutofillProfile(profile.guid(), &tmp_profile)) GetAutofillProfile 1135 components/autofill/core/browser/webdata/autofill_table.cc if (!GetAutofillProfile(*it, &profile)) GetAutofillProfile 204 components/autofill/core/browser/webdata/autofill_table.h bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile); GetAutofillProfile 660 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(home_profile.guid(), &db_profile)); GetAutofillProfile 686 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); GetAutofillProfile 703 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); GetAutofillProfile 738 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); GetAutofillProfile 755 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile)); GetAutofillProfile 770 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 780 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 789 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 808 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 818 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 827 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 846 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 856 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 865 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(p.guid(), &db_profile)); GetAutofillProfile 912 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &added_profile)); GetAutofillProfile 920 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), GetAutofillProfile 932 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &updated_profile)); GetAutofillProfile 945 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &removed_profile)); GetAutofillProfile 954 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &removed_profile)); GetAutofillProfile 1069 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); GetAutofillProfile 1085 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); GetAutofillProfile 1109 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); GetAutofillProfile 1219 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); GetAutofillProfile 1235 components/autofill/core/browser/webdata/autofill_table_unittest.cc ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile)); GetAutofillProfile 190 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(profile.guid(), GetAutofillProfile 215 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(guid, &profile)) {