Searched refs:m_popupReply (Results 1 – 2 of 2) sorted by relevance
300 m_popupReply = 0; in WebViewCore()382 Release(m_popupReply); in ~WebViewCore()1954 if (m_popupReply != 0) in listBoxRequest()2001 m_popupReply = reply; in listBoxRequest()2231 if (m_popupReply) { in popupReply()2232 m_popupReply->replyInt(index); in popupReply()2233 Release(m_popupReply); in popupReply()2234 m_popupReply = 0; in popupReply()2240 if (m_popupReply) { in popupReply()2241 m_popupReply->replyIntArray(array, count); in popupReply()[all …]
508 WebCoreReply* m_popupReply; variable