Home
last modified time | relevance | path

Searched refs:canScrollInDirection (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSpatialNavigation.h141 bool canScrollInDirection(const Node* container, FocusDirection);
142 bool canScrollInDirection(const Frame*, FocusDirection);
H A DSpatialNavigation.cpp344 if (frame && canScrollInDirection(frame->document(), direction)) { in scrollInDirection()
380 if (canScrollInDirection(container, direction)) { in scrollInDirection()
447 } while (parent && !canScrollInDirection(parent, direction) && !parent->isDocumentNode()); in scrollableEnclosingBoxOrParentFrameForNodeInDirection()
452 bool canScrollInDirection(const Node* container, FocusDirection direction) in canScrollInDirection() function
456 return canScrollInDirection(static_cast<const Document*>(container)->frame(), direction); in canScrollInDirection()
476 bool canScrollInDirection(const Frame* frame, FocusDirection direction) in canScrollInDirection() function
694 return canScrollInDirection(parentNode, direction); in canBeScrolledIntoView()
H A DFocusController.cpp499 …for (; node; node = (node->isFrameOwnerElement() || canScrollInDirection(node, direction)) ? node-… in findFocusCandidateInContainer()
506 …e->isKeyboardFocusable(event) && !node->isFrameOwnerElement() && !canScrollInDirection(node, direc… in findFocusCandidateInContainer()
562 if (canScrollInDirection(focusCandidate.visibleNode, direction)) { in advanceFocusDirectionallyInContainer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1635775 * page/SpatialNavigation.h: Swapped the parameters order in canScrollInDirection
35779 of canScrollInDirection(), and added an early return if !isElementNode().
35788 (WebCore::canScrollInDirection): Signature changed.
41895 Avoid calling canScrollInDirection more than necessary.
41900 …e::FocusController::advanceFocusDirectionallyInContainer): Moved the call to canScrollInDirection()
H A DChangeLog-2010-12-067635 (WebCore::canScrollInDirection):