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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarThemeClient.h 60 virtual bool isScrollableAreaActive() const = 0;
Scrollbar.h 73 virtual bool isScrollableAreaActive() const;
Scrollbar.cpp 115 bool Scrollbar::isScrollableAreaActive() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarImpl.h 49 virtual bool isScrollableAreaActive() const OVERRIDE;
WebScrollbarImpl.cpp 79 bool WebScrollbarImpl::isScrollableAreaActive() const
81 return m_scrollbar->isScrollableAreaActive();
WebScrollbarThemeClientImpl.cpp 127 bool WebScrollbarThemeClientImpl::isScrollableAreaActive() const
129 return m_scrollbar->isScrollableAreaActive();
WebScrollbarThemeClientImpl.h 60 virtual bool isScrollableAreaActive() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 101 virtual bool isScrollableAreaActive() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 69 virtual bool isScrollableAreaActive() const OVERRIDE;
WebPluginScrollbarImpl.cpp 155 bool WebPluginScrollbarImpl::isScrollableAreaActive() const
157 return m_scrollbar->isScrollableAreaActive();
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMacNonOverlayAPI.mm 75 if (!scrollbar->isScrollableAreaActive())
108 trackInfo.enableState = scrollbar->isScrollableAreaActive() ? kThemeTrackActive : kThemeTrackInactive;

Completed in 126 milliseconds