HomeSort by relevance Sort by last modified time
    Searched defs:hasButtons (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromium.h 44 virtual bool hasButtons(Scrollbar*) { return true; }
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.h 45 virtual bool hasButtons(Scrollbar*) { return true; }
ScrollbarThemeSafari.cpp 107 bool ScrollbarThemeSafari::hasButtons(Scrollbar* scrollbar)
186 if (painting || !hasButtons(scrollbar))
214 if (hasButtons(scrollbar))
227 if (hasButtons(scrollbar))
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.h 43 virtual bool hasButtons(Scrollbar*) { return true; }
  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 63 bool ScrollbarThemeHaiku::hasButtons(Scrollbar* scrollbar)
  /external/webkit/WebCore/rendering/
RenderScrollbarTheme.cpp 54 bool RenderScrollbarTheme::hasButtons(Scrollbar* scrollbar)
84 if (!hasButtons(scrollbar))

Completed in 142 milliseconds