Searched refs:idbCursorWithValue (Results 1 – 6 of 6) sorted by relevance
101 IDBCursorWithValue* idbCursorWithValue() const;
76 IDBCursorWithValue* IDBAny::idbCursorWithValue() const in idbCursorWithValue() function in WebCore::IDBAny
172 return m_result->idbCursorWithValue(); in getResultCursor()
333 cursor = cursorAny->idbCursorWithValue(); in handleEvent()
122 return toV8(impl->idbCursorWithValue(), creationContext, isolate); in toV8()
418 RefPtr<IDBCursorWithValue> idbCursor = requestResult->idbCursorWithValue(); in handleEvent()