Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/android/
DPopupMenuAndroid.cpp35 class PopupReply : public android::WebCoreReply { class
37 PopupReply(const IntRect& rect, android::WebViewCore* view, ListPopupMenuClient* client) in PopupReply() function in PopupReply
44 virtual ~PopupReply() {} in ~PopupReply()
127 m_reply = new PopupReply(rect, viewImpl, m_popupClient); in show()
DPopupMenuAndroid.h32 class PopupReply; variable
49 PopupReply* m_reply;