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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarImpl.cpp 79 bool WebScrollbarImpl::isScrollableAreaActive() const
81 return m_scrollbar->isScrollableAreaActive();
WebScrollbarThemeClientImpl.cpp 127 bool WebScrollbarThemeClientImpl::isScrollableAreaActive() const
129 return m_scrollbar->isScrollableAreaActive();
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 155 bool WebPluginScrollbarImpl::isScrollableAreaActive() const
157 return m_scrollbar->isScrollableAreaActive();
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.cpp 115 bool Scrollbar::isScrollableAreaActive() const

Completed in 91 milliseconds