HomeSort by relevance Sort by last modified time
    Searched refs:userInputScrollable (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 76 bool canScrollX = m_scrollableArea->userInputScrollable(HorizontalScrollbar);
77 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar);
ScrollableArea.h 188 virtual bool userInputScrollable(ScrollbarOrientation) const = 0;
ScrollView.h 54 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
ScrollableArea.cpp 120 if (!userInputScrollable(orientation))
ScrollView.cpp 136 layer->setUserScrollable(userInputScrollable(HorizontalScrollbar), userInputScrollable(VerticalScrollbar));
759 bool ScrollView::userInputScrollable(ScrollbarOrientation orientation) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ScrollbarGroup.h 75 virtual bool userInputScrollable(WebCore::ScrollbarOrientation) const OVERRIDE;
ScrollbarGroup.cpp 254 bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 127 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 127 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
RenderLayerScrollableArea.h 104 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
RenderListBox.cpp 900 bool RenderListBox::userInputScrollable(ScrollbarOrientation orientation) const
    [all...]
RenderLayerScrollableArea.cpp 502 bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orientation) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 140 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 377 bool canScrollX = scrollableArea->userInputScrollable(HorizontalScrollbar);
378 bool canScrollY = scrollableArea->userInputScrollable(VerticalScrollbar);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 69 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
    [all...]
WebFrameTest.cpp     [all...]

Completed in 627 milliseconds