Home
last modified time | relevance | path

Searched refs:shouldPaintCustomScrollbars (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/
DScrollbarThemeComposite.cpp103 if (page->settings()->shouldPaintCustomScrollbars()) { in paint()
299 if (page && page->settings()->shouldPaintCustomScrollbars()) { in paintScrollCorner()
/external/webkit/WebCore/page/
DSettings.cpp658 void Settings::setShouldPaintCustomScrollbars(bool shouldPaintCustomScrollbars) in setShouldPaintCustomScrollbars() argument
660 m_shouldPaintCustomScrollbars = shouldPaintCustomScrollbars; in setShouldPaintCustomScrollbars()
DSettings.h298 bool shouldPaintCustomScrollbars() const { return m_shouldPaintCustomScrollbars; } in shouldPaintCustomScrollbars() function
/external/webkit/WebKit/win/Interfaces/
DIWebPreferences.idl185 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
/external/webkit/WebKit/win/
DWebPreferences.h280 virtual HRESULT STDMETHODCALLTYPE shouldPaintCustomScrollbars(
DWebPreferences.cpp1188 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint) in shouldPaintCustomScrollbars() function in WebPreferences
DWebView.cpp4561 hr = preferences->shouldPaintCustomScrollbars(&enabled); in notifyPreferencesChanged()
DChangeLog-2009-06-164183 …erfaces/IWebPreferences.idl: Added setShouldPaintCustomScrollbars and shouldPaintCustomScrollbars.
4196 (WebPreferences::shouldPaintCustomScrollbars): Added.
/external/webkit/WebCore/
DChangeLog-2008-08-103254 * page/Settings.h: (WebCore::Settings::shouldPaintCustomScrollbars):