Searched defs:WebIDBCursorImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBCursorImpl.h42 class WebIDBCursorImpl : public WebIDBCursor { class in namespace:WebKit
44 WebIDBCursorImpl(WTF::PassRefPtr<WebCore::IDBCursorBackendInterface>);
45 virtual ~WebIDBCursorImpl();
H A DWebIDBCursorImpl.cpp27 #include "WebIDBCursorImpl.h"
41 WebIDBCursorImpl::WebIDBCursorImpl(PassRefPtr<IDBCursorBackendInterface> idbCursorBackend) function in class:WebKit::WebIDBCursorImpl
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
[all...]

Completed in 70 milliseconds