Home
last modified time | relevance | path

Searched refs:paintCustomScrollbar (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.h115 …virtual bool paintCustomScrollbar(WebCore::GraphicsContext*, const WebCore::FloatRect&, WebCore::S…
DWebChromeClient.cpp563 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()
DWebInspectorDelegate.h310 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollbar( in paintCustomScrollbar() function
/external/webkit/WebCore/page/
DChromeClient.h164 virtual bool paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize,
DChrome.cpp438 bool ChromeClient::paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize, in paintCustomScrollbar() function in WebCore::ChromeClient
/external/webkit/WebCore/platform/
DScrollbarThemeComposite.cpp112 if (page->chrome()->client()->paintCustomScrollbar(graphicsContext, in paint()
/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.cpp386 HRESULT STDMETHODCALLTYPE UIDelegate::paintCustomScrollbar( in paintCustomScrollbar() function in UIDelegate
DUIDelegate.h309 virtual HRESULT STDMETHODCALLTYPE paintCustomScrollbar(
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegate.idl755 …HRESULT paintCustomScrollbar([in] IWebView* webView, [in] HDC hDC, [in] RECT rect, [in] WebScrollB…
/external/webkit/WebKit/win/
DChangeLog-2009-06-163472 (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/
DChangeLog7993 (WebCore::ChromeClient::paintCustomScrollbar):
DChangeLog-2008-08-103248 …(WebCore::ChromeClient::paintCustomScrollbar): Added. Calls up to WebKit, which will call a new de…