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

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 132 bool scrollInDirection(LocalFrame*, FocusType);
133 bool scrollInDirection(Node* container, FocusType);
FocusController.cpp 832 // NOTE: If no scrolling is performed (i.e. scrollInDirection returns false), the
834 return scrollInDirection(container, type);
    [all...]
SpatialNavigation.cpp 329 bool scrollInDirection(LocalFrame* frame, FocusType type)
360 bool scrollInDirection(Node* container, FocusType type)
364 return scrollInDirection(toDocument(container)->frame(), type);

Completed in 246 milliseconds