HomeSort by relevance Sort by last modified time
    Searched defs:stopNode (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/dom/
Range.cpp     [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 115 static inline void scrollAndAcceptEvent(float delta, ScrollDirection positiveDirection, ScrollDirection negativeDirection, PlatformWheelEvent& e, Node* node, Node** stopNode)
124 if (enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPage, 1, stopNode))
130 if (enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPixel, pixelsToScroll, stopNode))
    [all...]

Completed in 118 milliseconds