Home
last modified time | relevance | path

Searched refs:scrollInDirection (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSpatialNavigation.h139 bool scrollInDirection(Frame*, FocusDirection);
140 bool scrollInDirection(Node* container, FocusDirection);
H A DFocusController.cpp536 return scrollInDirection(container, direction); in advanceFocusDirectionallyInContainer()
546 scrollInDirection(focusCandidate.visibleNode->document(), direction); in advanceFocusDirectionallyInContainer()
564 scrollInDirection(focusCandidate.visibleNode, direction); in advanceFocusDirectionallyInContainer()
576 scrollInDirection(container, direction); in advanceFocusDirectionallyInContainer()
H A DSpatialNavigation.cpp340 bool scrollInDirection(Frame* frame, FocusDirection direction) in scrollInDirection() function
371 bool scrollInDirection(Node* container, FocusDirection direction) in scrollInDirection() function
375 return scrollInDirection(static_cast<Document*>(container)->frame(), direction); in scrollInDirection()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1635785 (WebCore::scrollInDirection): Adjusted callsite after function name change;
41901 to within the scrollInDirection().
41903 (WebCore::scrollInDirection):
H A DChangeLog-2010-12-067632 (WebCore::scrollInDirection):
120223 Spatial Navigation: refactor scrollInDirection to work with scrollable content
120226 scrollInDirection now receives as parameter the node that the Spatial Navigation
120236 (WebCore::scrollInDirection):
H A DChangeLog-2010-05-2439946 (WebCore::scrollInDirection):