Searched refs:m_hBar (Results 1 – 2 of 2) sorted by relevance
729 m_hBar->setEnabled(true); in updateAfterStyleChange()738 if (m_hBar) in updateAfterStyleChange()739 m_hBar->styleChanged(); in updateAfterStyleChange()789 if (!m_hBar) in rectForHorizontalScrollbar()795 borderBoxRect.maxY() - box().borderBottom() - m_hBar->height(), in rectForHorizontalScrollbar()797 m_hBar->height()); in rectForHorizontalScrollbar()833 if (scrollbar == m_hBar.get()) in scrollbarOffset()875 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; in destroyScrollbar()896 m_hBar = createScrollbar(HorizontalScrollbar); in setHasHorizontalScrollbar()902 if (m_hBar) in setHasHorizontalScrollbar()[all …]
73 virtual Scrollbar* horizontalScrollbar() const OVERRIDE { return m_hBar.get(); } in horizontalScrollbar()128 bool hasScrollbar() const { return m_hBar || m_vBar; } in hasScrollbar()250 RefPtr<Scrollbar> m_hBar; variable