Home
last modified time | relevance | path

Searched refs:isSelectionRoot (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h567 bool isSelectionRoot() const;
DRenderBlock.cpp2373 … return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot(); in shouldPaintSelectionGaps()
2376 bool RenderBlock::isSelectionRoot() const in isSelectionRoot() function in WebCore::RenderBlock
2689 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()