Searched refs:m_hBar (Results 1 – 2 of 2) sorted by relevance
670 m_hBar->setEnabled(true); in updateAfterStyleChange()679 if (m_hBar) in updateAfterStyleChange()680 m_hBar->styleChanged(); in updateAfterStyleChange()701 if (!m_hBar) in rectForHorizontalScrollbar()707 borderBoxRect.maxY() - m_box->borderBottom() - m_hBar->height(), in rectForHorizontalScrollbar()709 m_hBar->height()); in rectForHorizontalScrollbar()745 if (scrollbar == m_hBar.get()) in scrollbarOffset()784 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; in destroyScrollbar()802 m_hBar = createScrollbar(HorizontalScrollbar); in setHasHorizontalScrollbar()807 if (m_hBar) in setHasHorizontalScrollbar()[all …]
77 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