HomeSort by relevance Sort by last modified time
    Searched defs:WebIDBObjectStoreImpl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebIDBObjectStoreImpl.h 43 class WebIDBObjectStoreImpl : public WebIDBObjectStore {
45 WebIDBObjectStoreImpl(WTF::PassRefPtr<WebCore::IDBObjectStoreBackendInterface>);
46 ~WebIDBObjectStoreImpl();
WebIDBObjectStoreImpl.cpp 27 #include "WebIDBObjectStoreImpl.h"
46 WebIDBObjectStoreImpl::WebIDBObjectStoreImpl(PassRefPtr<IDBObjectStoreBackendInterface> objectStore)
51 WebIDBObjectStoreImpl::~WebIDBObjectStoreImpl()
55 WebString WebIDBObjectStoreImpl::name() const
60 WebString WebIDBObjectStoreImpl::keyPath() const
65 WebDOMStringList WebIDBObjectStoreImpl::indexNames() const
70 void WebIDBObjectStoreImpl::get(const WebIDBKey& key, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec)
75 void WebIDBObjectStoreImpl::put(const WebSerializedScriptValue& value, const WebIDBKey& key, PutMode putMode, WebIDBCallbacks (…)
    [all...]

Completed in 377 milliseconds