Home
last modified time | relevance | path

Searched defs:openKeyCursor (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBIndex.h61 …PassRefPtr<IDBRequest> openKeyCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return … in openKeyCursor() function
62 …PassRefPtr<IDBRequest> openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyR… in openKeyCursor() function
DIDBIndex.cpp76 PassRefPtr<IDBRequest> IDBIndex::openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRa… in openKeyCursor() function in WebCore::IDBIndex
DIDBIndexBackendImpl.cpp113 void IDBIndexBackendImpl::openKeyCursor(PassRefPtr<IDBKeyRange> prpKeyRange, unsigned short directi… in openKeyCursor() function in WebCore::IDBIndexBackendImpl
/external/webkit/Source/WebKit/chromium/src/
DWebIDBIndexImpl.cpp76 void WebIDBIndexImpl::openKeyCursor(const WebIDBKeyRange& keyRange, unsigned short direction, WebID… in openKeyCursor() function in WebKit::WebIDBIndexImpl
DIDBIndexBackendProxy.cpp86 void IDBIndexBackendProxy::openKeyCursor(PassRefPtr<IDBKeyRange> keyRange, unsigned short direction… in openKeyCursor() function in WebKit::IDBIndexBackendProxy
/external/webkit/Source/WebKit/chromium/public/
DWebIDBIndex.h66 …virtual void openKeyCursor(const WebIDBKeyRange&, unsigned short direction, WebIDBCallbacks*, cons… in openKeyCursor() function