Home | History | Annotate | Download | only in indexeddb

Lines Matching refs:IDBAny

35 #include "modules/indexeddb/IDBAny.h"
51 IDBCursor* IDBCursor::create(PassOwnPtr<blink::WebIDBCursor> backend, blink::WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
80 IDBCursor::IDBCursor(PassOwnPtr<blink::WebIDBCursor> backend, blink::WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
93 ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType);
152 return objectStore->put(scriptState, blink::WebIDBPutModeCursorUpdate, IDBAny::create(this), value, m_primaryKey, exceptionState);
294 IDBRequest* request = IDBRequest::create(scriptState, IDBAny::create(this), m_transaction.get());
330 IDBAny* value;
332 value = IDBAny::create(m_value, m_blobInfo.get(), m_primaryKey, metadata.keyPath);
337 value = IDBAny::create(m_value, m_blobInfo.get());
371 if (m_source->type() == IDBAny::IDBObjectStoreType)
378 if (m_source->type() == IDBAny::IDBObjectStoreType)