Searched refs:setHasSelectedChildren (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.h120 using InlineBox::setHasSelectedChildren;
H A DInlineBox.h391 void setHasSelectedChildren(bool hasSelectedChildren) { m_bitfields.setHasSelectedChildrenOrCanHaveLeadingExpansion(hasSelectedChildren); } function in class:WebCore::InlineBox
H A DRenderReplaced.cpp578 inlineBoxWrapper()->root().setHasSelectedChildren(isSelected());
H A DRenderText.cpp1200 box->root().setHasSelectedChildren(true);
1205 box->root().setHasSelectedChildren(state == SelectionInside);
H A DRenderListMarker.cpp1827 inlineBoxWrapper()->root().setHasSelectedChildren(state != SelectionNone);
H A DRenderBlockLineLayout.cpp298 lastLineBox()->root().setHasSelectedChildren(true);

Completed in 143 milliseconds