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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacNonOverlayAPI.h 53 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE;
ScrollbarThemeMock.h 40 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }
ScrollbarThemeNonMacCommon.h 42 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return true; }
ScrollbarThemeMacOverlayAPI.h 62 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }
ScrollbarThemeOverlay.h 50 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; };
ScrollbarTheme.h 100 virtual bool hasButtons(ScrollbarThemeClient*) = 0;
ScrollbarThemeMacOverlayAPI.mm 181 ASSERT(!hasButtons(scrollbar));
ScrollbarThemeMacNonOverlayAPI.mm 114 if (!hasButtons(scrollbar))
193 bool ScrollbarThemeMacNonOverlayAPI::hasButtons(ScrollbarThemeClient* scrollbar)
303 if (painting || !hasButtons(scrollbar))
ScrollbarTheme.cpp 59 if (hasButtons(scrollbar)) {
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemeGeometry.h 44 virtual bool hasButtons(WebScrollbar*) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.h 52 virtual bool hasButtons(WebScrollbar*) OVERRIDE;
WebScrollbarThemeGeometryNative.cpp 77 bool WebScrollbarThemeGeometryNative::hasButtons(WebScrollbar* scrollbar)
80 return m_theme->hasButtons(&client);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 56 bool RenderScrollbarTheme::hasButtons(ScrollbarThemeClient* scrollbar)
86 if (!hasButtons(scrollbar))
RenderScrollbarTheme.h 61 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE;
  /external/chromium_org/content/renderer/compositor_bindings/
scrollbar_impl.cc 78 if (geometry_->hasButtons(scrollbar_.get())) {
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 454 final boolean hasButtons = setupButtons();
462 if (!hasButtons) {
520 hasButtons);
674 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) {
741 if (hasButtons) {
775 lastLight ? (hasButtons ? bottomMedium : bottomBright) : bottomDark);
    [all...]

Completed in 263 milliseconds