Searched defs:internalShowContextMenu (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2271 internalShowContextMenu(menuLocation, contextMenuState, proposedItems, arguments);
2273 // No matter the result of internalShowContextMenu, always notify the WebProcess that the menu is hidden so it starts handling mouse events again.
2277 void WebPageProxy::internalShowContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebPageProxy

Completed in 29 milliseconds