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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h397 bool isSelectionRoot() const;
H A DRenderBlock.cpp1812 return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot();
1815 bool RenderBlock::isSelectionRoot() const function in class:blink::RenderBlock
2091 if (isSelectionRoot())
2098 while (sibling && (!sibling->isRenderBlock() || toRenderBlock(sibling)->isSelectionRoot()))
2103 } while (!sibling && object && object->isRenderBlock() && !toRenderBlock(object)->isSelectionRoot());

Completed in 181 milliseconds