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

/external/webkit/Source/WebKit2/Shared/
H A DContextMenuState.h33 struct ContextMenuState { struct in namespace:WebKit
43 static bool decode(CoreIPC::ArgumentDecoder* decoder, ContextMenuState& result)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebContextMenu.cpp25 #include "ContextMenuState.h"
81 ContextMenuState contextMenuState;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h31 #include "ContextMenuState.h"
626 void showContextMenu(const WebCore::IntPoint& menuLocation, const ContextMenuState&, const Vector<WebContextMenuItemData>&, CoreIPC::ArgumentDecoder*);
627 void internalShowContextMenu(const WebCore::IntPoint& menuLocation, const ContextMenuState&, const Vector<WebContextMenuItemData>&, CoreIPC::ArgumentDecoder*);
748 ContextMenuState m_activeContextMenuState;
H A DWebPageProxy.cpp2269 void WebPageProxy::showContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments)
2277 void WebPageProxy::internalShowContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments)

Completed in 267 milliseconds