Home | History | Annotate | Download | only in syncable

Lines Matching refs:DirectoryBackingStore

379 DirectoryBackingStore* Directory::CreateBackingStore(
381 return new DirectoryBackingStore(dir_name, backing_filepath);
386 DCHECK_EQ(static_cast<DirectoryBackingStore*>(NULL), store_);