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/platform/exported/
WebScrollbarImpl.h 47 virtual bool isScrollableAreaActive() const OVERRIDE;
WebScrollbarImpl.cpp 79 bool WebScrollbarImpl::isScrollableAreaActive() const
81 return m_scrollbar->isScrollableAreaActive();
WebScrollbarThemeClientImpl.cpp 126 bool WebScrollbarThemeClientImpl::isScrollableAreaActive() const
128 return m_scrollbar->isScrollableAreaActive();
WebScrollbarThemeClientImpl.h 60 virtual bool isScrollableAreaActive() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeClient.h 61 virtual bool isScrollableAreaActive() const = 0;
Scrollbar.h 76 virtual bool isScrollableAreaActive() const OVERRIDE;
Scrollbar.cpp 115 bool Scrollbar::isScrollableAreaActive() const
ScrollbarThemeMacNonOverlayAPI.mm 100 trackInfo.enableState = scrollbar->isScrollableAreaActive() ? kThemeTrackActive : kThemeTrackInactive;
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 97 virtual bool isScrollableAreaActive() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 64 virtual bool isScrollableAreaActive() const OVERRIDE;
WebPluginScrollbarImpl.cpp 152 bool WebPluginScrollbarImpl::isScrollableAreaActive() const
154 return m_scrollbar->isScrollableAreaActive();

Completed in 127 milliseconds