Searched refs:m_popupReply (Results 1 – 2 of 2) sorted by relevance
422 , m_popupReply(0) in WebViewCore()562 Release(m_popupReply); in ~WebViewCore()3097 if (m_popupReply != 0) in listBoxRequest()3141 m_popupReply = reply; in listBoxRequest()3500 if (m_popupReply) { in popupReply()3501 m_popupReply->replyInt(index); in popupReply()3502 Release(m_popupReply); in popupReply()3503 m_popupReply = 0; in popupReply()3509 if (m_popupReply) { in popupReply()3510 m_popupReply->replyIntArray(array, count); in popupReply()[all …]
751 WebCoreReply* m_popupReply; variable