Searched defs:CreateObjectStore (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_fake_backing_store.cc63 leveldb::Status IndexedDBFakeBackingStore::CreateObjectStore( function in class:content::IndexedDBFakeBackingStore
H A Dindexed_db_database.cc265 void IndexedDBDatabase::CreateObjectStore(int64 transaction_id, function in class:content::IndexedDBDatabase
270 IDB_TRACE1("IndexedDBDatabase::CreateObjectStore", "txn.id", transaction_id);
292 backing_store_->CreateObjectStore(transaction->BackingStoreTransaction(),
H A Dindexed_db_backing_store.cc1670 leveldb::Status IndexedDBBackingStore::CreateObjectStore( function in class:content::IndexedDBBackingStore
1677 IDB_TRACE("IndexedDBBackingStore::CreateObjectStore");

Completed in 150 milliseconds