Home | History | Annotate | Download | only in engine

Lines Matching refs:trans

79     syncable::BaseTransaction* trans,
86 const std::string& client_id = trans->directory()->cache_guid();
108 syncable::Entry local_entry(trans, syncable::GET_BY_CLIENT_TAG,
165 syncable::Entry local_entry(trans, GET_BY_ID, client_item_id);
193 syncable::WriteTransaction* const trans,
230 Entry parent(trans, GET_BY_ID, new_parent);
242 if (!entry->GetIsDel() && !IsLegalNewParent(trans, id, new_parent)) {
250 trans->directory()->GetChildHandlesById(trans, id, &handles);
275 UpdateLocalDataFromServerData(trans, entry);
427 void CreateNewEntry(syncable::ModelNeutralWriteTransaction *trans,
429 syncable::Entry entry(trans, GET_BY_ID, id);
432 trans,
441 syncable::WriteTransaction* trans,
493 syncable::BaseWriteTransaction* trans,
505 dir->GetUnsyncedMetaHandles(trans, &handles);
510 syncable::ModelNeutralMutableEntry entry(trans, GET_BY_HANDLE, *it);
514 while (id != trans->root_id()) {
520 Entry parent(trans, GET_BY_ID, id);
547 syncable::ModelNeutralWriteTransaction* trans,
590 VerifyResult result = VerifyUndelete(trans, update, target);
620 VerifyResult VerifyUndelete(syncable::ModelNeutralWriteTransaction* trans,
639 target->PutId(trans->directory()->NextId());