Searched refs:user_share (Results 26 - 41 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.h70 const syncer::UserShare& user_share,
H A Dprofile_sync_service_bookmark_unittest.cc411 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
425 test_user_share_.user_share());
435 test_user_share_.user_share()))
450 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
494 test_user_share_.user_share(),
542 change_processor_->Start(test_user_share_.user_share());
638 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
727 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
787 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
869 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
[all...]
H A Dbackend_migrator_unittest.cc50 "Profile0", test_user_share_.user_share(), service(), manager(),
64 test_user_share_.user_share());
H A Dprofile_sync_service_autofill_unittest.cc813 syncer::UserShare* user_share = service_->GetUserShare(); local
814 syncer::syncable::Directory* directory = user_share->directory.get();
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.h55 syncer::UserShare* user_share,
155 // and have to keep a local pointer to the user_share.
H A Dshared_change_processor.cc48 syncer::UserShare* user_share,
71 user_share,
45 Connect( SyncApiComponentFactory* sync_factory, GenericChangeProcessorFactory* processor_factory, syncer::UserShare* user_share, DataTypeErrorHandler* error_handler, syncer::ModelType type, const base::WeakPtr<syncer::SyncMergeResult>& merge_result) argument
H A Dui_data_type_controller.cc124 user_share(),
H A Dui_data_type_controller_unittest.cc60 const syncer::UserShare& user_share,
H A Dnon_ui_data_type_controller.cc309 user_share(),
H A Dgeneric_change_processor.cc95 syncer::UserShare* user_share,
102 share_handle_(user_share),
108 attachment_store, *user_share, this);
90 GenericChangeProcessor( syncer::ModelType type, DataTypeErrorHandler* error_handler, const base::WeakPtr<syncer::SyncableService>& local_service, const base::WeakPtr<syncer::SyncMergeResult>& merge_result, syncer::UserShare* user_share, SyncApiComponentFactory* sync_factory, const scoped_refptr<syncer::AttachmentStore>& attachment_store) argument
/external/chromium_org/sync/internal_api/
H A Dsync_backup_manager_unittest.cc78 void CreateEntry(UserShare* user_share, ModelType type, argument
80 WriteTransaction trans(FROM_HERE, user_share);
H A Dsync_encryption_handler_impl.h50 UserShare* user_share,
H A Dsync_encryption_handler_impl.cc19 #include "sync/internal_api/public/user_share.h"
209 UserShare* user_share,
213 : user_share_(user_share),
208 SyncEncryptionHandlerImpl( UserShare* user_share, Encryptor* encryptor, const std::string& restored_key_for_bootstrapping, const std::string& restored_keystore_key_for_bootstrapping) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar_unittest.cc52 test_user_share_.user_share());
202 test_user_share_.user_share());
H A Dsync_backend_registrar.cc23 #include "sync/internal_api/public/user_share.h"
206 syncer::UserShare* user_share) {
222 change_processor->Start(user_share);
202 ActivateDataType( syncer::ModelType type, syncer::ModelSafeGroup group, sync_driver::ChangeProcessor* change_processor, syncer::UserShare* user_share) argument
H A Dbookmark_model_associator.cc215 syncer::UserShare* user_share,
220 user_share_(user_share),
212 BookmarkModelAssociator( BookmarkModel* bookmark_model, Profile* profile, syncer::UserShare* user_share, sync_driver::DataTypeErrorHandler* unrecoverable_error_handler, bool expect_mobile_bookmarks_folder) argument

Completed in 215 milliseconds

12