Home
last modified time | relevance | path

Searched refs:ProfilesMatch (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Dautofill_helper.h103 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
Dtwo_client_autofill_sync_test.cc32 using autofill_helper::ProfilesMatch;
382 EXPECT_FALSE(ProfilesMatch(0, 1)); in IN_PROC_BROWSER_TEST_F()
Dautofill_helper.cc396 bool ProfilesMatch(int profile_a, int profile_b) { in ProfilesMatch() function
407 if (!ProfilesMatch(0, i)) { in AllProfilesMatch()