Home
last modified time | relevance | path

Searched refs:setShouldPaintCustomScrollbars (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/page/
DSettings.h230 void setShouldPaintCustomScrollbars(bool);
DSettings.cpp501 void Settings::setShouldPaintCustomScrollbars(bool shouldPaintCustomScrollbars) in setShouldPaintCustomScrollbars() function in WebCore::Settings
/external/webkit/WebKit/win/
DWebPreferences.h277 virtual HRESULT STDMETHODCALLTYPE setShouldPaintCustomScrollbars(
DWebPreferences.cpp1113 HRESULT WebPreferences::setShouldPaintCustomScrollbars(BOOL shouldPaint) in setShouldPaintCustomScrollbars() function in WebPreferences
DWebView.cpp4161 settings->setShouldPaintCustomScrollbars(!!enabled); in notifyPreferencesChanged()
DChangeLog2966 …* Interfaces/IWebPreferences.idl: Added setShouldPaintCustomScrollbars and shouldPaintCustomScrol…
/external/webkit/WebKit/win/Interfaces/
DIWebPreferences.idl184 HRESULT setShouldPaintCustomScrollbars(BOOL shouldPaint);
/external/webkit/WebCore/
DChangeLog-2008-08-103253 (WebCore::Settings::setShouldPaintCustomScrollbars):