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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 56 bool RenderScrollbarTheme::hasButtons(ScrollbarThemeClient* scrollbar)
86 if (!hasButtons(scrollbar))
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.cpp 77 bool WebScrollbarThemeGeometryNative::hasButtons(WebScrollbar* scrollbar)
80 return m_theme->hasButtons(&client);

Completed in 5388 milliseconds