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

  /external/chromium/chrome/browser/sync/engine/
syncapi.h 254 virtual const BaseTransaction* GetTransaction() const = 0;
415 virtual const BaseTransaction* GetTransaction() const;
500 virtual const BaseTransaction* GetTransaction() const;
    [all...]
syncapi.cc 224 specifics, GetTransaction()->GetCryptographer()));
237 std::string plaintext_data = GetTransaction()->GetCryptographer()->
264 return IdToMetahandle(GetTransaction()->GetWrappedTrans(),
294 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
301 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
305 syncable::Directory* dir = GetTransaction()->GetLookup();
306 syncable::BaseTransaction* trans = GetTransaction()->GetWrappedTrans();
311 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
441 GetEncryptedDataTypes(GetTransaction()->GetWrappedTrans());
458 if (!GetTransaction()->GetCryptographer()->Encrypt
    [all...]

Completed in 120 milliseconds