HomeSort by relevance Sort by last modified time
    Searched defs:IDBCursorWithValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBCursorWithValue.cpp 27 #include "IDBCursorWithValue.h"
36 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
38 return adoptRef(new IDBCursorWithValue(backend, request, source, transaction));
41 IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
46 IDBCursorWithValue::~IDBCursorWithValue()
IDBCursorWithValue.h 35 class IDBCursorWithValue : public IDBCursor {
37 static PassRefPtr<IDBCursorWithValue> create(PassRefPtr<IDBCursorBackendInterface>, IDBRequest*, IDBAny* source, IDBTransaction*);
38 virtual ~IDBCursorWithValue();
44 IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface>, IDBRequest*, IDBAny* source, IDBTransaction*);

Completed in 1596 milliseconds