Searched refs:IDBObjectStoreBackendProxy (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DIDBObjectStoreBackendProxy.cpp27 #include "IDBObjectStoreBackendProxy.h"
48 PassRefPtr<IDBObjectStoreBackendInterface> IDBObjectStoreBackendProxy::create(PassOwnPtr<WebIDBObjectStore> objectStore)
50 return adoptRef(new IDBObjectStoreBackendProxy(objectStore));
53 IDBObjectStoreBackendProxy::IDBObjectStoreBackendProxy(PassOwnPtr<WebIDBObjectStore> objectStore) function in class:WebKit::IDBObjectStoreBackendProxy
58 IDBObjectStoreBackendProxy::~IDBObjectStoreBackendProxy()
62 String IDBObjectStoreBackendProxy::name() const
67 String IDBObjectStoreBackendProxy::keyPath() const
72 PassRefPtr<DOMStringList> IDBObjectStoreBackendProxy
[all...]
H A DIDBObjectStoreBackendProxy.h40 class IDBObjectStoreBackendProxy : public WebCore::IDBObjectStoreBackendInterface { class in namespace:WebKit
43 virtual ~IDBObjectStoreBackendProxy();
61 IDBObjectStoreBackendProxy(PassOwnPtr<WebIDBObjectStore>);
H A DIDBTransactionBackendProxy.cpp31 #include "IDBObjectStoreBackendProxy.h"
62 return IDBObjectStoreBackendProxy::create(objectStore);
H A DIDBDatabaseBackendProxy.cpp34 #include "IDBObjectStoreBackendProxy.h"
86 return IDBObjectStoreBackendProxy::create(objectStore);

Completed in 80 milliseconds