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

/external/webkit/WebCore/platform/
H A DScrollbarThemeComposite.cpp103 if (page->settings()->shouldPaintCustomScrollbars()) {
299 if (page && page->settings()->shouldPaintCustomScrollbars()) {
/external/webkit/WebCore/page/
H A DSettings.cpp658 void Settings::setShouldPaintCustomScrollbars(bool shouldPaintCustomScrollbars) argument
660 m_shouldPaintCustomScrollbars = shouldPaintCustomScrollbars;
H A DSettings.h298 bool shouldPaintCustomScrollbars() const { return m_shouldPaintCustomScrollbars; } function in class:WebCore::Settings
/external/webkit/WebKit/win/Interfaces/
H A DIWebPreferences.idl185 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
/external/webkit/WebKit/win/
H A DWebPreferences.h280 virtual HRESULT STDMETHODCALLTYPE shouldPaintCustomScrollbars(
H A DWebPreferences.cpp1188 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint) function in class:WebPreferences
H A DWebView.cpp4561 hr = preferences->shouldPaintCustomScrollbars(&enabled);

Completed in 65 milliseconds