Searched refs:drawCustomMenuItem (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h77 virtual HRESULT STDMETHODCALLTYPE drawCustomMenuItem(IWebView*, void*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h204 virtual HRESULT STDMETHODCALLTYPE drawCustomMenuItem( function in class:WebInspectorDelegate
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h211 virtual HRESULT STDMETHODCALLTYPE drawCustomMenuItem( function in class:UIDelegate
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl595 @method webView:drawCustomMenuItem
600 [local] HRESULT drawCustomMenuItem([in] IWebView* sender, [in] void* drawItem);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1357 m_uiDelegate->drawCustomMenuItem((IWebView*)this, (void*)lParam);

Completed in 179 milliseconds