canUpdateSelectionOnRootLineBoxes 1828 Source/core/rendering/RenderListMarker.cpp     if (inlineBoxWrapper() && canUpdateSelectionOnRootLineBoxes())
canUpdateSelectionOnRootLineBoxes  887 Source/core/rendering/RenderObject.h     bool canUpdateSelectionOnRootLineBoxes();
canUpdateSelectionOnRootLineBoxes  595 Source/core/rendering/RenderReplaced.cpp     if (inlineBoxWrapper() && canUpdateSelectionOnRootLineBoxes())
canUpdateSelectionOnRootLineBoxes   65 Source/core/rendering/RenderSelectionInfo.h         , m_rect(o->canUpdateSelectionOnRootLineBoxes() ? o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent) : LayoutRect())
canUpdateSelectionOnRootLineBoxes   86 Source/core/rendering/RenderSelectionInfo.h         , m_rects(b->canUpdateSelectionOnRootLineBoxes() ? block()->selectionGapRectsForRepaint(m_repaintContainer) : GapRects())
canUpdateSelectionOnRootLineBoxes 1201 Source/core/rendering/RenderText.cpp     if (canUpdateSelectionOnRootLineBoxes()) {