Searched refs:scrollRecursively (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplayInputDispatchMethods.cpp92 controller.page().userInputBridge().scrollRecursively(direction(), granularity(), InputSource::Synthetic);
H A DUserInputBridge.h86 bool scrollRecursively(ScrollDirection, ScrollGranularity, InputSource source = InputSource::User);
H A DUserInputBridge.cpp201 bool UserInputBridge::scrollRecursively(ScrollDirection direction, ScrollGranularity granularity, InputSource inputSource) function in class:WebCore::UserInputBridge
215 return m_page.focusController().focusedOrMainFrame().eventHandler().scrollRecursively(direction, granularity, nullptr);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DWebPageGtk.cpp86 page->focusController().focusedOrMainFrame().eventHandler().scrollRecursively(direction, granularity);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/efl/
H A DWebPageEfl.cpp81 page->focusController().focusedOrMainFrame().eventHandler().scrollRecursively(direction, granularity);
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.h182 bool scrollRecursively(ScrollDirection, ScrollGranularity, Node* startingNode = 0);
H A DEventHandler.cpp1141 bool EventHandler::scrollRecursively(ScrollDirection direction, ScrollGranularity granularity, Node* startingNode) function in class:WebCore::EventHandler
1155 return frame->eventHandler().scrollRecursively(direction, granularity, m_frame.ownerElement());
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditorCommand.cpp1001 return frame.eventHandler().scrollRecursively(ScrollUp, ScrollByLine);
1006 return frame.eventHandler().scrollRecursively(ScrollDown, ScrollByLine);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp1820 return frame.eventHandler().scrollRecursively(direction, granularity);
1849 return frame.eventHandler().scrollRecursively(direction, granularity);
2104 return frame.eventHandler().scrollRecursively(direction, granularity);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp2104 return page->userInputBridge().scrollRecursively(direction, granularity);

Completed in 147 milliseconds