Searched refs:scrollInDirection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.h132 bool scrollInDirection(LocalFrame*, FocusType);
133 bool scrollInDirection(Node* container, FocusType);
H A DFocusController.cpp832 // NOTE: If no scrolling is performed (i.e. scrollInDirection returns false), the
834 return scrollInDirection(container, type);
844 scrollInDirection(&focusCandidate.visibleNode->document(), type);
862 scrollInDirection(focusCandidate.visibleNode, type);
874 scrollInDirection(container, type);
H A DSpatialNavigation.cpp329 bool scrollInDirection(LocalFrame* frame, FocusType type) function in namespace:blink
360 bool scrollInDirection(Node* container, FocusType type) function in namespace:blink
364 return scrollInDirection(toDocument(container)->frame(), type);

Completed in 75 milliseconds