SyncCore          484 chrome/browser/sync/glue/sync_backend_host_core.cc   base::WeakPtr<syncer::SyncCore> sync_core = sync_manager_->GetSyncCore();
SyncCore           16 sync/internal_api/public/sync_core_proxy.h class SyncCore;
SyncCore           28 sync/internal_api/public/sync_core_proxy.h       base::WeakPtr<SyncCore> sync_core);
SyncCore           50 sync/internal_api/public/sync_core_proxy.h   base::WeakPtr<SyncCore> sync_core_;
SyncCore           47 sync/internal_api/public/sync_manager.h class SyncCore;
SyncCore          337 sync/internal_api/public/sync_manager.h   virtual base::WeakPtr<syncer::SyncCore> GetSyncCore() = 0;
SyncCore          122 sync/internal_api/public/test/fake_sync_manager.h   virtual base::WeakPtr<syncer::SyncCore> GetSyncCore() OVERRIDE;
SyncCore           12 sync/internal_api/sync_core.cc SyncCore::SyncCore(ModelTypeRegistry* model_type_registry)
SyncCore           15 sync/internal_api/sync_core.cc SyncCore::~SyncCore() {}
SyncCore           17 sync/internal_api/sync_core.cc void SyncCore::ConnectSyncTypeToCore(
SyncCore           28 sync/internal_api/sync_core.cc base::WeakPtr<SyncCore> SyncCore::AsWeakPtr() {
SyncCore           27 sync/internal_api/sync_core.h class SYNC_EXPORT_PRIVATE SyncCore {
SyncCore           29 sync/internal_api/sync_core.h   explicit SyncCore(ModelTypeRegistry* model_type_registry);
SyncCore           30 sync/internal_api/sync_core.h   ~SyncCore();
SyncCore           39 sync/internal_api/sync_core.h   base::WeakPtr<SyncCore> AsWeakPtr();
SyncCore           43 sync/internal_api/sync_core.h   base::WeakPtrFactory<SyncCore> weak_ptr_factory_;
SyncCore           45 sync/internal_api/sync_core.h   DISALLOW_COPY_AND_ASSIGN(SyncCore);
SyncCore           16 sync/internal_api/sync_core_proxy.cc     base::WeakPtr<SyncCore> sync_core)
SyncCore           28 sync/internal_api/sync_core_proxy.cc       base::Bind(&SyncCore::ConnectSyncTypeToCore,
SyncCore           37 sync/internal_api/sync_core_proxy.cc                        base::WeakPtr<SyncCore>());
SyncCore           23 sync/internal_api/sync_core_proxy_unittest.cc         core_(new SyncCore(&registry_)),
SyncCore           43 sync/internal_api/sync_core_proxy_unittest.cc   scoped_ptr<SyncCore> core_;
SyncCore          404 sync/internal_api/sync_manager_impl.cc   sync_core_.reset(new SyncCore(model_type_registry_.get()));
SyncCore         1053 sync/internal_api/sync_manager_impl.cc base::WeakPtr<syncer::SyncCore> SyncManagerImpl::GetSyncCore() {
SyncCore          113 sync/internal_api/sync_manager_impl.h   virtual base::WeakPtr<syncer::SyncCore> GetSyncCore() OVERRIDE;
SyncCore          317 sync/internal_api/sync_manager_impl.h   scoped_ptr<SyncCore> sync_core_;
SyncCore          221 sync/internal_api/test/fake_sync_manager.cc base::WeakPtr<syncer::SyncCore> FakeSyncManager::GetSyncCore() {
SyncCore          222 sync/internal_api/test/fake_sync_manager.cc   return base::WeakPtr<syncer::SyncCore>();