Searched defs:IDBCursorWithValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursorWithValue.cpp27 #include "modules/indexeddb/IDBCursorWithValue.h"
35 IDBCursorWithValue* IDBCursorWithValue::create(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
37 return new IDBCursorWithValue(backend, direction, request, source, transaction);
40 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) function in class:blink::IDBCursorWithValue
45 IDBCursorWithValue::~IDBCursorWithValue()

Completed in 213 milliseconds