Searched refs:ListPopupMenuClient (Results 1 – 7 of 7) sorted by relevance
37 class ListPopupMenuClient; variable41 PopupMenuAndroid(ListPopupMenuClient*);48 ListPopupMenuClient* m_popupClient;
37 PopupReply(const IntRect& rect, android::WebViewCore* view, ListPopupMenuClient* client) in PopupReply()87 ListPopupMenuClient* m_popupClient;92 PopupMenuAndroid::PopupMenuAndroid(ListPopupMenuClient* menuList) in PopupMenuAndroid()
62 WebCore::ListPopupMenuClient* client = static_cast<WebCore::ListPopupMenuClient*>(d); in multiple()152 ListPopupMenuClient* client = static_cast<ListPopupMenuClient*>(m_popupClient); in selectItem()
73 class ListPopupMenuClient : public PopupMenuClient {
42 class RenderMenuList : public RenderFlexibleBox, private ListPopupMenuClient {
562 return adoptRef(new PopupMenuAndroid(static_cast<ListPopupMenuClient*>(client))); in createPopupMenu()
33475 A new interface named ListPopupMenuClient that inherits from PopupMenuClient was created.33479 RenderMenuList has changed to inherit ListPopupMenuClient instead of PopupMenuClient