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.cc266 void IndexedDBDatabase::CreateObjectStore(int64 transaction_id, function in class:content::IndexedDBDatabase
271 IDB_TRACE1("IndexedDBDatabase::CreateObjectStore", "txn.id", transaction_id);
293 backing_store_->CreateObjectStore(transaction->BackingStoreTransaction(),
H A Dindexed_db_backing_store.cc1709 leveldb::Status IndexedDBBackingStore::CreateObjectStore( function in class:content::IndexedDBBackingStore
1716 IDB_TRACE("IndexedDBBackingStore::CreateObjectStore");

Completed in 143 milliseconds