Home
last modified time | relevance | path

Searched refs:ListPopupMenuClient (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DPopupMenuAndroid.h37 class ListPopupMenuClient; variable
41 PopupMenuAndroid(ListPopupMenuClient*);
48 ListPopupMenuClient* m_popupClient;
DPopupMenuAndroid.cpp37 PopupReply(const IntRect& rect, android::WebViewCore* view, ListPopupMenuClient* client) in PopupReply()
87 ListPopupMenuClient* m_popupClient;
92 PopupMenuAndroid::PopupMenuAndroid(ListPopupMenuClient* menuList) in PopupMenuAndroid()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPopupMenuQt.cpp62 WebCore::ListPopupMenuClient* client = static_cast<WebCore::ListPopupMenuClient*>(d); in multiple()
152 ListPopupMenuClient* client = static_cast<ListPopupMenuClient*>(m_popupClient); in selectItem()
/external/webkit/Source/WebCore/platform/
DPopupMenuClient.h73 class ListPopupMenuClient : public PopupMenuClient {
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.h42 class RenderMenuList : public RenderFlexibleBox, private ListPopupMenuClient {
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp562 return adoptRef(new PopupMenuAndroid(static_cast<ListPopupMenuClient*>(client))); in createPopupMenu()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2433475 A new interface named ListPopupMenuClient that inherits from PopupMenuClient was created.
33479 RenderMenuList has changed to inherit ListPopupMenuClient instead of PopupMenuClient