Home
last modified time | relevance | path

Searched refs:isScrollableAreaActive (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarImpl.cpp79 bool WebScrollbarImpl::isScrollableAreaActive() const in isScrollableAreaActive() function in blink::WebScrollbarImpl
81 return m_scrollbar->isScrollableAreaActive(); in isScrollableAreaActive()
DWebScrollbarThemeClientImpl.cpp128 bool WebScrollbarThemeClientImpl::isScrollableAreaActive() const in isScrollableAreaActive() function in WebCore::WebScrollbarThemeClientImpl
130 return m_scrollbar->isScrollableAreaActive(); in isScrollableAreaActive()
DWebScrollbarImpl.h50 virtual bool isScrollableAreaActive() const OVERRIDE;
DWebScrollbarThemeClientImpl.h61 virtual bool isScrollableAreaActive() const OVERRIDE;
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbar.h101 virtual bool isScrollableAreaActive() const = 0;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeClient.h61 virtual bool isScrollableAreaActive() const = 0;
DScrollbar.h77 virtual bool isScrollableAreaActive() const;
DScrollbarThemeMacNonOverlayAPI.mm76 if (!scrollbar->isScrollableAreaActive())
109 …trackInfo.enableState = scrollbar->isScrollableAreaActive() ? kThemeTrackActive : kThemeTrackInact…
DScrollbar.cpp122 bool Scrollbar::isScrollableAreaActive() const in isScrollableAreaActive() function in WebCore::Scrollbar
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.h67 virtual bool isScrollableAreaActive() const OVERRIDE;
DWebPluginScrollbarImpl.cpp155 bool WebPluginScrollbarImpl::isScrollableAreaActive() const in isScrollableAreaActive() function in blink::WebPluginScrollbarImpl
157 return m_scrollbar->isScrollableAreaActive(); in isScrollableAreaActive()