HomeSort by relevance Sort by last modified time
    Searched refs:BaseTransaction (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium/chrome/browser/sync/syncable/
directory_change_listener.h 27 BaseTransaction* trans) = 0;
31 BaseTransaction* trans) = 0;
33 BaseTransaction* trans) = 0;
nigori_util.h 20 class BaseTransaction;
27 ModelTypeSet GetEncryptedDataTypes(BaseTransaction* const trans);
44 BaseTransaction* const trans,
56 bool VerifyDataTypeEncryption(BaseTransaction* const trans,
directory_manager.h 27 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;
syncable.h 179 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*, const Id& parent_id
    [all...]
  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.h 16 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,
syncapi.h 77 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 creates its own ScopedDirLookup implicitly
    [all...]
conflict_resolver.h 21 class BaseTransaction;
80 bool LogAndSignalIfConflictStuck(syncable::BaseTransaction* trans,
get_commit_ids_command.h 111 syncable::BaseTransaction* trans,
119 bool AddItemThenPredecessors(syncable::BaseTransaction* trans,
123 void AddPredecessorsThenItem(syncable::BaseTransaction* trans,
syncer_types.h 16 class BaseTransaction;
syncer_util.h 36 static int GetUnsyncedEntries(syncable::BaseTransaction* trans,
53 syncable::BaseTransaction* trans,
114 syncable::BaseTransaction* trans,
124 syncable::BaseTransaction* trans,
change_reorder_buffer.h 92 void GetAllChangesInTreeOrder(const BaseTransaction* sync_trans,
build_and_process_conflict_sets_command.cc 224 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,
change_reorder_buffer.cc 38 void ExpandToInclude(syncable::BaseTransaction* trans,
123 const BaseTransaction* sync_trans,
125 syncable::BaseTransaction* trans = sync_trans->GetWrappedTrans();
  /external/chromium/chrome/browser/sync/glue/
change_processor_mock.h 23 void(const sync_api::BaseTransaction* trans,
extension_change_processor.h 45 const sync_api::BaseTransaction* trans,
preference_change_processor.h 41 const sync_api::BaseTransaction* trans,
session_change_processor.h 53 const sync_api::BaseTransaction* trans,
theme_change_processor.h 43 const sync_api::BaseTransaction* trans,
change_processor.h 43 const sync_api::BaseTransaction* trans,
password_change_processor.h 47 const sync_api::BaseTransaction* trans,
typed_url_change_processor.h 54 const sync_api::BaseTransaction* trans,
autofill_change_processor.h 53 const sync_api::BaseTransaction* trans,
111 bool HasNotMigratedYet(const sync_api::BaseTransaction* trans);
bookmark_model_associator.h 23 class BaseTransaction;
autofill_profile_change_processor.h 39 const sync_api::BaseTransaction *write_trans,
  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.h 29 const sync_api::BaseTransaction* trans,

Completed in 182 milliseconds

1 2 3