Home | History | Annotate | Download | only in web

Lines Matching defs:scrollbar

95     Scrollbar* scrollbar = scrollbarAtWindowPoint(event.position());
96 if (scrollbar) {
97 m_capturingScrollbar = scrollbar;
115 Scrollbar* scrollbar = scrollbarAtWindowPoint(event.position());
116 if (m_lastScrollbarUnderMouse != scrollbar) {
117 // Send mouse exited to the old scrollbar.
120 m_lastScrollbarUnderMouse = scrollbar;
123 if (scrollbar) {
124 scrollbar->mouseMoved(event);
804 // Use minEndOfLinePadding when there is a scrollbar so that we use
806 // space for scrollbar and allow user to use CSS padding to make the
867 void PopupListBox::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
871 dirtyRect.move(scrollbar->x(), scrollbar->y());
893 // scrollbar, not horizontal). This functionality should be moved into
899 m_verticalScrollbar = Scrollbar::create(this, VerticalScrollbar, RegularScrollbar);
910 Scrollbar* PopupListBox::scrollbarAtWindowPoint(const IntPoint& windowPoint)
940 // Scrollbar does not implement it.
946 // and there is only one scrollbar to exclude.
948 Scrollbar* verticalBar = verticalScrollbar();