Searched refs:isSelectionRoot (Results 1 – 2 of 2) sorted by relevance
567 bool isSelectionRoot() const;
2373 … return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot(); in shouldPaintSelectionGaps()2376 bool RenderBlock::isSelectionRoot() const in isSelectionRoot() function in WebCore::RenderBlock2689 if (isSelectionRoot()) in blockBeforeWithinSelectionRoot()2696 while (sibling && (!sibling->isRenderBlock() || toRenderBlock(sibling)->isSelectionRoot())) in blockBeforeWithinSelectionRoot()2701 …while (!sibling && object && object->isRenderBlock() && !toRenderBlock(object)->isSelectionRoot()); in blockBeforeWithinSelectionRoot()