Searched refs:WebIDBObjectStore (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | IDBObjectStoreBackendProxy.h | 38 class WebIDBObjectStore; variable 42 … static PassRefPtr<WebCore::IDBObjectStoreBackendInterface> create(PassOwnPtr<WebIDBObjectStore>); 61 IDBObjectStoreBackendProxy(PassOwnPtr<WebIDBObjectStore>); 63 OwnPtr<WebIDBObjectStore> m_webIDBObjectStore;
|
D | WebIDBDatabaseImpl.h | 43 class WebIDBObjectStore; variable 56 …virtual WebIDBObjectStore* createObjectStore(const WebString& name, const WebString& keyPath, bool…
|
D | IDBObjectStoreBackendProxy.cpp | 48 …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()
|
D | WebIDBTransactionImpl.h | 45 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&);
|
D | WebIDBTransactionImpl.cpp | 54 WebIDBObjectStore* WebIDBTransactionImpl::objectStore(const WebString& name, ExceptionCode& ec) in objectStore()
|
D | IDBTransactionBackendProxy.cpp | 59 WebIDBObjectStore* objectStore = m_webIDBTransaction->objectStore(name, ec); in objectStore()
|
D | WebIDBObjectStoreImpl.h | 43 class WebIDBObjectStoreImpl : public WebIDBObjectStore {
|
D | WebIDBDatabaseImpl.cpp | 69 WebIDBObjectStore* WebIDBDatabaseImpl::createObjectStore(const WebString& name, const WebString& ke… in createObjectStore()
|
D | IDBDatabaseBackendProxy.cpp | 83 …WebIDBObjectStore* objectStore = m_webIDBDatabase->createObjectStore(name, keyPath, autoIncrement,… in createObjectStore()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebIDBObjectStore.h | 42 class WebIDBObjectStore { 44 virtual ~WebIDBObjectStore() { } in ~WebIDBObjectStore() 88 WebIDBObjectStore() {} in WebIDBObjectStore() function
|
D | WebIDBTransaction.h | 36 class WebIDBObjectStore; variable 49 virtual WebIDBObjectStore* objectStore(const WebString& name, WebExceptionCode&) in objectStore()
|
D | WebIDBDatabase.h | 38 class WebIDBObjectStore; variable 61 …virtual WebIDBObjectStore* createObjectStore(const WebString& name, const WebString& keyPath, bool… in createObjectStore()
|
D | WebIDBCallbacks.h | 38 class WebIDBObjectStore; variable
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 281 [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 …]
|
D | WebKit.gyp | 199 'public/WebIDBObjectStore.h',
|