Home
last modified time | relevance | path

Searched refs:GetAllKeys (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_autofill_sync_test.cc28 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()
Dautofill_helper.cc217 std::set<AutofillEntry> keys = GetAllKeys(profile); in RemoveKeys()
225 std::set<AutofillEntry> GetAllKeys(int profile) { in GetAllKeys() function
237 return GetAllKeys(profile_a) == GetAllKeys(profile_b); in KeysMatch()
354 return GetAllKeys(profile).size(); in GetKeyCount()
Dautofill_helper.h56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
/external/chromium_org/chrome/browser/sync/test/integration/performance/
Dautofill_sync_perf_test.cc21 using autofill_helper::GetAllKeys;