Home | History | Annotate | Download | only in page

Lines Matching refs:startingNode

1033 bool EventHandler::scrollOverflow(ScrollDirection direction, ScrollGranularity granularity, Node* startingNode)
1035 Node* node = startingNode;
1054 bool EventHandler::logicalScrollOverflow(ScrollLogicalDirection direction, ScrollGranularity granularity, Node* startingNode)
1056 Node* node = startingNode;
1075 bool EventHandler::scrollRecursively(ScrollDirection direction, ScrollGranularity granularity, Node* startingNode)
1080 if (scrollOverflow(direction, granularity, startingNode))
1092 bool EventHandler::logicalScrollRecursively(ScrollLogicalDirection direction, ScrollGranularity granularity, Node* startingNode)
1097 if (logicalScrollOverflow(direction, granularity, startingNode))