Searched defs:BaseTransaction (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dbase_transaction.cc14 // BaseTransaction member definitions
15 BaseTransaction::BaseTransaction(UserShare* share) function in class:syncer::BaseTransaction
20 BaseTransaction::~BaseTransaction() {
23 Cryptographer* BaseTransaction::GetCryptographer() const {
27 ModelTypeSet BaseTransaction::GetEncryptedTypes() const {
/external/chromium_org/sync/internal_api/public/
H A Dbase_transaction.h16 class BaseTransaction;
20 // Sync API's BaseTransaction, ReadTransaction, and WriteTransaction allow for
24 // syncable, and are used in a similar way. Unlike syncable::BaseTransaction,
26 // API BaseTransaction is created from a UserShare object.
30 class SYNC_EXPORT BaseTransaction { class in namespace:syncer
33 virtual syncable::BaseTransaction* GetWrappedTrans() const = 0;
50 explicit BaseTransaction(UserShare* share);
51 virtual ~BaseTransaction();
53 BaseTransaction() : user_share_(NULL) { } function in class:syncer::BaseTransaction
58 DISALLOW_COPY_AND_ASSIGN(BaseTransaction);
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_base_transaction.cc14 Id BaseTransaction::root_id() {
18 Directory* BaseTransaction::directory() const {
22 void BaseTransaction::Lock() {
30 void BaseTransaction::Unlock() {
34 void BaseTransaction::OnUnrecoverableError(
48 bool BaseTransaction::unrecoverable_error_set() const {
52 void BaseTransaction::HandleUnrecoverableErrorIfSet() {
60 BaseTransaction::BaseTransaction(const tracked_objects::Location& from_here, function in class:syncer::syncable::BaseTransaction
74 BaseTransaction
[all...]
H A Dsyncable_base_transaction.h34 class SYNC_EXPORT BaseTransaction { class in namespace:syncer::syncable
40 virtual ~BaseTransaction();
53 BaseTransaction(const tracked_objects::Location& from_here,
79 DISALLOW_COPY_AND_ASSIGN(BaseTransaction);

Completed in 133 milliseconds