getLogicalEndBoxWithNode 192 Source/core/editing/VisiblePosition.cpp if (primaryDirection == LTR ? box->root().getLogicalStartBoxWithNode(logicalStart) : box->root().getLogicalEndBoxWithNode(logicalStart)) { getLogicalEndBoxWithNode 357 Source/core/editing/VisiblePosition.cpp if (primaryDirection == LTR ? box->root().getLogicalEndBoxWithNode(logicalEnd) : box->root().getLogicalStartBoxWithNode(logicalEnd)) { getLogicalEndBoxWithNode 798 Source/core/editing/VisibleUnits.cpp endNode = rootBox->getLogicalEndBoxWithNode(endBox); getLogicalEndBoxWithNode 3065 Source/core/rendering/RenderBlock.cpp if (lastRootBoxWithChildren->getLogicalEndBoxWithNode(logicallyLastBox)) getLogicalEndBoxWithNode 185 Source/core/rendering/RootInlineBox.h Node* getLogicalEndBoxWithNode(InlineBox*&) const;