Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp358 , m_popupReply(0) in WebViewCore()
483 Release(m_popupReply); in ~WebViewCore()
3078 if (m_popupReply != 0) in listBoxRequest()
3122 m_popupReply = reply; in listBoxRequest()
3399 if (m_popupReply) { in popupReply()
3400 m_popupReply->replyInt(index); in popupReply()
3401 Release(m_popupReply); in popupReply()
3402 m_popupReply = 0; in popupReply()
3408 if (m_popupReply) { in popupReply()
3409 m_popupReply->replyIntArray(array, count); in popupReply()
[all …]
DWebViewCore.h660 WebCoreReply* m_popupReply; variable