Searched refs:contextMenuState (Results 1 – 2 of 2) sorted by relevance
81 ContextMenuState contextMenuState; in show() local82 … contextMenuState.absoluteImageURLString = controller->hitTestResult().absoluteImageURL().string(); in show()83 contextMenuState.absoluteLinkURLString = controller->hitTestResult().absoluteLinkURL().string(); in show()87 …xtMenu(view->contentsToWindow(controller->hitTestResult().point()), contextMenuState, proposedMenu… in show()
2269 …owContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector… in showContextMenu() argument2271 internalShowContextMenu(menuLocation, contextMenuState, proposedItems, arguments); in showContextMenu()2277 …owContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector… in internalShowContextMenu() argument2284 m_activeContextMenuState = contextMenuState; in internalShowContextMenu()