Home
last modified time | relevance | path

Searched refs:contextMenuState (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebContextMenu.cpp81 ContextMenuState contextMenuState; in show() local
82contextMenuState.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()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2269 …owContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector… in showContextMenu() argument
2271 internalShowContextMenu(menuLocation, contextMenuState, proposedItems, arguments); in showContextMenu()
2277 …owContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector… in internalShowContextMenu() argument
2284 m_activeContextMenuState = contextMenuState; in internalShowContextMenu()