/external/chromium_org/chrome/browser/sync/glue/ |
synced_device_tracker_unittest.cc | 43 test_user_share_.SetUp(); 59 test_user_share_.TearDown(); 63 return test_user_share_.user_share(); 92 return test_user_share_.transaction_observer()->transactions_observed(); 96 syncer::TestUserShare test_user_share_; member in class:browser_sync::SyncedDeviceTrackerTest
|
generic_change_processor_unittest.cc | 41 test_user_share_.SetUp(); 46 test_user_share_.user_share()); 48 test_user_share_.encryption_handler()->Init(); 54 test_user_share_.user_share())); 58 test_user_share_.TearDown(); 77 return test_user_share_.user_share(); 91 syncer::TestUserShare test_user_share_; member in class:browser_sync::__anon5692::SyncGenericChangeProcessorTest
|
sync_backend_registrar_unittest.cc | 50 test_user_share_.user_share()); 73 test_user_share_.SetUp(); 81 test_user_share_.TearDown(); 110 syncer::TestUserShare test_user_share_; member in class:browser_sync::__anon5706::SyncBackendRegistrarTest 211 test_user_share_.user_share());
|
/external/chromium/chrome/browser/sync/engine/ |
syncapi_unittest.cc | 171 test_user_share_.SetUp(); 175 test_user_share_.TearDown(); 179 browser_sync::TestUserShare test_user_share_; member in class:sync_api::SyncApiTest 184 ReadTransaction trans(test_user_share_.user_share()); 188 WriteTransaction trans(test_user_share_.user_share()); 193 ReadTransaction trans(test_user_share_.user_share()); 202 ReadTransaction trans(test_user_share_.user_share()); 208 ignore_result(MakeNode(test_user_share_.user_share(), 212 ReadTransaction trans(test_user_share_.user_share()); 242 WriteTransaction trans(test_user_share_.user_share()) [all...] |
/external/chromium_org/sync/internal_api/test/ |
fake_sync_manager.cc | 98 test_user_share_.SetUp(); 99 UserShare* share = test_user_share_.user_share(); 214 test_user_share_.TearDown(); 218 return test_user_share_.user_share(); 222 return test_user_share_.user_share()->directory->cache_guid();
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 224 test_user_share_.SetUp(); 228 test_user_share_.TearDown(); 233 TestUserShare test_user_share_; member in class:syncer::SyncApiTest 238 ReadTransaction trans(FROM_HERE, test_user_share_.user_share()); 242 WriteTransaction trans(FROM_HERE, test_user_share_.user_share()); 247 ReadTransaction trans(FROM_HERE, test_user_share_.user_share()); 256 ReadTransaction trans(FROM_HERE, test_user_share_.user_share()); 262 ignore_result(MakeNode(test_user_share_.user_share(), 266 ReadTransaction trans(FROM_HERE, test_user_share_.user_share()); 280 WriteTransaction trans(FROM_HERE, test_user_share_.user_share()) [all...] |
sync_encryption_handler_impl_unittest.cc | 79 test_user_share_.SetUp(); 86 test_user_share_.TearDown(); 129 UserShare* user_share() { return test_user_share_.user_share(); } 335 TestUserShare test_user_share_; member in class:syncer::SyncEncryptionHandlerImplTest [all...] |
/external/chromium_org/chrome/browser/sync/ |
backend_migrator_unittest.cc | 36 test_user_share_.SetUp(); 48 "Profile0", test_user_share_.user_share(), service(), manager(), 55 test_user_share_.TearDown(); 62 test_user_share_.user_share()); 110 syncer::TestUserShare test_user_share_; member in class:browser_sync::SyncBackendMigratorTest
|
profile_sync_service_bookmark_unittest.cc | 332 test_user_share_.SetUp(); 336 test_user_share_.TearDown(); 406 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share()); 421 test_user_share_.user_share()); 432 test_user_share_.user_share())) 440 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share()); 485 test_user_share_.user_share(), 523 test_user_share_.Reload(); 532 change_processor_->Start(&profile_, test_user_share_.user_share()); 620 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share()) 722 syncer::TestUserShare test_user_share_; member in class:browser_sync::__anon5721::ProfileSyncServiceBookmarkTest [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 293 test_user_share_.SetUp(); 297 test_user_share_.TearDown(); 319 test_user_share_.user_share(), 328 change_processor_->Start(&profile_, test_user_share_.user_share()); 401 sync_api::ReadTransaction trans(test_user_share_.user_share()); 480 sync_api::ReadTransaction trans(test_user_share_.user_share()); 506 TestUserShare test_user_share_; member in class:browser_sync::__anon2202::ProfileSyncServiceBookmarkTest 574 sync_api::WriteTransaction trans(test_user_share_.user_share()); 663 sync_api::WriteTransaction trans(test_user_share_.user_share()); 712 sync_api::WriteTransaction trans(test_user_share_.user_share()) [all...] |
/external/chromium_org/sync/internal_api/public/test/ |
fake_sync_manager.h | 156 TestUserShare test_user_share_; member in class:syncer::FakeSyncManager
|