Home | History | Annotate | Download | only in engine

Lines Matching defs:UserShare

175 UserShare::UserShare() {}
177 UserShare::~UserShare() {}
1011 ReadTransaction::ReadTransaction(UserShare* share)
1018 ReadTransaction::ReadTransaction(UserShare* share,
1036 WriteTransaction::WriteTransaction(UserShare* share)
1282 UserShare* GetUserShare() { return &share_; }
1518 // We couple the DirectoryManager and username together in a UserShare member
1521 UserShare share_;
2805 BaseTransaction::BaseTransaction(UserShare* share)
2818 UserShare* SyncManager::GetUserShare() const {