Lines Matching refs:syncable
24 #include "chrome/browser/sync/syncable/autofill_migration.h"
25 #include "chrome/browser/sync/syncable/blob.h"
26 #include "chrome/browser/sync/syncable/dir_open_result.h"
27 #include "chrome/browser/sync/syncable/directory_event.h"
28 #include "chrome/browser/sync/syncable/syncable_id.h"
29 #include "chrome/browser/sync/syncable/model_type.h"
42 namespace syncable {
239 inline void mark_dirty(syncable::MetahandleSet* dirty_index) {
250 inline void clear_dirty(syncable::MetahandleSet* dirty_index) {
515 syncable::MetahandleSet* GetDirtyIndexHelper();
546 inline bool operator()(const syncable::EntryKernel& a,
547 const syncable::EntryKernel& b) const {
553 // How syncable indices & Indexers work.
555 // The syncable
608 bool operator() (const syncable::EntryKernel* a,
609 const syncable::EntryKernel* b) const;
779 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set,
780 const syncable::AutofillMigrationDebugInfo& info);
855 const syncable::Id& parent_id);
893 void CheckTreeInvariants(syncable::BaseTransaction* trans,
896 void CheckTreeInvariants(syncable::BaseTransaction* trans,
899 void CheckTreeInvariants(syncable::BaseTransaction* trans,
907 // entries, which means something different in the syncable namespace.
1163 void MarkForSyncing(syncable::MutableEntry* e);
1169 } // namespace syncable
1171 std::ostream& operator <<(std::ostream&, const syncable::Blob&);