Searched refs:GetAllKeys (Results 1 – 4 of 4) sorted by relevance
28 using autofill_helper::GetAllKeys;75 ASSERT_EQ(1U, GetAllKeys(0).size()); in IN_PROC_BROWSER_TEST_F()83 ASSERT_EQ(2U, GetAllKeys(0).size()); in IN_PROC_BROWSER_TEST_F()91 ASSERT_EQ(3U, GetAllKeys(0).size()); in IN_PROC_BROWSER_TEST_F()97 ASSERT_EQ(2U, GetAllKeys(0).size()); in IN_PROC_BROWSER_TEST_F()104 ASSERT_EQ(0U, GetAllKeys(0).size()); in IN_PROC_BROWSER_TEST_F()130 ASSERT_EQ(2U, GetAllKeys(0).size()); in IN_PROC_BROWSER_TEST_F()150 ASSERT_EQ(5U, GetAllKeys(0).size()); in IN_PROC_BROWSER_TEST_F()
217 std::set<AutofillEntry> keys = GetAllKeys(profile); in RemoveKeys()225 std::set<AutofillEntry> GetAllKeys(int profile) { in GetAllKeys() function237 return GetAllKeys(profile_a) == GetAllKeys(profile_b); in KeysMatch()354 return GetAllKeys(profile).size(); in GetKeyCount()
56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
21 using autofill_helper::GetAllKeys;