Home
last modified time | relevance | path

Searched refs:WebIDBObjectStore (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DIDBObjectStoreBackendProxy.h38 class WebIDBObjectStore; variable
42 … static PassRefPtr<WebCore::IDBObjectStoreBackendInterface> create(PassOwnPtr<WebIDBObjectStore>);
61 IDBObjectStoreBackendProxy(PassOwnPtr<WebIDBObjectStore>);
63 OwnPtr<WebIDBObjectStore> m_webIDBObjectStore;
DWebIDBDatabaseImpl.h43 class WebIDBObjectStore; variable
56 …virtual WebIDBObjectStore* createObjectStore(const WebString& name, const WebString& keyPath, bool…
DIDBObjectStoreBackendProxy.cpp48 …toreBackendInterface> IDBObjectStoreBackendProxy::create(PassOwnPtr<WebIDBObjectStore> objectStore) in create()
53 IDBObjectStoreBackendProxy::IDBObjectStoreBackendProxy(PassOwnPtr<WebIDBObjectStore> objectStore) in IDBObjectStoreBackendProxy()
90 …m_webIDBObjectStore->put(value, key, static_cast<WebIDBObjectStore::PutMode>(putMode), new WebIDBC… in put()
DWebIDBTransactionImpl.h45 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&);
DWebIDBTransactionImpl.cpp54 WebIDBObjectStore* WebIDBTransactionImpl::objectStore(const WebString& name, ExceptionCode& ec) in objectStore()
DIDBTransactionBackendProxy.cpp59 WebIDBObjectStore* objectStore = m_webIDBTransaction->objectStore(name, ec); in objectStore()
DWebIDBObjectStoreImpl.h43 class WebIDBObjectStoreImpl : public WebIDBObjectStore {
DWebIDBDatabaseImpl.cpp69 WebIDBObjectStore* WebIDBDatabaseImpl::createObjectStore(const WebString& name, const WebString& ke… in createObjectStore()
DIDBDatabaseBackendProxy.cpp83WebIDBObjectStore* objectStore = m_webIDBDatabase->createObjectStore(name, keyPath, autoIncrement,… in createObjectStore()
/external/webkit/Source/WebKit/chromium/public/
DWebIDBObjectStore.h42 class WebIDBObjectStore {
44 virtual ~WebIDBObjectStore() { } in ~WebIDBObjectStore()
88 WebIDBObjectStore() {} in WebIDBObjectStore() function
DWebIDBTransaction.h36 class WebIDBObjectStore; variable
49 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&) in objectStore()
DWebIDBDatabase.h38 class WebIDBObjectStore; variable
61 …virtual WebIDBObjectStore* createObjectStore(const WebString& name, const WebString& keyPath, bool… in createObjectStore()
DWebIDBCallbacks.h38 class WebIDBObjectStore; variable
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-16281 [chromium] add WebIDBObjectStore::clear method
285 * public/WebIDBObjectStore.h:
286 (WebKit::WebIDBObjectStore::put):
287 (WebKit::WebIDBObjectStore::deleteFunction):
288 (WebKit::WebIDBObjectStore::clear):
660 Chromium: Remove deprecated WebIDBObjectStore::put() function
666 * public/WebIDBObjectStore.h:
667 (WebKit::WebIDBObjectStore::put):
754 * public/WebIDBObjectStore.h:
755 (WebKit::WebIDBObjectStore::put):
[all …]
DWebKit.gyp199 'public/WebIDBObjectStore.h',