Home | History | Annotate | Download | only in syncable

Lines Matching defs:store_

349 Directory::Directory() : kernel_(NULL), store_(NULL) {
386 DCHECK_EQ(static_cast<DirectoryBackingStore*>(NULL), store_);
389 store_ = CreateBackingStore(name, db_path);
395 DirOpenResult result = store_->Load(&metas_bucket, &info);
406 if (store_)
407 delete store_;
408 store_ = NULL;
627 DCHECK(store_);
634 success = store_->SaveChanges(snapshot);