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 134 bool canScrollInDirection(const Node* container, FocusType);
135 bool canScrollInDirection(const LocalFrame*, FocusType);
SpatialNavigation.cpp 333 if (frame && canScrollInDirection(frame->document(), type)) {
369 if (canScrollInDirection(container, type)) {
437 } while (parent && !canScrollInDirection(parent, type) && !parent->isDocumentNode());
442 bool canScrollInDirection(const Node* container, FocusType type)
446 return canScrollInDirection(toDocument(container)->frame(), type);
466 bool canScrollInDirection(const LocalFrame* frame, FocusType type)
708 return canScrollInDirection(parentNode, type);
FocusController.cpp 798 for (; element; element = (element->isFrameOwnerElement() || canScrollInDirection(element, type))
804 if (!element->isKeyboardFocusable() && !element->isFrameOwnerElement() && !canScrollInDirection(element, type))
    [all...]

Completed in 57 milliseconds