HomeSort by relevance Sort by last modified time
    Searched refs:basetrans_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/syncable/
entry.cc 22 : basetrans_(trans) {
27 : basetrans_(trans) {
32 : basetrans_(trans) {
38 : basetrans_(trans) {
43 : basetrans_(trans) {
48 return basetrans_->directory();
105 return dir()->GetFirstChildId(basetrans_, kernel_);
109 dir()->GetChildHandlesById(basetrans_, GetId(), result);
113 return dir()->GetTotalNodeCount(basetrans_, kernel_);
117 return dir()->GetPositionIndex(basetrans_, kernel_)
    [all...]
entry.h 65 BaseTransaction* trans() const { return basetrans_; }
271 : basetrans_(trans),
275 BaseTransaction* const basetrans_; member in class:syncer::syncable::Entry

Completed in 40 milliseconds