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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimator.cpp 79 bool canScrollX = m_scrollableArea->userInputScrollable(HorizontalScrollbar);
80 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar);
ScrollableArea.h 181 virtual bool userInputScrollable(ScrollbarOrientation) const = 0;
ScrollView.h 52 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
ScrollableArea.cpp 112 if (!userInputScrollable(orientation))
ScrollView.cpp 804 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;
RenderLayer.h     [all...]
RenderListBox.cpp 847 bool RenderListBox::userInputScrollable(ScrollbarOrientation orientation) const
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 131 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
ScrollAnimatorNoneTest.cpp 71 virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
    [all...]
WebFrameTest.cpp     [all...]

Completed in 53 milliseconds