Home
last modified time | relevance | path

Searched refs:cursorToNotify (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBRequest.cpp451 IDBCursor* cursorToNotify = 0; in dispatchEvent() local
453 cursorToNotify = getResultCursor(); in dispatchEvent()
454 if (cursorToNotify) in dispatchEvent()
455cursorToNotify->setValueReady(m_cursorKey.release(), m_cursorPrimaryKey.release(), m_cursorValue.r… in dispatchEvent()
488 if (cursorToNotify) in dispatchEvent()
489 cursorToNotify->postSuccessHandlerCallback(); in dispatchEvent()