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

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 137 bool scrollInDirection(Frame*, FocusDirection);
138 bool scrollInDirection(Node* container, FocusDirection);
FocusController.cpp 814 // NOTE: If no scrolling is performed (i.e. scrollInDirection returns false), the
816 return scrollInDirection(container, direction);
826 scrollInDirection(&focusCandidate.visibleNode->document(), direction);
844 scrollInDirection(focusCandidate.visibleNode, direction);
    [all...]
SpatialNavigation.cpp 335 bool scrollInDirection(Frame* frame, FocusDirection direction)
366 bool scrollInDirection(Node* container, FocusDirection direction)
370 return scrollInDirection(toDocument(container)->frame(), direction);

Completed in 26 milliseconds