Searched refs:showContextMenu (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DContextMenuClientEfl.cpp45 static void showContextMenu(WKPageRef, WKPoint menuLocation, WKArrayRef menuItems, const void* clientInfo) function
47 toContextClientEfl(clientInfo)->view()->showContextMenu(menuLocation, menuItems);
69 contextMenuClient.showContextMenu = showContextMenu;
H A DWebContextMenuProxyEfl.cpp50 void WebContextMenuProxyEfl::showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&) function in class:WebKit::WebContextMenuProxyEfl
H A DWebContextMenuProxyEfl.h51 void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp43 void WebContextMenuProxyQt::showContextMenu(const IntPoint& position, const Vector<WebContextMenuItemData>& items) function in class:WebKit::WebContextMenuProxyQt
H A DWebContextMenuProxyQt.h45 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebContextMenuProxy.h45 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>& items) = 0;
H A DWebPageContextMenuClient.h48 bool showContextMenu(WebPageProxy*, const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
H A DWebPageContextMenuClient.cpp96 bool WebPageContextMenuClient::showContextMenu(WebPageProxy* page, const WebCore::IntPoint& menuLocation, const Vector<WebContextMenuItemData>& menuItemsVector) function in class:WebKit::WebPageContextMenuClient
98 if (!m_client.showContextMenu)
109 m_client.showContextMenu(toAPI(page), toAPI(menuLocation), toAPI(ImmutableArray::adopt(menuItems).get()), m_client.clientInfo);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebContextMenuProxyMac.h47 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
H A DWebContextMenuProxyMac.mm201 void WebContextMenuProxyMac::showContextMenu(const IntPoint& menuLocation, const Vector<WebContextMenuItemData>& items)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DContextMenuController.h59 void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
78 void showContextMenu(Event*);
H A DContextMenuClient.h67 virtual void showContextMenu() = 0;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebContextMenuClient.h49 virtual void showContextMenu() OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebContextMenuProxyGtk.h48 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
H A DWebContextMenuProxyGtk.cpp138 void WebContextMenuProxyGtk::showContextMenu(const WebCore::IntPoint& position, const Vector<WebContextMenuItemData>& items) function in class:WebKit::WebContextMenuProxyGtk
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorFrontendHost.idl64 [Custom] void showContextMenu(MouseEvent event, any items);
H A DInspectorFrontendHost.h82 void showContextMenu(Event*, const Vector<ContextMenuItem>& items);
H A DInspectorFrontendHost.cpp266 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem>& items) function in class:WebCore::InspectorFrontendHost
280 menuController->showContextMenu(event, menuProvider);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebContextMenuClient.cpp95 void WebContextMenuClient::showContextMenu() function in class:WebKit::WebContextMenuClient
H A DWebContextMenuClient.h66 void showContextMenu() OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSInspectorFrontendHostCustom.cpp130 JSValue JSInspectorFrontendHost::showContextMenu(ExecState* exec) function in class:WebCore::JSInspectorFrontendHost
146 impl()->showContextMenu(event, items);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DAPIClientTraits.cpp62 offsetof(WKPageContextMenuClient, showContextMenu),
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_context_menu.cpp66 static Eina_Bool showContextMenu(Ewk_View_Smart_Data*, Evas_Coord, Evas_Coord, Ewk_Context_Menu* contextMenu) function
189 ewkViewClass()->context_menu_show = showContextMenu;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DContextMenu.js202 InspectorFrontendHost.showContextMenu(this._event, menuObject);
H A DSoftContextMenu.js393 if (!InspectorFrontendHost.showContextMenu) {
395 InspectorFrontendHost.showContextMenu = function(event, items)

Completed in 225 milliseconds

12