Searched refs:userInputScrollable (Results 1 – 15 of 15) sorted by relevance
78 bool canScrollX = m_scrollableArea->userInputScrollable(HorizontalScrollbar); in handleWheelEvent()79 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar); in handleWheelEvent()
179 virtual bool userInputScrollable(ScrollbarOrientation) const = 0;
111 if (!userInputScrollable(orientation)) in scroll()
138 …layer->setUserScrollable(userInputScrollable(HorizontalScrollbar), userInputScrollable(VerticalScr… in setScrollbarModes()774 bool ScrollView::userInputScrollable(ScrollbarOrientation orientation) const in userInputScrollable() function in WebCore::ScrollView
53 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
76 virtual bool userInputScrollable(WebCore::ScrollbarOrientation) const OVERRIDE;
263 bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const in userInputScrollable() function in blink::ScrollbarGroup
134 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; } in userInputScrollable() function in __anon759da6710111::FakeScrollableArea
70 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; } in userInputScrollable() function in MockScrollableArea
1443 EXPECT_FALSE(view->userInputScrollable(WebCore::VerticalScrollbar)); in TEST_F()1463 EXPECT_TRUE(view->userInputScrollable(WebCore::VerticalScrollbar)); in TEST_F()
126 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
109 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
854 bool RenderListBox::userInputScrollable(ScrollbarOrientation orientation) const in userInputScrollable() function in WebCore::RenderListBox
467 bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orientation) const in userInputScrollable() function in WebCore::RenderLayerScrollableArea
346 bool canScrollX = scrollableArea->userInputScrollable(HorizontalScrollbar); in scrollableAreaScrollLayerDidChange()347 bool canScrollY = scrollableArea->userInputScrollable(VerticalScrollbar); in scrollableAreaScrollLayerDidChange()