OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openObjectCursor
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebIDBIndex.h
65
virtual void
openObjectCursor
(const WebIDBKeyRange&, unsigned short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&) { WEBKIT_ASSERT_NOT_REACHED(); }
/external/webkit/Source/WebKit/chromium/src/
WebIDBIndexImpl.h
51
virtual void
openObjectCursor
(const WebIDBKeyRange&, unsigned short direction, WebIDBCallbacks*, const WebIDBTransaction&, WebExceptionCode&);
WebIDBIndexImpl.cpp
71
void WebIDBIndexImpl::
openObjectCursor
(const WebIDBKeyRange& keyRange, unsigned short direction, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec)
IDBIndexBackendProxy.cpp
83
m_webIDBIndex->
openObjectCursor
(keyRange, direction, new WebIDBCallbacksImpl(callbacks), *transactionProxy->getWebIDBTransaction(), ec);
Completed in 624 milliseconds