Searched refs:scrollableAreas (Results 1 – 2 of 2) sorted by relevance
422 if (const HashSet<ScrollableArea*>* scrollableAreas = m_page->scrollableAreaSet()) { in setActive() local423 HashSet<ScrollableArea*>::const_iterator end = scrollableAreas->end(); in setActive()424 … for (HashSet<ScrollableArea*>::const_iterator it = scrollableAreas->begin(); it != end; ++it) { in setActive()
2202 const HashSet<ScrollableArea*>* scrollableAreas = page->scrollableAreaSet(); in notifyPageThatContentAreaWillPaint() local2203 if (!scrollableAreas) in notifyPageThatContentAreaWillPaint()2206 HashSet<ScrollableArea*>::const_iterator end = scrollableAreas->end(); in notifyPageThatContentAreaWillPaint()2207 for (HashSet<ScrollableArea*>::const_iterator it = scrollableAreas->begin(); it != end; ++it) in notifyPageThatContentAreaWillPaint()