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 50 virtual bool isScrollableAreaActive() const OVERRIDE;
WebScrollbarImpl.cpp 79 bool WebScrollbarImpl::isScrollableAreaActive() const
81 return m_scrollbar->isScrollableAreaActive();
WebScrollbarThemeClientImpl.cpp 128 bool WebScrollbarThemeClientImpl::isScrollableAreaActive() const
130 return m_scrollbar->isScrollableAreaActive();
WebScrollbarThemeClientImpl.h 61 virtual bool isScrollableAreaActive() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeClient.h 61 virtual bool isScrollableAreaActive() const = 0;
Scrollbar.h 77 virtual bool isScrollableAreaActive() const;
ScrollbarThemeMacNonOverlayAPI.mm 76 if (!scrollbar->isScrollableAreaActive())
109 trackInfo.enableState = scrollbar->isScrollableAreaActive() ? kThemeTrackActive : kThemeTrackInactive;
Scrollbar.cpp 122 bool Scrollbar::isScrollableAreaActive() const
  /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 67 virtual bool isScrollableAreaActive() const OVERRIDE;
WebPluginScrollbarImpl.cpp 155 bool WebPluginScrollbarImpl::isScrollableAreaActive() const
157 return m_scrollbar->isScrollableAreaActive();

Completed in 201 milliseconds