Searched refs:menuLocation (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebContextMenuProxyMac.mm | 200 void WebContextMenuProxyMac::showContextMenu(const IntPoint& menuLocation, const Vector<WebContextM… 208 NSRect menuRect = NSMakeRect(menuLocation.x(), menuLocation.y(), 0, 0);
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.h | 626 …void showContextMenu(const WebCore::IntPoint& menuLocation, const ContextMenuState&, const Vector<… 627 …void internalShowContextMenu(const WebCore::IntPoint& menuLocation, const ContextMenuState&, const…
|
D | WebPageProxy.cpp | 2269 void WebPageProxy::showContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMen… in showContextMenu() argument 2271 internalShowContextMenu(menuLocation, contextMenuState, proposedItems, arguments); in showContextMenu() 2277 void WebPageProxy::internalShowContextMenu(const IntPoint& menuLocation, const ContextMenuState& co… in internalShowContextMenu() argument 2299 m_activeContextMenu->showContextMenu(menuLocation, proposedItems); in internalShowContextMenu() 2301 m_activeContextMenu->showContextMenu(menuLocation, items); in internalShowContextMenu()
|
D | WebPageProxy.messages.in | 169 …ShowContextMenu(WebCore::IntPoint menuLocation, WebKit::ContextMenuState state, Vector<WebKit::Web…
|