HomeSort by relevance Sort by last modified time
    Searched refs:IDBCursorWithValue (Results 1 - 7 of 7) 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*);
IDBCursorWithValue.idl 30 ] IDBCursorWithValue : IDBCursor {
IDBAny.h 38 class IDBCursorWithValue;
84 PassRefPtr<IDBCursorWithValue> idbCursorWithValue();
96 void set(PassRefPtr<IDBCursorWithValue>);
112 RefPtr<IDBCursorWithValue> m_idbCursorWithValue;
IDBAny.cpp 31 #include "IDBCursorWithValue.h"
68 PassRefPtr<IDBCursorWithValue> IDBAny::idbCursorWithValue()
122 void IDBAny::set(PassRefPtr<IDBCursorWithValue> value)
IDBRequest.cpp 39 #include "IDBCursorWithValue.h"
193 m_result = IDBAny::create(IDBCursorWithValue::create(backend, this, m_source.get(), m_transaction.get()));
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 2007 milliseconds