HomeSort by relevance Sort by last modified time
    Searched refs:IsEncryptionComplete (Results 1 - 8 of 8) 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 95 ASSERT_TRUE(IsEncryptionComplete(i));
two_client_preferences_sync_test.cc 535 ASSERT_TRUE(IsEncryptionComplete(0));
536 ASSERT_TRUE(IsEncryptionComplete(1));
547 ASSERT_TRUE(IsEncryptionComplete(0));
548 ASSERT_TRUE(IsEncryptionComplete(1));
559 ASSERT_TRUE(IsEncryptionComplete(0));
560 ASSERT_TRUE(IsEncryptionComplete(1));
573 ASSERT_TRUE(IsEncryptionComplete(0));
574 ASSERT_TRUE(IsEncryptionComplete(1));
588 ASSERT_TRUE(IsEncryptionComplete(0));
589 ASSERT_TRUE(IsEncryptionComplete(1))
    [all...]
profile_sync_service_harness.h 184 bool IsEncryptionComplete() const;
sync_test.h 158 bool IsEncryptionComplete(int index);
two_client_bookmarks_sync_test.cc     [all...]
profile_sync_service_harness.cc     [all...]
sync_test.cc 653 bool SyncTest::IsEncryptionComplete(int index) {
654 return GetClient(index)->IsEncryptionComplete();

Completed in 76 milliseconds