Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_vBar

1263         if (m_vBar)
1264 m_vBar->setValue(m_scrollY);
1525 if (m_vBar) {
1526 newY = m_vBar->value();
1644 if (scrollbar == m_vBar.get())
1659 if (scrollbar == m_vBar.get())
1681 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar;
1702 if (m_vBar)
1703 m_vBar->styleChanged();
1714 if (hasScrollbar == (m_vBar != 0))
1718 m_vBar = createScrollbar(VerticalScrollbar);
1725 if (m_vBar)
1726 m_vBar->styleChanged();
1737 if (!m_vBar)
1739 return m_vBar->width();
1759 return m_hBar || m_vBar || m_scrollCorner || renderer()->style()->resize() != RESIZE_NONE;
1764 if (!m_hBar && !m_vBar && (!renderer()->hasOverflowClip() || renderer()->style()->resize() == RESIZE_NONE))
1774 if (m_vBar)
1775 m_vBar->setFrameRect(IntRect(absBounds.right() - box->borderRight() - m_vBar->width(),
1777 m_vBar->width(),
1892 bool haveVerticalBar = m_vBar;
1898 m_vBar->setEnabled(verticalOverflow);
1941 if (m_vBar && box->hasAutoVerticalScrollbar())
1942 m_vBar->setEnabled(true);
1960 if (m_vBar) {
1963 m_vBar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep);
1964 m_vBar->setProportion(clientHeight, m_scrollHeight);
1985 if (m_vBar)
1986 m_vBar->paint(context, damageRect);
2049 if (m_hBar || m_vBar) {
2078 if (!m_hBar && !m_vBar && (!renderer()->hasOverflowClip() || renderer()->style()->resize() == RESIZE_NONE))
2093 if (m_vBar) {
2094 IntRect vBarRect(box->width() - box->borderRight() - m_vBar->width(),
2096 m_vBar->width(),
2099 result.setScrollbar(m_vBar.get());
2108 box->width() - (box->borderLeft() + box->borderRight()) - (m_vBar ? m_vBar->width() : resizeControlSize),
2133 if (m_vBar)
2134 didVerticalScroll = m_vBar->scroll(direction, granularity, multiplier);
3399 if (m_vBar)
3400 m_vBar->styleChanged();