Searched refs:m_hBar (Results 1 – 2 of 2) sorted by relevance
724 m_hBar->setEnabled(true); in updateAfterStyleChange()733 if (m_hBar) in updateAfterStyleChange()734 m_hBar->styleChanged(); in updateAfterStyleChange()780 if (!m_hBar) in rectForHorizontalScrollbar()786 borderBoxRect.maxY() - box().borderBottom() - m_hBar->height(), in rectForHorizontalScrollbar()788 m_hBar->height()); in rectForHorizontalScrollbar()824 if (scrollbar == m_hBar.get()) in scrollbarOffset()863 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; in destroyScrollbar()884 m_hBar = createScrollbar(HorizontalScrollbar); in setHasHorizontalScrollbar()890 if (m_hBar) in setHasHorizontalScrollbar()[all …]
73 virtual Scrollbar* horizontalScrollbar() const OVERRIDE { return m_hBar.get(); } in horizontalScrollbar()126 bool hasScrollbar() const { return m_hBar || m_vBar; } in hasScrollbar()237 RefPtr<Scrollbar> m_hBar; variable