HomeSort by relevance Sort by last modified time
    Searched refs:ContextMenuState (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Shared/
ContextMenuState.h 33 struct ContextMenuState {
43 static bool decode(CoreIPC::ArgumentDecoder* decoder, ContextMenuState& result)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebContextMenu.cpp 25 #include "ContextMenuState.h"
81 ContextMenuState contextMenuState;
82 contextMenuState.absoluteImageURLString = controller->hitTestResult().absoluteImageURL().string();
83 contextMenuState.absoluteLinkURLString = controller->hitTestResult().absoluteLinkURL().string();
87 m_page->send(Messages::WebPageProxy::ShowContextMenu(view->contentsToWindow(controller->hitTestResult().point()), contextMenuState, proposedMenu, InjectedBundleUserMessageEncoder(userData.get())));
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 31 #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*);
    [all...]
WebPageProxy.cpp     [all...]

Completed in 38 milliseconds