enclosingScrollableBox 804 Source/core/page/FocusController.cpp candidate.enclosingScrollableBox = &container; enclosingScrollableBox 866 Source/core/page/FocusController.cpp Node* container = focusCandidate.enclosingScrollableBox; enclosingScrollableBox 60 Source/core/page/SpatialNavigation.cpp , enclosingScrollableBox(0) enclosingScrollableBox 690 Source/core/page/SpatialNavigation.cpp if (parentNode == candidate.enclosingScrollableBox) enclosingScrollableBox 104 Source/core/page/SpatialNavigation.h , enclosingScrollableBox(0) enclosingScrollableBox 117 Source/core/page/SpatialNavigation.h bool inScrollableContainer() const { return visibleNode && enclosingScrollableBox; } enclosingScrollableBox 126 Source/core/page/SpatialNavigation.h Node* enclosingScrollableBox; enclosingScrollableBox 525 Source/core/rendering/RenderBox.cpp parentBox = enclosingScrollableBox(); enclosingScrollableBox 882 Source/core/rendering/RenderBox.cpp if (RenderBox* scrollableBox = enclosingScrollableBox()) enclosingScrollableBox 223 Source/core/rendering/RenderObject.h RenderBox* enclosingScrollableBox() const;