Searched defs:createObjectStore (Results 1 – 8 of 8) sorted by relevance
63 …PassRefPtr<IDBObjectStore> createObjectStore(const String& name, ExceptionCode& ec) { return creat… in createObjectStore() function
75 PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const OptionsObject& … in createObjectStore() function in WebCore::IDBDatabase
100 PassRefPtr<IDBObjectStoreBackendInterface> IDBDatabaseBackendImpl::createObjectStore(const String& … in createObjectStore() function in WebCore::IDBDatabaseBackendImpl
266 bool IDBSQLiteBackingStore::createObjectStore(int64_t databaseId, const String& name, const String&… in createObjectStore() function in WebCore::IDBSQLiteBackingStore
1662 bool IDBLevelDBBackingStore::createObjectStore(int64_t databaseId, const String& name, const String… in createObjectStore() function in WebCore::IDBLevelDBBackingStore
69 WebIDBObjectStore* WebIDBDatabaseImpl::createObjectStore(const WebString& name, const WebString& ke… in createObjectStore() function in WebKit::WebIDBDatabaseImpl
78 PassRefPtr<IDBObjectStoreBackendInterface> IDBDatabaseBackendProxy::createObjectStore(const String&… in createObjectStore() function in WebKit::IDBDatabaseBackendProxy
61 …virtual WebIDBObjectStore* createObjectStore(const WebString& name, const WebString& keyPath, bool… in createObjectStore() function