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

/external/chromium_org/third_party/WebKit/Source/core/page/
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 30 milliseconds