HomeSort by relevance Sort by last modified time
    Searched refs:shouldPaintCustomScrollbars (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/
ScrollbarThemeComposite.cpp 103 if (page->settings()->shouldPaintCustomScrollbars()) {
299 if (page && page->settings()->shouldPaintCustomScrollbars()) {
  /external/webkit/WebCore/page/
Settings.cpp 658 void Settings::setShouldPaintCustomScrollbars(bool shouldPaintCustomScrollbars)
660 m_shouldPaintCustomScrollbars = shouldPaintCustomScrollbars;
Settings.h 298 bool shouldPaintCustomScrollbars() const { return m_shouldPaintCustomScrollbars; }
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 185 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
  /external/webkit/WebKit/win/
WebPreferences.h 280 virtual HRESULT STDMETHODCALLTYPE shouldPaintCustomScrollbars(
WebPreferences.cpp     [all...]
WebView.cpp     [all...]

Completed in 28 milliseconds