HomeSort by relevance Sort by last modified time
    Searched refs:IDBObjectStoreBackendProxy (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
IDBObjectStoreBackendProxy.cpp 27 #include "IDBObjectStoreBackendProxy.h"
48 PassRefPtr<IDBObjectStoreBackendInterface> IDBObjectStoreBackendProxy::create(PassOwnPtr<WebIDBObjectStore> objectStore)
50 return adoptRef(new IDBObjectStoreBackendProxy(objectStore));
53 IDBObjectStoreBackendProxy::IDBObjectStoreBackendProxy(PassOwnPtr<WebIDBObjectStore> objectStore)
58 IDBObjectStoreBackendProxy::~IDBObjectStoreBackendProxy()
62 String IDBObjectStoreBackendProxy::name() const
67 String IDBObjectStoreBackendProxy::keyPath() const
72 PassRefPtr<DOMStringList> IDBObjectStoreBackendProxy::indexNames() cons
    [all...]
IDBObjectStoreBackendProxy.h 40 class IDBObjectStoreBackendProxy : public WebCore::IDBObjectStoreBackendInterface {
43 virtual ~IDBObjectStoreBackendProxy();
61 IDBObjectStoreBackendProxy(PassOwnPtr<WebIDBObjectStore>);
IDBTransactionBackendProxy.cpp 31 #include "IDBObjectStoreBackendProxy.h"
62 return IDBObjectStoreBackendProxy::create(objectStore);
IDBDatabaseBackendProxy.cpp 34 #include "IDBObjectStoreBackendProxy.h"
86 return IDBObjectStoreBackendProxy::create(objectStore);

Completed in 69 milliseconds