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

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPopupMenuBlackBerry.cpp20 #include "PopupMenuBlackBerry.h"
26 PopupMenuBlackBerry::PopupMenuBlackBerry(PopupMenuClient* client) function in class:WebCore::PopupMenuBlackBerry
31 PopupMenuBlackBerry::~PopupMenuBlackBerry()
35 void PopupMenuBlackBerry::show(const IntRect&, FrameView*, int)
39 void PopupMenuBlackBerry::hide()
44 void PopupMenuBlackBerry::updateFromElement()
48 void PopupMenuBlackBerry::disconnectClient()
H A DPopupMenuBlackBerry.h28 class PopupMenuBlackBerry : public PopupMenu { class in namespace:WebCore
30 PopupMenuBlackBerry(PopupMenuClient*);
31 ~PopupMenuBlackBerry();
H A DSearchPopupMenuBlackBerry.cpp29 : m_popup(adoptRef(new PopupMenuBlackBerry(client)))
H A DSearchPopupMenuBlackBerry.h22 #include "PopupMenuBlackBerry.h"
37 RefPtr<PopupMenuBlackBerry> m_popup;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DChromeClientBlackBerry.cpp50 #include "PopupMenuBlackBerry.h"
304 return adoptRef(new PopupMenuBlackBerry(client));

Completed in 172 milliseconds