Home | History | Annotate | Download | only in frame

Lines Matching defs:scrollableArea

141     ScrollableArea::setVerticalScrollElasticity(ScrollElasticityAllowed);
142 ScrollableArea::setHorizontalScrollElasticity(ScrollElasticityAllowed);
2472 for (HashSet<ScrollableArea*>::const_iterator it = m_scrollableAreas->begin(), end = m_scrollableAreas->end(); it != end; ++it) {
2473 ScrollableArea* scrollableArea = *it;
2475 if (!scrollableArea->scrollbarsCanBeActive())
2478 scrollableArea->contentAreaWillPaint();
3147 void FrameView::addScrollableArea(ScrollableArea* scrollableArea)
3149 ASSERT(scrollableArea);
3152 m_scrollableAreas->add(scrollableArea);
3155 void FrameView::removeScrollableArea(ScrollableArea* scrollableArea)
3159 m_scrollableAreas->remove(scrollableArea);
3181 if (allowScrolling && ScrollableArea::handleWheelEvent(wheelEvent))
3244 ScrollableArea::didAddScrollbar(scrollbar, orientation);
3251 ScrollableArea::willRemoveScrollbar(scrollbar, orientation);