HomeSort by relevance Sort by last modified time
    Searched refs:GetPasswordCount (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_passwords_sync_test.cc 13 using passwords_helper::GetPasswordCount;
38 ASSERT_EQ(1, GetPasswordCount(0));
42 ASSERT_EQ(1, GetPasswordCount(0));
passwords_helper.h 88 int GetPasswordCount(int index);
two_client_passwords_sync_test.cc 19 using passwords_helper::GetPasswordCount;
64 ASSERT_EQ(1, GetPasswordCount(0));
96 ASSERT_EQ(1, GetPasswordCount(0));
187 ASSERT_EQ(3, GetPasswordCount(0));
multiple_client_passwords_sync_test.cc 18 using passwords_helper::GetPasswordCount;
55 ASSERT_EQ(num_clients(), GetPasswordCount(0));
passwords_helper.cc 345 int GetPasswordCount(int index) {
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
passwords_sync_perf_test.cc 16 using passwords_helper::GetPasswordCount;
87 ASSERT_EQ(kNumPasswords, GetPasswordCount(1));
93 ASSERT_EQ(kNumPasswords, GetPasswordCount(1));
99 ASSERT_EQ(0, GetPasswordCount(1));

Completed in 897 milliseconds