Searched defs:canScrollInDirection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp333 if (frame && canScrollInDirection(frame->document(), type)) {
369 if (canScrollInDirection(container, type)) {
437 } while (parent && !canScrollInDirection(parent, type) && !parent->isDocumentNode());
442 bool canScrollInDirection(const Node* container, FocusType type) function in namespace:blink
446 return canScrollInDirection(toDocument(container)->frame(), type);
466 bool canScrollInDirection(const LocalFrame* frame, FocusType type) function in namespace:blink
708 return canScrollInDirection(parentNode, type);

Completed in 51 milliseconds