Searched defs:paintCustomScrollCorner (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitTools/WinLauncher/
H A DPrintWebUIDelegate.h103 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner(IWebView*, HDC, RECT) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/WebCore/page/
H A DChrome.cpp481 bool ChromeClient::paintCustomScrollCorner(GraphicsContext*, const FloatRect&) function in class:WebCore::ChromeClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h322 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner( function in class:WebInspectorDelegate
H A DWebChromeClient.cpp663 bool WebChromeClient::paintCustomScrollCorner(GraphicsContext* context, const FloatRect& rect) function in class:WebChromeClient
674 HRESULT hr = delegate->paintCustomScrollCorner(m_webView, hDC, webRect);
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DUIDelegate.cpp405 HRESULT STDMETHODCALLTYPE UIDelegate::paintCustomScrollCorner( function in class:UIDelegate

Completed in 54 milliseconds