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

/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.h188 virtual HRESULT STDMETHODCALLTYPE trackCustomPopupMenu(/* [in] */ IWebView*, /* [in] */ HMENU, /* [in] */ LPPOINT) { return E_NOTIMPL; } function in class:WebInspectorDelegate
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUIDelegate.idl584 HRESULT trackCustomPopupMenu([in] IWebView* sender, [in] HMENU hMenu, [in] LPPOINT point);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebView.cpp1395 m_uiDelegate->trackCustomPopupMenu((IWebView*)this, coreMenu->platformContextMenu(), &point);

Completed in 121 milliseconds