Searched refs:PopupMenuWx (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/
H A DPopupMenuWx.cpp25 #include "PopupMenuWx.h"
64 PopupMenuWx::PopupMenuWx(PopupMenuClient* client) function in class:WebCore::PopupMenuWx
71 PopupMenuWx::~PopupMenuWx()
76 void PopupMenuWx::disconnectClient()
81 void PopupMenuWx::show(const IntRect& r, FrameView* v, int index)
114 void PopupMenuWx::hide()
120 void PopupMenuWx::updateFromElement()
H A DPopupMenuWx.h43 class PopupMenuWx : public PopupMenu { class in namespace:WebCore
45 PopupMenuWx(PopupMenuClient*);
46 ~PopupMenuWx();
H A DSearchPopupMenuWx.cpp35 : m_popup(adoptRef(new PopupMenuWx(client)))
H A DSearchPopupMenuWx.h24 #include "PopupMenuWx.h"
39 RefPtr<PopupMenuWx> m_popup;
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp44 #include "PopupMenuWx.h"
487 return adoptRef(new PopupMenuWx(client));

Completed in 86 milliseconds