Searched refs:shouldPaintCustomScrollbars (Results 1 – 9 of 9) sorted by relevance
103 if (page->settings()->shouldPaintCustomScrollbars()) { in paint()299 if (page && page->settings()->shouldPaintCustomScrollbars()) { in paintScrollCorner()
658 void Settings::setShouldPaintCustomScrollbars(bool shouldPaintCustomScrollbars) in setShouldPaintCustomScrollbars() argument660 m_shouldPaintCustomScrollbars = shouldPaintCustomScrollbars; in setShouldPaintCustomScrollbars()
298 bool shouldPaintCustomScrollbars() const { return m_shouldPaintCustomScrollbars; } in shouldPaintCustomScrollbars() function
185 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
280 virtual HRESULT STDMETHODCALLTYPE shouldPaintCustomScrollbars(
1188 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint) in shouldPaintCustomScrollbars() function in WebPreferences
4561 hr = preferences->shouldPaintCustomScrollbars(&enabled); in notifyPreferencesChanged()
4183 …erfaces/IWebPreferences.idl: Added setShouldPaintCustomScrollbars and shouldPaintCustomScrollbars.4196 (WebPreferences::shouldPaintCustomScrollbars): Added.
3254 * page/Settings.h: (WebCore::Settings::shouldPaintCustomScrollbars):