Home
last modified time | relevance | path

Searched defs:WebIDBCursorDirection (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_fake_backing_store.cc166 blink::WebIDBCursorDirection, in OpenObjectStoreKeyCursor()
176 blink::WebIDBCursorDirection, in OpenObjectStoreCursor()
187 blink::WebIDBCursorDirection, in OpenIndexKeyCursor()
198 blink::WebIDBCursorDirection, in OpenIndexCursor()
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBTypes.h53 enum WebIDBCursorDirection { enum
DWebIDBDatabase.h70 …ong long objectStoreId, long long indexId, const WebIDBKeyRange&, WebIDBCursorDirection, bool keyO… in openCursor() argument