HomeSort by relevance Sort by last modified time
    Searched full:canscrollindirection (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 141 bool canScrollInDirection(const Node* container, FocusDirection);
142 bool canScrollInDirection(const Frame*, FocusDirection);
SpatialNavigation.cpp 344 if (frame && canScrollInDirection(frame->document(), direction)) {
380 if (canScrollInDirection(container, direction)) {
447 } while (parent && !canScrollInDirection(parent, direction) && !parent->isDocumentNode());
452 bool canScrollInDirection(const Node* container, FocusDirection direction)
456 return canScrollInDirection(static_cast<const Document*>(container)->frame(), direction);
476 bool canScrollInDirection(const Frame* frame, FocusDirection direction)
694 return canScrollInDirection(parentNode, direction);
FocusController.cpp 499 for (; node; node = (node->isFrameOwnerElement() || canScrollInDirection(node, direction)) ? node->traverseNextSibling(container) : node->traverseNextNode(container)) {
506 if (!node->isKeyboardFocusable(event) && !node->isFrameOwnerElement() && !canScrollInDirection(node, direction))
562 if (canScrollInDirection(focusCandidate.visibleNode, direction)) {
  /external/webkit/Source/WebCore/
ChangeLog-2010-12-06     [all...]

Completed in 1424 milliseconds