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

  /external/webkit/Source/WebCore/platform/
ScrollTypes.h 38 enum ScrollLogicalDirection {
46 inline ScrollDirection logicalToPhysical(ScrollLogicalDirection direction, bool isVertical, bool isFlipped)
ScrollView.h 205 bool logicalScroll(ScrollLogicalDirection, ScrollGranularity);
ScrollView.cpp 471 bool ScrollView::logicalScroll(ScrollLogicalDirection direction, ScrollGranularity granularity)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderListBox.h 74 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
RenderTextControlSingleLine.h 86 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
RenderBox.h 325 virtual bool logicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
RenderListBox.cpp 581 bool RenderListBox::logicalScroll(ScrollLogicalDirection direction, ScrollGranularity granularity, float multiplier, Node**)
RenderTextControlSingleLine.cpp     [all...]
RenderBox.cpp 627 bool RenderBox::logicalScroll(ScrollLogicalDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.h 149 bool logicalScrollOverflow(ScrollLogicalDirection, ScrollGranularity, Node* startingNode = 0);
152 bool logicalScrollRecursively(ScrollLogicalDirection, ScrollGranularity, Node* startingNode = 0);
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 217 static inline void logicalScroll(Page* page, ScrollLogicalDirection direction, ScrollGranularity granularity)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 473 static void logicalScroll(WebCore::Page*, WebCore::ScrollLogicalDirection, WebCore::ScrollGranularity);
WebPage.cpp     [all...]

Completed in 469 milliseconds