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

  /external/webkit/WebCore/platform/
ScrollView.h 77 Scrollbar* horizontalScrollbar() const { return m_horizontalScrollbar.get(); }
79 bool isScrollViewScrollbar(const Widget* child) const { return horizontalScrollbar() == child || verticalScrollbar() == child; }
  /external/webkit/WebCore/rendering/
RenderLayer.h 260 Scrollbar* horizontalScrollbar() const { return m_hBar.get(); }

Completed in 48 milliseconds