Home
last modified time | relevance | path

Searched refs:setHasSelectedChildren (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h119 using InlineBox::setHasSelectedChildren;
DInlineBox.h392 …void setHasSelectedChildren(bool hasSelectedChildren) { m_bitfields.setHasSelectedChildrenOrCanHav… in setHasSelectedChildren() function
DRenderReplaced.cpp540 inlineBoxWrapper()->root().setHasSelectedChildren(isSelected()); in setSelectionState()
DRenderText.cpp1208 box->root().setHasSelectedChildren(true); in setSelectionState()
1213 box->root().setHasSelectedChildren(state == SelectionInside); in setSelectionState()
DRenderListMarker.cpp1620 inlineBoxWrapper()->root().setHasSelectedChildren(state != SelectionNone); in setSelectionState()
DRenderBlockLineLayout.cpp247 lastLineBox()->root().setHasSelectedChildren(true); in constructLine()
DRenderBlock.cpp2126 inlineBoxWrapper()->root().setHasSelectedChildren(state != SelectionNone); in setSelectionState()