Home | History | Annotate | Download | only in src

Lines Matching refs:WebIDBCursorImpl

27 #include "WebIDBCursorImpl.h"
41 WebIDBCursorImpl::WebIDBCursorImpl(PassRefPtr<IDBCursorBackendInterface> idbCursorBackend)
46 WebIDBCursorImpl::~WebIDBCursorImpl()
50 unsigned short WebIDBCursorImpl::direction() const
55 WebIDBKey WebIDBCursorImpl::key() const
60 WebIDBKey WebIDBCursorImpl::primaryKey() const
65 WebSerializedScriptValue WebIDBCursorImpl::value() const
70 void WebIDBCursorImpl::update(const WebSerializedScriptValue& value, WebIDBCallbacks* callbacks, WebExceptionCode& ec)
75 void WebIDBCursorImpl::continueFunction(const WebIDBKey& key, WebIDBCallbacks* callbacks, WebExceptionCode& ec)
80 void WebIDBCursorImpl::deleteFunction(WebIDBCallbacks* callbacks, WebExceptionCode& ec)