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

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_sessions_sync_test.cc 85 ASSERT_TRUE(IsEncryptionComplete(0));
86 ASSERT_TRUE(IsEncryptionComplete(1));
103 ASSERT_TRUE(IsEncryptionComplete(1));
122 ASSERT_TRUE(IsEncryptionComplete(0));
123 ASSERT_TRUE(IsEncryptionComplete(1));
multiple_client_sessions_sync_test.cc 90 ASSERT_TRUE(IsEncryptionComplete(i));
two_client_preferences_sync_test.cc 558 ASSERT_TRUE(IsEncryptionComplete(0));
559 ASSERT_TRUE(IsEncryptionComplete(1));
570 ASSERT_TRUE(IsEncryptionComplete(0));
571 ASSERT_TRUE(IsEncryptionComplete(1));
582 ASSERT_TRUE(IsEncryptionComplete(0));
583 ASSERT_TRUE(IsEncryptionComplete(1));
596 ASSERT_TRUE(IsEncryptionComplete(0));
597 ASSERT_TRUE(IsEncryptionComplete(1));
611 ASSERT_TRUE(IsEncryptionComplete(0));
612 ASSERT_TRUE(IsEncryptionComplete(1))
    [all...]
sync_test.h 191 bool IsEncryptionComplete(int index);
two_client_bookmarks_sync_test.cc     [all...]
sync_test.cc 117 bool IsEncryptionComplete(const ProfileSyncService* service) {
128 return IsEncryptionComplete(service());
826 if (::IsEncryptionComplete(service))
845 bool SyncTest::IsEncryptionComplete(int index) {
846 return ::IsEncryptionComplete(GetClient(index)->service());
    [all...]

Completed in 843 milliseconds