Home
last modified time | relevance | path

Searched refs:paintCustomScrollCorner (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.h118 virtual bool paintCustomScrollCorner(WebCore::GraphicsContext*, const WebCore::FloatRect&);
DWebChromeClient.cpp632 bool WebChromeClient::paintCustomScrollCorner(GraphicsContext* context, const FloatRect& rect) in paintCustomScrollCorner() function in WebChromeClient
643 HRESULT hr = delegate->paintCustomScrollCorner(m_webView, hDC, webRect); in paintCustomScrollCorner()
DWebInspectorDelegate.h322 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner( in paintCustomScrollCorner() function
/external/webkit/WebCore/page/
DChromeClient.h167 virtual bool paintCustomScrollCorner(GraphicsContext*, const FloatRect&);
DChrome.cpp445 bool ChromeClient::paintCustomScrollCorner(GraphicsContext*, const FloatRect&) in paintCustomScrollCorner() function in WebCore::ChromeClient
/external/webkit/WebCore/platform/
DScrollbarThemeComposite.cpp299 if (!page->chrome()->client()->paintCustomScrollCorner(context, cornerRect)) in paintScrollCorner()
/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.cpp401 HRESULT STDMETHODCALLTYPE UIDelegate::paintCustomScrollCorner( in paintCustomScrollCorner() function in UIDelegate
DUIDelegate.h321 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner(
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegate.idl757 HRESULT paintCustomScrollCorner([in] IWebView* webView, [in] HDC hDC, [in] RECT rect);
/external/webkit/WebKit/win/
DChangeLog-2009-06-164185 …l: Added WebUIDelegate4 with new delegate methods, paintCustomScrollbar and paintCustomScrollCorner
4190 (WebChromeClient::paintCustomScrollCorner): Added. Calls new delegate method.
/external/webkit/WebCore/
DChangeLog-2008-08-103249 (WebCore::ChromeClient::paintCustomScrollCorner): ditto.