Home | History | Annotate | Download | only in indexed_db

Lines Matching defs:backing_store

56   DCHECK(!database_map_.find(identifier)->second->backing_store());
188 scoped_refptr<IndexedDBBackingStore> backing_store =
196 if (!backing_store.get()) {
204 std::vector<base::string16> names = backing_store->GetDatabaseNames(&s);
211 backing_store = NULL;
217 backing_store = NULL;
242 scoped_refptr<IndexedDBBackingStore> backing_store =
250 if (!backing_store.get()) {
263 name, backing_store.get(), this, unique_identifier, &s);
272 backing_store = NULL;
283 backing_store = NULL;
378 scoped_refptr<IndexedDBBackingStore> backing_store;
381 backing_store = IndexedDBBackingStore::OpenInMemory(
386 backing_store = OpenBackingStoreHelper(origin_url,
396 if (backing_store.get()) {
399 backing_store_map_[origin_url] = backing_store;
402 session_only_backing_stores_.insert(backing_store);
408 return backing_store;
430 scoped_refptr<IndexedDBBackingStore> backing_store =
438 if (!backing_store.get()) {
459 name, backing_store.get(), this, unique_identifier, &s);
469 backing_store = NULL; // Closes the LevelDB so that it can be deleted