Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp53 static bool isScrollableNode(const Node*);
420 bool isScrollableNode(const Node* node) in isScrollableNode() function
453 if (!isScrollableNode(container)) in canScrollInDirection()