Searched refs:shouldPaintCustomScrollbars (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollbarThemeComposite.cpp105 if (page->settings()->shouldPaintCustomScrollbars()) {
311 if (page && page->settings()->shouldPaintCustomScrollbars() && page->chrome()->client()->paintCustomScrollCorner(context, cornerRect))
/external/webkit/Source/WebCore/page/
H A DSettings.cpp780 void Settings::setShouldPaintCustomScrollbars(bool shouldPaintCustomScrollbars) argument
782 m_shouldPaintCustomScrollbars = shouldPaintCustomScrollbars;
H A DSettings.h329 bool shouldPaintCustomScrollbars() const { return m_shouldPaintCustomScrollbars; } function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferences.idl192 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h286 virtual HRESULT STDMETHODCALLTYPE shouldPaintCustomScrollbars(
H A DWebPreferences.cpp1268 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint) function in class:WebPreferences
H A DWebView.cpp4648 hr = preferences->shouldPaintCustomScrollbars(&enabled);

Completed in 2330 milliseconds