Searched defs:createObjectStore (Results 1 – 4 of 4) sorted by relevance
43 function createObjectStore() function
198 IDBObjectStore* IDBDatabase::createObjectStore(const String& name, const Dictionary& options, Excep… in createObjectStore() function in blink::IDBDatabase216 IDBObjectStore* IDBDatabase::createObjectStore(const String& name, const IDBKeyPath& keyPath, bool … in createObjectStore() function in blink::IDBDatabase
50 …virtual void createObjectStore(long long transactionId, long long objectStoreId, const WebString& … in createObjectStore() function
54 void WebIDBDatabaseImpl::createObjectStore(long long transaction_id, in createObjectStore() function in content::WebIDBDatabaseImpl