HomeSort by relevance Sort by last modified time
    Searched refs:canScrollInDirection (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 139 bool canScrollInDirection(const Node* container, FocusDirection);
140 bool canScrollInDirection(const Frame*, FocusDirection);
SpatialNavigation.cpp 339 if (frame && canScrollInDirection(frame->document(), direction)) {
375 if (canScrollInDirection(container, direction)) {
442 } while (parent && !canScrollInDirection(parent, direction) && !parent->isDocumentNode());
447 bool canScrollInDirection(const Node* container, FocusDirection direction)
451 return canScrollInDirection(toDocument(container)->frame(), direction);
471 bool canScrollInDirection(const Frame* frame, FocusDirection direction)
689 return canScrollInDirection(parentNode, direction);
FocusController.cpp 780 for (; element; element = (element->isFrameOwnerElement() || canScrollInDirection(element, direction))
786 if (!element->isKeyboardFocusable() && !element->isFrameOwnerElement() && !canScrollInDirection(element, direction))
842 if (canScrollInDirection(focusCandidate.visibleNode, direction)) {
    [all...]

Completed in 579 milliseconds