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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 78 bool canScrollX = m_scrollableArea->userInputScrollable(HorizontalScrollbar);
79 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar);
ScrollableArea.h 179 virtual bool userInputScrollable(ScrollbarOrientation) const = 0;
ScrollView.h 53 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
ScrollableArea.cpp 111 if (!userInputScrollable(orientation))
ScrollView.cpp 138 layer->setUserScrollable(userInputScrollable(HorizontalScrollbar), userInputScrollable(VerticalScrollbar));
774 bool ScrollView::userInputScrollable(ScrollbarOrientation orientation) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ScrollbarGroup.h 76 virtual bool userInputScrollable(WebCore::ScrollbarOrientation) const OVERRIDE;
ScrollbarGroup.cpp 263 bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 126 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
RenderLayerScrollableArea.h 109 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
RenderListBox.cpp 854 bool RenderListBox::userInputScrollable(ScrollbarOrientation orientation) const
RenderLayerScrollableArea.cpp 467 bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orientation) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 134 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
ScrollAnimatorNoneTest.cpp 70 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
    [all...]
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 346 bool canScrollX = scrollableArea->userInputScrollable(HorizontalScrollbar);
347 bool canScrollY = scrollableArea->userInputScrollable(VerticalScrollbar);
    [all...]

Completed in 2179 milliseconds