Home
last modified time | relevance | path

Searched defs:scrollableAreas (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h299 const ScrollableAreaSet* scrollableAreas() const { return m_scrollableAreas.get(); } in scrollableAreas() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp708 const HashSet<ScrollableArea*>* scrollableAreas = frameView->scrollableAreas(); in setContainingWindowIsVisible() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerCompositor.cpp331 …const FrameView::ScrollableAreaSet* scrollableAreas = m_renderView->frameView()->scrollableAreas(); in updateCompositingRequirementsState() local
452 …const FrameView::ScrollableAreaSet* scrollableAreas = m_renderView->frameView()->scrollableAreas(); in updateCompositingLayers() local
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp652 if (const FrameView::ScrollableAreaSet* scrollableAreas = frameView->scrollableAreas()) { in computeShouldHandleScrollGestureOnMainThreadRegion() local