Home
last modified time | relevance | path

Searched defs:idbCursor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBAny.cpp69 IDBCursor* IDBAny::idbCursor() const in idbCursor() function in WebCore::IDBAny
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorIndexedDBAgent.cpp418 RefPtr<IDBCursorWithValue> idbCursor = requestResult->idbCursorWithValue(); in handleEvent() local