Home | History | Annotate | Download | only in syncable

Lines Matching refs:Directory

31 typedef Directory::MetahandlesIndex MetahandlesIndex;
33 // Provides sqlite3-based persistence for a syncable::Directory object. You can
34 // load all the persisted data to prime a syncable::Directory on startup by
35 // invoking Load. The only other thing you (or more correctly, a Directory)
50 // This way, any thread may open a Directory (which today can be either the
67 Directory::KernelLoadInfo* kernel_load_info);
74 virtual bool SaveChanges(const Directory::SaveChangesSnapshot& snapshot);
91 // General Directory initialization and load helpers.
117 bool LoadInfo(Directory::KernelLoadInfo* info);
133 Directory::KernelLoadInfo* kernel_load_info);