HomeSort by relevance Sort by last modified time
    Searched defs:WebContextMenuProxyWin (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextMenuProxyWin.h 36 class WebContextMenuProxyWin : public WebContextMenuProxy {
38 static PassRefPtr<WebContextMenuProxyWin> create(HWND parentWindow, WebPageProxy* page)
40 return adoptRef(new WebContextMenuProxyWin(parentWindow, page));
44 WebContextMenuProxyWin(HWND parentWindow, WebPageProxy* page);
WebContextMenuProxyWin.cpp 27 #include "WebContextMenuProxyWin.h"
35 WebContextMenuProxyWin::WebContextMenuProxyWin(HWND parentWindow, WebPageProxy* page)
42 void WebContextMenuProxyWin::populateMenu(HMENU menu, const Vector<WebContextMenuItemData>& items)
74 void WebContextMenuProxyWin::showContextMenu(const IntPoint& origin, const Vector<WebContextMenuItemData>& items)
97 void WebContextMenuProxyWin::hideContextMenu()

Completed in 34 milliseconds