Home
last modified time | relevance | path

Searched refs:menuLocation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/mac/
DWebContextMenuProxyMac.mm200 void WebContextMenuProxyMac::showContextMenu(const IntPoint& menuLocation, const Vector<WebContextM…
208 NSRect menuRect = NSMakeRect(menuLocation.x(), menuLocation.y(), 0, 0);
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h626 …void showContextMenu(const WebCore::IntPoint& menuLocation, const ContextMenuState&, const Vector<…
627 …void internalShowContextMenu(const WebCore::IntPoint& menuLocation, const ContextMenuState&, const…
DWebPageProxy.cpp2269 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()
DWebPageProxy.messages.in169 …ShowContextMenu(WebCore::IntPoint menuLocation, WebKit::ContextMenuState state, Vector<WebKit::Web…