Home | History | Annotate | Download | only in engine

Lines Matching refs:transaction_

693     : entry_(NULL), transaction_(transaction) {
706 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
723 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
733 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
774 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
812 new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
847 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
904 return transaction_;
933 : entry_(NULL), transaction_(transaction) {
939 transaction_ = NULL;
948 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans();
957 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans();
978 entry_ = new syncable::Entry(transaction_->GetWrappedTrans(),
989 return transaction_;
996 syncable::BaseTransaction* trans = transaction_->GetWrappedTrans();
1013 transaction_(NULL),
1015 transaction_ = new syncable::ReadTransaction(GetLookup(), __FILE__, __LINE__);
1021 transaction_(trans),
1026 delete transaction_;
1031 return transaction_;
1038 transaction_(NULL) {
1039 transaction_ = new syncable::WriteTransaction(GetLookup(), syncable::SYNCAPI,
1044 delete transaction_;
1048 return transaction_;