Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DIDBDatabase.h63 …PassRefPtr<IDBObjectStore> createObjectStore(const String& name, ExceptionCode& ec) { return creat… in createObjectStore() function
DIDBDatabase.cpp75 PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const OptionsObject& … in createObjectStore() function in WebCore::IDBDatabase
DIDBDatabaseBackendImpl.cpp100 PassRefPtr<IDBObjectStoreBackendInterface> IDBDatabaseBackendImpl::createObjectStore(const String& … in createObjectStore() function in WebCore::IDBDatabaseBackendImpl
DIDBSQLiteBackingStore.cpp266 bool IDBSQLiteBackingStore::createObjectStore(int64_t databaseId, const String& name, const String&… in createObjectStore() function in WebCore::IDBSQLiteBackingStore
DIDBLevelDBBackingStore.cpp1662 bool IDBLevelDBBackingStore::createObjectStore(int64_t databaseId, const String& name, const String… in createObjectStore() function in WebCore::IDBLevelDBBackingStore
/external/webkit/Source/WebKit/chromium/src/
DWebIDBDatabaseImpl.cpp69 WebIDBObjectStore* WebIDBDatabaseImpl::createObjectStore(const WebString& name, const WebString& ke… in createObjectStore() function in WebKit::WebIDBDatabaseImpl
DIDBDatabaseBackendProxy.cpp78 PassRefPtr<IDBObjectStoreBackendInterface> IDBDatabaseBackendProxy::createObjectStore(const String&… in createObjectStore() function in WebKit::IDBDatabaseBackendProxy
/external/webkit/Source/WebKit/chromium/public/
DWebIDBDatabase.h61 …virtual WebIDBObjectStore* createObjectStore(const WebString& name, const WebString& keyPath, bool… in createObjectStore() function