Searched refs:BaseTransaction (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_change_listener.h27 BaseTransaction* trans) = 0;
31 BaseTransaction* trans) = 0;
33 BaseTransaction* trans) = 0;
H A Dnigori_util.h20 class BaseTransaction;
27 ModelTypeSet GetEncryptedDataTypes(BaseTransaction* const trans);
44 BaseTransaction* const trans,
56 bool VerifyDataTypeEncryption(BaseTransaction* const trans,
H A Ddirectory_manager.h27 namespace sync_api { class BaseTransaction; }
28 namespace syncable { class BaseTransaction; }
81 const sync_api::BaseTransaction* trans) const { return cryptographer(); }
83 const syncable::BaseTransaction* trans) const { return cryptographer(); }
124 friend class sync_api::BaseTransaction;
H A Dsyncable.h179 class BaseTransaction;
354 Entry(BaseTransaction* trans, GetByHandle, int64 handle);
355 Entry(BaseTransaction* trans, GetById, const Id& id);
356 Entry(BaseTransaction* trans, GetByServerTag, const std::string& tag);
357 Entry(BaseTransaction* trans, GetByClientTag, const std::string& tag);
361 BaseTransaction* trans() const { return basetrans_; }
441 inline Entry(BaseTransaction* trans)
447 BaseTransaction* const basetrans_;
664 friend class BaseTransaction;
841 void GetChildHandles(BaseTransaction*, cons
1082 class BaseTransaction { class in namespace:syncable
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dbuild_and_process_conflict_sets_command.h16 class BaseTransaction;
55 void BuildConflictSets(syncable::BaseTransaction* trans,
58 void MergeSetsForNameClash(syncable::BaseTransaction* trans,
61 void MergeSetsForIntroducedLoops(syncable::BaseTransaction* trans,
64 void MergeSetsForNonEmptyDirectories(syncable::BaseTransaction* trans,
67 void MergeSetsForPositionUpdate(syncable::BaseTransaction* trans,
H A Dsyncapi.h77 class BaseTransaction;
105 class BaseTransaction;
254 virtual const BaseTransaction* GetTransaction() const = 0;
415 virtual const BaseTransaction* GetTransaction() const;
478 explicit ReadNode(const BaseTransaction* transaction);
500 virtual const BaseTransaction* GetTransaction() const;
512 const BaseTransaction* transaction_;
517 // Sync API's BaseTransaction, ReadTransaction, and WriteTransaction allow for
521 // syncable, and are used in a similar way. Unlike syncable::BaseTransaction,
523 // API BaseTransaction create
524 class BaseTransaction { class in namespace:sync_api
540 BaseTransaction() { lookup_= NULL; } function in class:sync_api::BaseTransaction
[all...]
H A Dconflict_resolver.h21 class BaseTransaction;
80 bool LogAndSignalIfConflictStuck(syncable::BaseTransaction* trans,
H A Dget_commit_ids_command.h111 syncable::BaseTransaction* trans,
119 bool AddItemThenPredecessors(syncable::BaseTransaction* trans,
123 void AddPredecessorsThenItem(syncable::BaseTransaction* trans,
H A Dsyncer_types.h16 class BaseTransaction;
H A Dsyncer_util.h36 static int GetUnsyncedEntries(syncable::BaseTransaction* trans,
53 syncable::BaseTransaction* trans,
114 syncable::BaseTransaction* trans,
124 syncable::BaseTransaction* trans,
H A Dchange_reorder_buffer.h92 void GetAllChangesInTreeOrder(const BaseTransaction* sync_trans,
H A Dbuild_and_process_conflict_sets_command.cc224 syncable::BaseTransaction* trans,
255 syncable::BaseTransaction* trans, syncable::Entry* entry,
315 static syncable::Id GetAndExamineParent(syncable::BaseTransaction* trans,
337 static syncable::Id GetAndExamineParent(syncable::BaseTransaction* trans,
352 void CrawlDeletedTreeMergingSets(syncable::BaseTransaction* trans,
386 syncable::BaseTransaction* trans, syncable::Entry* entry,
H A Dchange_reorder_buffer.cc38 void ExpandToInclude(syncable::BaseTransaction* trans,
123 const BaseTransaction* sync_trans,
125 syncable::BaseTransaction* trans = sync_trans->GetWrappedTrans();
/external/chromium/chrome/browser/sync/glue/
H A Dchange_processor_mock.h23 void(const sync_api::BaseTransaction* trans,
H A Dchange_processor.h43 const sync_api::BaseTransaction* trans,
H A Dextension_change_processor.h45 const sync_api::BaseTransaction* trans,
H A Dpreference_change_processor.h41 const sync_api::BaseTransaction* trans,
H A Dsession_change_processor.h53 const sync_api::BaseTransaction* trans,
H A Dtheme_change_processor.h43 const sync_api::BaseTransaction* trans,
H A Dautofill_change_processor.h53 const sync_api::BaseTransaction* trans,
111 bool HasNotMigratedYet(const sync_api::BaseTransaction* trans);
H A Dpassword_change_processor.h47 const sync_api::BaseTransaction* trans,
H A Dtyped_url_change_processor.h54 const sync_api::BaseTransaction* trans,
H A Dautofill_profile_change_processor.h39 const sync_api::BaseTransaction *write_trans,
H A Dbookmark_model_associator.h23 class BaseTransaction;
/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer.h29 const sync_api::BaseTransaction* trans,

Completed in 191 milliseconds

123