Searched refs:createObjectStore (Results 26 - 30 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBDatabaseTest.cpp67 virtual void createObjectStore(int64_t transactionId, int64_t objectStoreId, const String& name, const IDBKeyPath&, bool autoIncrement) OVERRIDE { }
H A DIDBRequestTest.cpp107 virtual void createObjectStore(int64_t transactionId, int64_t objectStoreId, const String& name, const IDBKeyPath&, bool autoIncrement) OVERRIDE { }
H A DIDBTransactionTest.cpp70 virtual void createObjectStore(int64_t transactionId, int64_t objectStoreId, const String& name, const IDBKeyPath&, bool autoIncrement) OVERRIDE { }
/external/chromium_org/content/child/indexed_db/
H A Dproxy_webidbdatabase_impl.cc51 void RendererWebIDBDatabaseImpl::createObjectStore( function in class:content::RendererWebIDBDatabaseImpl
/external/chromium_org/content/test/data/indexeddb/
H A Dcursor_prefetch.js21 var store = db.createObjectStore('store');

Completed in 119 milliseconds

12