Searched refs:proposedItems (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2269 void WebPageProxy::showContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments) argument
2271 internalShowContextMenu(menuLocation, contextMenuState, proposedItems, arguments);
2277 void WebPageProxy::internalShowContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments) argument
2298 if (!m_contextMenuClient.getContextMenuFromProposedMenu(this, proposedItems, items, userData.get()))
2299 m_activeContextMenu->showContextMenu(menuLocation, proposedItems);

Completed in 65 milliseconds