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

/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.h198 virtual HRESULT STDMETHODCALLTYPE addCustomMenuDrawingData(/* [in] */ IWebView*, /* [in] */ HMENU) { return E_NOTIMPL; } function in class:WebInspectorDelegate
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUIDelegate.idl603 @method webView:addCustomMenuDrawingData
609 HRESULT addCustomMenuDrawingData([in] IWebView* sender, [in] HMENU hMenu);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebView.cpp1448 m_uiDelegate->addCustomMenuDrawingData((IWebView*)this, menu);

Completed in 179 milliseconds