HomeSort by relevance Sort by last modified time
    Searched refs:m_scrollBar (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/win/
WebScrollBar.cpp 104 m_scrollBar = Scrollbar::createNativeScrollbar(this, webCoreOrientation, webCoreControlSize);
105 if (!m_scrollBar)
114 m_scrollBar->setEnabled(!!enabled);
122 m_scrollBar->setSteps(lineStep, pageStep);
130 m_scrollBar->setProportion(visibleSize, totalSize);
138 m_scrollBar->setFrameRect(rect);
146 ScrollableArea::scrollToOffsetWithoutAnimation(m_scrollBar->orientation(), m_currentPosition);
165 m_scrollBar->paint(&context, rect);
174 IntRect rect = m_scrollBar->frameRect();
187 *w = m_scrollBar->width()
    [all...]
WebScrollBar.h 132 RefPtr<WebCore::Scrollbar> m_scrollBar;

Completed in 2326 milliseconds