Home
last modified time | relevance | path

Searched refs:UserShare (Results 1 – 25 of 25) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dextension_sync.h21 struct UserShare;
42 sync_api::UserShare* user_share,
51 sync_api::UserShare* user_share,
63 sync_api::UserShare* user_share);
71 sync_api::UserShare* user_share,
77 sync_api::UserShare* user_share);
Dextension_model_associator.h17 struct UserShare;
29 sync_api::UserShare* user_share);
47 sync_api::UserShare* const user_share_;
Dchange_processor.h35 void Start(Profile* profile, sync_api::UserShare* share_handle);
62 sync_api::UserShare* share_handle() { return share_handle_; } in share_handle()
70 sync_api::UserShare* share_handle_;
Dbookmark_model_associator.h25 struct UserShare;
42 sync_api::UserShare* user_share,
129 sync_api::UserShare* user_share_;
Dextension_sync.cc23 sync_api::UserShare* user_share, in RootNodeHasChildren()
135 sync_api::UserShare* user_share, in SlurpServerData()
179 sync_api::UserShare* user_share, in SlurpExtensionData()
243 sync_api::UserShare* user_share) { in FlushExtensionData()
279 sync_api::UserShare* user_share, in UpdateServerData()
335 sync_api::UserShare* user_share) { in RemoveServerData()
Dchange_processor.cc15 sync_api::UserShare* share_handle) { in Start()
Dextension_change_processor.h64 sync_api::UserShare* user_share_;
Dextension_model_associator.cc22 sync_api::UserShare* user_share) in ExtensionModelAssociator()
Dsync_backend_host.h211 sync_api::UserShare* GetUserShare() const;
Dbookmark_model_associator.cc161 sync_api::UserShare* user_share, in BookmarkModelAssociator()
Dsync_backend_host.cc622 sync_api::UserShare* SyncBackendHost::GetUserShare() const { in GetUserShare()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h114 struct UserShare { struct
115 UserShare();
116 ~UserShare();
537 explicit BaseTransaction(UserShare* share);
556 explicit ReadTransaction(UserShare* share);
559 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans);
580 explicit WriteTransaction(UserShare* share);
996 UserShare* GetUserShare() const;
Dsyncapi_unittest.cc80 int64 MakeNode(UserShare* share, in MakeNode()
94 int64 MakeFolder(UserShare* share, in MakeFolder()
108 int64 MakeNodeWithParent(UserShare* share, in MakeNodeWithParent()
123 int64 MakeFolderWithParent(UserShare* share, in MakeFolderWithParent()
139 int64 MakeServerNodeForType(UserShare* share, in MakeServerNodeForType()
716 UserShare* share = sync_manager_.GetUserShare(); in SetUpEncryption()
Dsyncapi.cc175 UserShare::UserShare() {} in UserShare() function in sync_api::UserShare
177 UserShare::~UserShare() {} in ~UserShare()
1011 ReadTransaction::ReadTransaction(UserShare* share) in ReadTransaction()
1018 ReadTransaction::ReadTransaction(UserShare* share, in ReadTransaction()
1036 WriteTransaction::WriteTransaction(UserShare* share) in WriteTransaction()
1282 UserShare* GetUserShare() { return &share_; } in GetUserShare()
1521 UserShare share_;
2805 BaseTransaction::BaseTransaction(UserShare* share) in BaseTransaction()
2818 UserShare* SyncManager::GetUserShare() const { in GetUserShare()
/external/chromium/chrome/browser/sync/
Dabstract_profile_sync_service_test.h28 struct UserShare;
36 sync_api::UserShare* service,
Dtest_profile_sync_service.cc25 using sync_api::UserShare;
177 UserShare* user_share = GetUserShare(); in SetInitialSyncEndedForEnabledTypes()
206 UserShare* user_share = GetUserShare(); in OnBackendInitialized()
Dabstract_profile_sync_service_test.cc23 using sync_api::UserShare;
67 ModelType model_type, UserShare* user_share, in CreateRoot()
Dprofile_sync_factory_impl.cc175 sync_api::UserShare* user_share = profile_sync_service->GetUserShare(); in CreateAppSyncComponents()
227 sync_api::UserShare* user_share = profile_sync_service->GetUserShare(); in CreateBookmarkSyncComponents()
246 sync_api::UserShare* user_share = profile_sync_service->GetUserShare(); in CreateExtensionSyncComponents()
Dprofile_sync_service.h55 struct UserShare;
344 sync_api::UserShare* GetUserShare() const;
Djs_sync_manager_observer_unittest.cc195 int64 MakeNode(sync_api::UserShare* share, syncable::ModelType model_type) { in MakeNode()
Dprofile_sync_service_password_unittest.cc47 using sync_api::UserShare;
148 sync_api::UserShare* GetUserShare() { in GetUserShare()
Dprofile_sync_service_bookmark_unittest.cc46 sync_api::UserShare* user_share, in TestBookmarkModelAssociator()
120 sync_api::UserShare* user_share_;
Dprofile_sync_service_typed_url_unittest.cc51 using sync_api::UserShare;
Dprofile_sync_service.cc1014 sync_api::UserShare* ProfileSyncService::GetUserShare() const { in GetUserShare()
Dprofile_sync_service_autofill_unittest.cc537 sync_api::UserShare* user_share = service_->GetUserShare(); in Update()