Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_hBar

2713     if (!m_hBar)
2720 borderBoxRect.maxY() - box->borderBottom() - m_hBar->height(),
2722 m_hBar->height());
2763 if (scrollbar == m_hBar.get())
2843 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar;
2865 m_hBar = createScrollbar(HorizontalScrollbar);
2870 if (m_hBar)
2871 m_hBar->styleChanged();
2891 if (m_hBar)
2892 m_hBar->styleChanged();
2920 if (!m_hBar || (m_hBar->isOverlayScrollbar() && (relevancy == IgnoreOverlayScrollbarSize || !m_hBar->shouldParticipateInHitTesting())))
2922 return m_hBar->height();
2939 return m_hBar || m_vBar || m_scrollCorner || renderer()->style()->resize() != RESIZE_NONE;
2944 if (!m_hBar && !m_vBar && !canResize())
2960 if (m_hBar) {
2963 m_hBar->setFrameRect(hBarRect);
3044 m_hBar->setEnabled(hasHorizontalOverflow);
3083 if (m_hBar) {
3085 m_hBar->setProportion(clientWidth, m_overflowRect.width());
3158 if ((m_hBar && layerForHorizontalScrollbar()) || (m_vBar && layerForVerticalScrollbar()))
3190 if (m_hBar && !layerForHorizontalScrollbar())
3191 m_hBar->paint(context, damageRect);
3288 if (!hasOverlayScrollbars() && (m_vBar || m_hBar)) {
3316 if (!m_hBar && !m_vBar && !canResize())
3337 box->height() - (box->borderTop() + box->borderBottom()) - (m_hBar ? m_hBar->height() : resizeControlSize));
3345 if (m_hBar && m_hBar->shouldParticipateInHitTesting()) {
3347 box->height() - box->borderBottom() - m_hBar->height(),
3349 m_hBar->height());
3351 result.setScrollbar(m_hBar.get());
5918 m_hBar->setEnabled(true);
6049 if (m_hBar)
6050 m_hBar->styleChanged();