Home | History | Annotate | Download | only in syncable

Lines Matching refs:parentid

987     syncable::Id parentid = e.GetParentId();
994 if (!SyncAssert(parentid.IsRoot(), FROM_HERE,
1006 if (!SyncAssert(id != parentid, FROM_HERE,
1015 while (!parentid.IsRoot()) {
1016 Entry parent(trans, GET_BY_ID, parentid);
1036 parentid = parent.GetParentId();