Home | History | Annotate | Download | only in win

Lines Matching refs:m_scrollbar

188     if (m_scrollbar)
189 m_scrollbar->setParent(0);
204 if (!m_scrollbar && visibleItems() < m_items.size()) {
205 m_scrollbar = Scrollbar::createNativeScrollbar(this, VerticalScrollbar, SmallScrollbar);
206 m_scrollbar->styleChanged();
449 if (m_scrollbar)
450 damageRect.setWidth(damageRect.width() - m_scrollbar->frameRect().width());
458 return ((orientation == VerticalScrollbar) && m_scrollbar) ? (m_scrollbar->totalSize() - m_scrollbar->visibleSize()) : 0;
473 ASSERT(m_scrollbar);
494 if (m_scrollbar)
495 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width());
498 if (m_scrollbar) {
499 r = m_scrollbar->frameRect();
848 if (m_scrollbar)
849 m_scrollbar->paint(&context, damageRect);
943 if (!m_scrollbar)