Home
last modified time | relevance | path

Searched defs:createObjectStore (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/test/data/indexeddb/
Dkey_path_test.js43 function createObjectStore() function
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBDatabase.cpp198 IDBObjectStore* IDBDatabase::createObjectStore(const String& name, const Dictionary& options, Excep… in createObjectStore() function in blink::IDBDatabase
216 IDBObjectStore* IDBDatabase::createObjectStore(const String& name, const IDBKeyPath& keyPath, bool … in createObjectStore() function in blink::IDBDatabase
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBDatabase.h50 …virtual void createObjectStore(long long transactionId, long long objectStoreId, const WebString& … in createObjectStore() function
/external/chromium_org/content/child/indexed_db/
Dwebidbdatabase_impl.cc54 void WebIDBDatabaseImpl::createObjectStore(long long transaction_id, in createObjectStore() function in content::WebIDBDatabaseImpl