Home
last modified time | relevance | path

Searched refs:GetTransaction (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h254 virtual const BaseTransaction* GetTransaction() const = 0;
415 virtual const BaseTransaction* GetTransaction() const;
500 virtual const BaseTransaction* GetTransaction() const;
Dsyncapi.cc224 specifics, GetTransaction()->GetCryptographer())); in DecryptIfNecessary()
237 std::string plaintext_data = GetTransaction()->GetCryptographer()-> in DecryptIfNecessary()
264 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), in GetParentId()
294 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); in GetPredecessorId()
301 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); in GetSuccessorId()
305 syncable::Directory* dir = GetTransaction()->GetLookup(); in GetFirstChildId()
306 syncable::BaseTransaction* trans = GetTransaction()->GetWrappedTrans(); in GetFirstChildId()
311 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string); in GetFirstChildId()
441 GetEncryptedDataTypes(GetTransaction()->GetWrappedTrans()); in EncryptIfNecessary()
458 if (!GetTransaction()->GetCryptographer()->Encrypt( in EncryptIfNecessary()
[all …]