HomeSort by relevance Sort by last modified time
    Searched refs:ScrollGranularity (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/WebCore/platform/
ScrollTypes.h 38 enum ScrollGranularity {
Scrollbar.h 82 bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1.0f);
141 ScrollGranularity pressedPartScrollGranularity();
ScrollView.h 149 bool scroll(ScrollDirection, ScrollGranularity);
302 bool platformScroll(ScrollDirection, ScrollGranularity);
Scrollbar.cpp 125 bool Scrollbar::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier)
259 ScrollGranularity Scrollbar::pressedPartScrollGranularity()
ScrollView.cpp 320 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity)
    [all...]
  /external/webkit/WebCore/rendering/
RenderListBox.h 71 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1.0f, Node** stopNode = 0);
RenderTextControlSingleLine.h 75 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1.0f, Node** stopNode = 0);
RenderBox.h 248 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1.0f, Node** stopNode = 0);
RenderLayer.h 278 bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1.0f);
RenderListBox.cpp 513 bool RenderListBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node**)
RenderTextControlSingleLine.cpp 826 bool RenderTextControlSingleLine::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
RenderBox.cpp 412 bool RenderBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebKit/win/
WebScrollBar.cpp 249 ScrollGranularity webCoreGranularity = (ScrollGranularity) granularity;
WebView.cpp     [all...]
  /external/webkit/WebCore/page/
EventHandler.h 128 bool scrollOverflow(ScrollDirection, ScrollGranularity);
130 bool scrollRecursively(ScrollDirection, ScrollGranularity);
EventHandler.cpp 914 bool EventHandler::scrollOverflow(ScrollDirection direction, ScrollGranularity granularity)
931 bool EventHandler::scrollRecursively(ScrollDirection direction, ScrollGranularity granularity)
    [all...]
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 155 bool ScrollView::platformScroll(ScrollDirection, ScrollGranularity)
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 289 bool propagateScroll(WebCore::ScrollDirection, WebCore::ScrollGranularity);
WebViewImpl.cpp 735 ScrollGranularity scrollGranularity;
740 scrollGranularity = ScrollByLine;
744 scrollGranularity = ScrollByLine;
748 scrollGranularity = ScrollByLine;
752 scrollGranularity = ScrollByLine;
756 scrollGranularity = ScrollByDocument;
760 scrollGranularity = ScrollByDocument;
764 scrollGranularity = ScrollByPage;
768 scrollGranularity = ScrollByPage
    [all...]
  /external/webkit/WebCore/dom/
Element.h 284 void scrollByUnits(int units, ScrollGranularity);
Element.cpp 220 void Element::scrollByUnits(int units, ScrollGranularity granularity)
    [all...]
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 216 bool ScrollView::platformScroll(ScrollDirection, ScrollGranularity)
  /external/webkit/WebKit/mac/WebView/
WebFrameView.mm 522 - (BOOL)_scrollOverflowInDirection:(ScrollDirection)direction granularity:(ScrollGranularity)granularity
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 781 milliseconds

1 2