canBeScrolledAndHasScrollableArea  256 Source/core/accessibility/AXRenderObject.cpp     if (!box->canBeScrolledAndHasScrollableArea())
canBeScrolledAndHasScrollableArea 1217 Source/core/accessibility/AXRenderObject.cpp     if (box->canBeScrolledAndHasScrollableArea()) {
canBeScrolledAndHasScrollableArea 1241 Source/core/accessibility/AXRenderObject.cpp     if (box->canBeScrolledAndHasScrollableArea()) {
canBeScrolledAndHasScrollableArea 1640 Source/core/accessibility/AXRenderObject.cpp     if (!box->canBeScrolledAndHasScrollableArea())
canBeScrolledAndHasScrollableArea 2272 Source/core/dom/Node.cpp             while (renderer && (!renderer->isBox() || !toRenderBox(renderer)->canBeScrolledAndHasScrollableArea()))
canBeScrolledAndHasScrollableArea 1374 Source/core/html/HTMLSelectElement.cpp     } else if (event->type() == EventTypeNames::mousemove && event->isMouseEvent() && !toRenderBox(renderer())->canBeScrolledAndHasScrollableArea()) {
canBeScrolledAndHasScrollableArea  430 Source/core/page/SpatialNavigation.cpp         return renderer->isBox() && toRenderBox(renderer)->canBeScrolledAndHasScrollableArea() && node->hasChildren();
canBeScrolledAndHasScrollableArea  776 Source/core/rendering/RenderBox.cpp     return canBeScrolledAndHasScrollableArea();
canBeScrolledAndHasScrollableArea  475 Source/core/rendering/RenderBox.h     bool canBeScrolledAndHasScrollableArea() const;
canBeScrolledAndHasScrollableArea  577 Source/core/rendering/RenderObject.cpp         if (ancestorBox->canBeScrolledAndHasScrollableArea())