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

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

Completed in 65 milliseconds