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

  /external/chromium_org/sync/internal_api/public/
read_node.h 47 virtual const BaseTransaction* GetTransaction() const OVERRIDE;
base_node.h 214 virtual const BaseTransaction* GetTransaction() const = 0;
write_node.h 188 virtual const BaseTransaction* GetTransaction() const OVERRIDE;
  /external/chromium_org/sync/internal_api/
base_node.cc 74 specifics, GetTransaction()->GetCryptographer()));
106 std::string plaintext_data = GetTransaction()->GetCryptographer()->
161 return IdToMetahandle(GetTransaction()->GetWrappedTrans(),
192 syncable::Directory* dir = GetTransaction()->GetDirectory();
193 syncable::BaseTransaction* trans = GetTransaction()->GetWrappedTrans();
201 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
208 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
215 return IdToMetahandle(GetTransaction()->GetWrappedTrans(), id_string);
258 "entry", GetEntry()->ToValue(GetTransaction()->GetCryptographer()));
read_node.cc 76 const BaseTransaction* ReadNode::GetTransaction() const {
write_node.cc 49 bool needs_encryption = GetTransaction()->GetEncryptedTypes().Has(type) ||
150 Cryptographer* cryptographer = GetTransaction()->GetCryptographer();
242 if (!UpdateEntryWithEncryption(GetTransaction()->GetWrappedTrans(),
488 const BaseTransaction* WriteNode::GetTransaction() const {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 567 IndexedDBTransaction* IndexedDBDatabase::GetTransaction(
632 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
676 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
701 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
746 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
789 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
797 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
806 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
818 IndexedDBTransaction* transaction = GetTransaction(transaction_id);
    [all...]
indexed_db_database.h 209 IndexedDBTransaction* GetTransaction(int64 transaction_id) const;
  /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 208 milliseconds