Home
last modified time | relevance | path

Searched refs:scrollableAreas (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DFocusController.cpp422 if (const HashSet<ScrollableArea*>* scrollableAreas = m_page->scrollableAreaSet()) { in setActive() local
423 HashSet<ScrollableArea*>::const_iterator end = scrollableAreas->end(); in setActive()
424 … for (HashSet<ScrollableArea*>::const_iterator it = scrollableAreas->begin(); it != end; ++it) { in setActive()
DFrameView.cpp2202 const HashSet<ScrollableArea*>* scrollableAreas = page->scrollableAreaSet(); in notifyPageThatContentAreaWillPaint() local
2203 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()