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

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_autofill_sync_test.cc28 using autofill_helper::GetAllKeys;
75 ASSERT_EQ(1U, GetAllKeys(0).size());
83 ASSERT_EQ(2U, GetAllKeys(0).size());
91 ASSERT_EQ(3U, GetAllKeys(0).size());
97 ASSERT_EQ(2U, GetAllKeys(0).size());
104 ASSERT_EQ(0U, GetAllKeys(0).size());
130 ASSERT_EQ(2U, GetAllKeys(0).size());
150 ASSERT_EQ(5U, GetAllKeys(0).size());
H A Dautofill_helper.h56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
H A Dautofill_helper.cc217 std::set<AutofillEntry> keys = GetAllKeys(profile);
225 std::set<AutofillEntry> GetAllKeys(int profile) { function in namespace:autofill_helper
237 return GetAllKeys(profile_a) == GetAllKeys(profile_b);
354 return GetAllKeys(profile).size();
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dautofill_sync_perf_test.cc21 using autofill_helper::GetAllKeys;

Completed in 75 milliseconds