/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 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(), 532 change_processor_->Start(&profile_, test_user_share_.user_share()); 620 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share()); 701 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share()); 767 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share()); 848 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share()); [all...] |
profile_sync_components_factory_impl.cc | 347 syncer::UserShare* user_share = profile_sync_service->GetUserShare(); local 351 user_share); 468 syncer::UserShare* user_share = profile_sync_service->GetUserShare(); local 478 user_share,
|
test_profile_sync_service.cc | 18 #include "sync/internal_api/public/user_share.h"
|
backend_migrator_unittest.cc | 48 "Profile0", test_user_share_.user_share(), service(), manager(), 62 test_user_share_.user_share());
|
profile_sync_service_autofill_unittest.cc | 362 syncer::UserShare* user_share = arg0->GetUserShare(); local 367 user_share); 843 syncer::UserShare* user_share = service_->GetUserShare(); local 844 syncer::syncable::Directory* directory = user_share->directory.get(); [all...] |
profile_sync_service_preference_unittest.cc | 60 syncer::UserShare* user_share = arg0->GetUserShare(); local 64 user_share); [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
generic_change_processor.h | 47 syncer::UserShare* user_share); 111 // and have to keep a local pointer to the user_share.
|
sync_backend_registrar_unittest.cc | 50 test_user_share_.user_share()); 211 test_user_share_.user_share());
|
sync_backend_registrar.cc | 23 #include "sync/internal_api/public/user_share.h" 204 syncer::UserShare* user_share) { 222 change_processor->Start(profile_, user_share);
|
bookmark_model_associator.h | 46 syncer::UserShare* user_share,
|
sync_backend_registrar.h | 92 syncer::UserShare* user_share);
|
bookmark_model_associator.cc | 197 syncer::UserShare* user_share, 202 user_share_(user_share),
|
generic_change_processor.cc | 67 syncer::UserShare* user_share) 71 share_handle_(user_share) {
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 46 sync_api::UserShare* user_share, 48 : BookmarkModelAssociator(bookmark_model, user_share, 50 user_share_(user_share) {} 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()); 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...] |
profile_sync_service_autofill_unittest.cc | 537 sync_api::UserShare* user_share = service_->GetUserShare(); local 538 syncable::DirectoryManager* dir_manager = user_share->dir_manager.get(); 539 syncable::ScopedDirLookup dir(dir_manager, user_share->name); [all...] |
/external/chromium/chrome/browser/sync/glue/ |
bookmark_model_associator.h | 42 sync_api::UserShare* user_share,
|
bookmark_model_associator.cc | 161 sync_api::UserShare* user_share, 164 user_share_(user_share),
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.cc | 31 #include "sync/internal_api/public/user_share.h" [all...] |
sync_encryption_handler_impl.h | 50 UserShare* user_share,
|
sync_manager_impl.h | 23 #include "sync/internal_api/public/user_share.h"
|
sync_encryption_handler_impl.cc | 19 #include "sync/internal_api/public/user_share.h" 209 UserShare* user_share, 213 : user_share_(user_share), [all...] |