Searched defs:scrollableAreas (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.cpp682 const HashSet<ScrollableArea*>* scrollableAreas = frameView->scrollableAreas(); local
683 if (!scrollableAreas)
686 for (HashSet<ScrollableArea*>::const_iterator it = scrollableAreas->begin(), end = scrollableAreas->end(); it != end; ++it) {
H A DFrameView.h303 const ScrollableAreaSet* scrollableAreas() const { return m_scrollableAreas.get(); } function in class:WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp339 const FrameView::ScrollableAreaSet* scrollableAreas = m_renderView->frameView()->scrollableAreas(); local
340 if (!scrollableAreas)
346 for (FrameView::ScrollableAreaSet::iterator it = scrollableAreas->begin(); it != scrollableAreas->end(); ++it)

Completed in 107 milliseconds