Searched refs:PopupMenuWin (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DSearchPopupMenuWin.h24 #include "PopupMenuWin.h"
39 RefPtr<PopupMenuWin> m_popup;
H A DPopupMenuWin.cpp24 #include "PopupMenuWin.h"
90 PopupMenuWin::PopupMenuWin(PopupMenuClient* client) function in class:WebCore::PopupMenuWin
106 PopupMenuWin::~PopupMenuWin()
118 void PopupMenuWin::disconnectClient()
123 LPCWSTR PopupMenuWin::popupClassName()
128 void PopupMenuWin::show(const IntRect& r, FrameView* view, int index)
276 void PopupMenuWin::hide()
292 void PopupMenuWin
[all...]
H A DPopupMenuWin.h42 class PopupMenuWin : public PopupMenu, private ScrollableArea { class in namespace:WebCore
44 PopupMenuWin(PopupMenuClient*);
45 ~PopupMenuWin();
H A DSearchPopupMenuWin.cpp33 : m_popup(adoptRef(new PopupMenuWin(client)))
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp32 #include "PopupMenuWin.h"
395 return adoptRef(new PopupMenuWin(client));
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp56 #include <WebCore/PopupMenuWin.h>
872 return adoptRef(new PopupMenuWin(client));
/external/webkit/Source/WebKit/win/
H A DWebView.cpp113 #include <WebCore/PopupMenuWin.h>
1682 ASSERT(WTF_ARRAY_LENGTH(className) > wcslen(PopupMenuWin::popupClassName()));
1684 if (GetClassNameW(focusedWindow, className, WTF_ARRAY_LENGTH(className)) && !wcscmp(className, PopupMenuWin::popupClassName())) {

Completed in 128 milliseconds