Searched refs:unregisterOpenCursor (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBCursorBackend.cpp59 m_transaction->unregisterOpenCursor(this);
H A DIDBTransaction.cpp235 m_transaction->unregisterOpenCursor(m_cursor);
241 m_transaction->unregisterOpenCursor(m_cursor);
252 void IDBTransaction::unregisterOpenCursor(IDBCursor* cursor) function in class:WebCore::IDBTransaction
H A DIDBTransaction.h127 void unregisterOpenCursor(IDBCursor*);
H A DIDBTransactionBackend.h61 void unregisterOpenCursor(IDBCursorBackend*);
H A DIDBTransactionBackend.cpp184 void IDBTransactionBackend::unregisterOpenCursor(IDBCursorBackend* cursor) function in class:WebCore::IDBTransactionBackend

Completed in 119 milliseconds