canScrollInDirection  791 Source/core/page/FocusController.cpp     for (; element; element = (element->isFrameOwnerElement() || canScrollInDirection(element, type))
canScrollInDirection  797 Source/core/page/FocusController.cpp         if (!element->isKeyboardFocusable() && !element->isFrameOwnerElement() && !canScrollInDirection(element, type))
canScrollInDirection  853 Source/core/page/FocusController.cpp     if (canScrollInDirection(focusCandidate.visibleNode, type)) {
canScrollInDirection  341 Source/core/page/SpatialNavigation.cpp     if (frame && canScrollInDirection(frame->document(), type)) {
canScrollInDirection  377 Source/core/page/SpatialNavigation.cpp     if (canScrollInDirection(container, type)) {
canScrollInDirection  444 Source/core/page/SpatialNavigation.cpp     } while (parent && !canScrollInDirection(parent, type) && !parent->isDocumentNode());
canScrollInDirection  453 Source/core/page/SpatialNavigation.cpp         return canScrollInDirection(toDocument(container)->frame(), type);
canScrollInDirection  691 Source/core/page/SpatialNavigation.cpp             return canScrollInDirection(parentNode, type);
canScrollInDirection  139 Source/core/page/SpatialNavigation.h bool canScrollInDirection(const Node* container, FocusType);
canScrollInDirection  140 Source/core/page/SpatialNavigation.h bool canScrollInDirection(const LocalFrame*, FocusType);