Searched refs:paintCustomScrollbar (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.h | 115 …virtual bool paintCustomScrollbar(WebCore::GraphicsContext*, const WebCore::FloatRect&, WebCore::S…
|
D | WebChromeClient.cpp | 563 bool WebChromeClient::paintCustomScrollbar(GraphicsContext* context, const FloatRect& rect, Scrollb… in paintCustomScrollbar() function in WebChromeClient 626 …HRESULT hr = delegate->paintCustomScrollbar(m_webView, hDC, webRect, webSize, webState, webPressed… in paintCustomScrollbar()
|
D | WebInspectorDelegate.h | 310 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollbar( in paintCustomScrollbar() function
|
/external/webkit/WebCore/page/ |
D | ChromeClient.h | 164 virtual bool paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize,
|
D | Chrome.cpp | 438 bool ChromeClient::paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize, in paintCustomScrollbar() function in WebCore::ChromeClient
|
/external/webkit/WebCore/platform/ |
D | ScrollbarThemeComposite.cpp | 112 if (page->chrome()->client()->paintCustomScrollbar(graphicsContext, in paint()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | UIDelegate.cpp | 386 HRESULT STDMETHODCALLTYPE UIDelegate::paintCustomScrollbar( in paintCustomScrollbar() function in UIDelegate
|
D | UIDelegate.h | 309 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollbar(
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 755 …HRESULT paintCustomScrollbar([in] IWebView* webView, [in] HDC hDC, [in] RECT rect, [in] WebScrollB…
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 3472 (WebChromeClient::paintCustomScrollbar): Tweaked constant names to make this 4185 …ebUIDelegate.idl: Added WebUIDelegate4 with new delegate methods, paintCustomScrollbar and paintCu… 4189 …(WebChromeClient::paintCustomScrollbar): Added. Calls new delegate method and converts between Web…
|
/external/webkit/WebCore/ |
D | ChangeLog | 7993 (WebCore::ChromeClient::paintCustomScrollbar):
|
D | ChangeLog-2008-08-10 | 3248 …(WebCore::ChromeClient::paintCustomScrollbar): Added. Calls up to WebKit, which will call a new de…
|