Searched refs:paintCustomScrollCorner (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.h | 118 virtual bool paintCustomScrollCorner(WebCore::GraphicsContext*, const WebCore::FloatRect&);
|
D | WebChromeClient.cpp | 632 bool WebChromeClient::paintCustomScrollCorner(GraphicsContext* context, const FloatRect& rect) in paintCustomScrollCorner() function in WebChromeClient 643 HRESULT hr = delegate->paintCustomScrollCorner(m_webView, hDC, webRect); in paintCustomScrollCorner()
|
D | WebInspectorDelegate.h | 322 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner( in paintCustomScrollCorner() function
|
/external/webkit/WebCore/page/ |
D | ChromeClient.h | 167 virtual bool paintCustomScrollCorner(GraphicsContext*, const FloatRect&);
|
D | Chrome.cpp | 445 bool ChromeClient::paintCustomScrollCorner(GraphicsContext*, const FloatRect&) in paintCustomScrollCorner() function in WebCore::ChromeClient
|
/external/webkit/WebCore/platform/ |
D | ScrollbarThemeComposite.cpp | 299 if (!page->chrome()->client()->paintCustomScrollCorner(context, cornerRect)) in paintScrollCorner()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | UIDelegate.cpp | 401 HRESULT STDMETHODCALLTYPE UIDelegate::paintCustomScrollCorner( in paintCustomScrollCorner() function in UIDelegate
|
D | UIDelegate.h | 321 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner(
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 757 HRESULT paintCustomScrollCorner([in] IWebView* webView, [in] HDC hDC, [in] RECT rect);
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 4185 …l: Added WebUIDelegate4 with new delegate methods, paintCustomScrollbar and paintCustomScrollCorner 4190 (WebChromeClient::paintCustomScrollCorner): Added. Calls new delegate method.
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 3249 (WebCore::ChromeClient::paintCustomScrollCorner): ditto.
|