Searched refs:userInputScrollable (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.cpp74 bool canScrollX = m_scrollableArea->userInputScrollable(HorizontalScrollbar);
75 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar);
H A DScrollableArea.h201 virtual bool userInputScrollable(ScrollbarOrientation) const = 0;
H A DScrollView.h53 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
H A DScrollableArea.cpp134 if (!userInputScrollable(orientation))
H A DScrollView.cpp133 layer->setUserScrollable(userInputScrollable(HorizontalScrollbar), userInputScrollable(VerticalScrollbar));
767 bool ScrollView::userInputScrollable(ScrollbarOrientation orientation) const function in class:blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h72 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
H A DPopupListBox.h112 virtual bool userInputScrollable(ScrollbarOrientation orientation) const OVERRIDE { return orientation == VerticalScrollbar; }
H A DScrollbarGroup.cpp252 bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const function in class:blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h128 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
H A DFrameView.cpp3018 bool allowScrolling = userInputScrollable(HorizontalScrollbar) || userInputScrollable(VerticalScrollbar);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp139 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h106 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
H A DRenderLayerScrollableArea.cpp493 bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orientation) const function in class:blink::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp367 bool canScrollX = scrollableArea->userInputScrollable(HorizontalScrollbar);
368 bool canScrollY = scrollableArea->userInputScrollable(VerticalScrollbar);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp69 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
H A DWebFrameTest.cpp1451 EXPECT_FALSE(view->userInputScrollable(VerticalScrollbar));
1470 EXPECT_TRUE(view->userInputScrollable(VerticalScrollbar));

Completed in 7639 milliseconds