Home
last modified time | relevance | path

Searched defs:showContextMenu (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/page/
DContextMenuController.cpp97 void ContextMenuController::showContextMenu(Event* event, PassRefPtr<ContextMenuProvider> menuProvi… in showContextMenu() function in WebCore::ContextMenuController
126 void ContextMenuController::showContextMenu(Event* event) in showContextMenu() function in WebCore::ContextMenuController
/external/webkit/WebCore/bindings/js/
DJSInspectorFrontendHostCustom.cpp52 JSValue JSInspectorFrontendHost::showContextMenu(ExecState* execState, const ArgList& args) in showContextMenu() function in WebCore::JSInspectorFrontendHost
/external/webkit/WebCore/inspector/
DInspectorFrontendHost.cpp155 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem*>& items) in showContextMenu() function in WebCore::InspectorFrontendHost
/external/webkit/WebKit/chromium/public/
DWebViewClient.h217 virtual void showContextMenu(WebFrame*, const WebContextMenuData&) { } in showContextMenu() function